- Tidy init/goscrobble.service
- Add routers for Artist/Album/Track endpoints + basic pages
- Move UUID generation into Go so we don't have to query the record!! Wooo!
This commit is contained in:
Daniel Mason 2021-04-04 21:54:53 +12:00
parent 1c865a6784
commit 99f9e7cfb3
Signed by: idanoo
GPG key ID: 387387CDBC02F132
28 changed files with 388 additions and 214 deletions

View file

@ -4,8 +4,8 @@ After=network.target
[Service]
Type=simple
User=www-data
ExecStart=/opt/goscrobble/goscrobble
User=root
ExecStart=/bin/bash -c 'cd /root/go-scrobble && ./goscrobble'
Restart=on-failure
[Install]