Go to file
2022-06-27 16:10:01 +12:00
cmd/goscrobble 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
data/img 0.1.2 Update API + Docker composer 2022-01-06 10:20:30 +13:00
docs Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
init 0.1.3 Add date ranges 2022-01-06 15:11:26 +13:00
internal/goscrobble Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
migrations Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
web 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.env.development 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
.gitignore 0.1.2 Update API + Docker composer 2022-01-06 10:20:30 +13:00
.gitlab-ci.yml 0.1.8 2022-02-26 12:17:34 +13:00
docker-compose.yml Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
go.mod Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
go.sum Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00
LICENSE Initial commit 2021-03-23 19:07:39 +13:00
README.md Merge remote-tracking branch 'origin/postgres' 2022-06-27 16:10:01 +12:00

go-scrobble

Golang based music scrobbler.

Stack: Go 1.18+, Node 15+, React 17+, Postgresql 14.0+, Redis

There are prebuilt binaries/packages available.

Copy .env.example to .env and set variables. You can use https://www.grc.com/passwords.htm to generate a JWT_SECRET.

More documentation

Changelog

Environment Variables

Local development with docker

This assumes you have goscrobble-api and goscrobble-web cloned in the same folder.

cp .env.development .env
docker-compose up -d

Access API @ http://127.0.0.1:42069/api/v1 Access frontend @ http://127.0.0.1:3000 pgAdmin @ http://127.0.0.1:5050 (admin@admin.com / root)

Prod deployment

cp .env.production .env # Fill in the blanks
go build -o goscrobble cmd/go-scrobble/*.go
./goscrobble

Build API docs

cd docs/api && docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate build

Test API Docs

cd docs/api && docker run --rm --name slate -p 4567:4567 -v $(pwd)/source:/srv/slate/source slatedocs/slate serve

Support development!

Feel free to support hosting and my coffee addiction https://liberapay.com/idanoo