mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-17 11:16:35 -07:00
chore: update readme
This commit is contained in:
parent
c9128011f6
commit
61134c650c
1 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ with Koito quite yet, you can [set up a relay](https://koito.io/guides/scrobbler
|
||||||
scrobbler. This is what I've been doing for the entire development of this app and it hasn't failed me once. Or, you can always use something
|
scrobbler. This is what I've been doing for the entire development of this app and it hasn't failed me once. Or, you can always use something
|
||||||
like [multi-scrobbler](https://github.com/FoxxMD/multi-scrobbler).
|
like [multi-scrobbler](https://github.com/FoxxMD/multi-scrobbler).
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
You can view my public instance with my listening data at https://koito.mnrva.dev
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -25,7 +29,6 @@ services:
|
||||||
container_name: koito
|
container_name: koito
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
user: 1000:1000
|
|
||||||
environment:
|
environment:
|
||||||
- KOITO_DATABASE_URL=postgres://postgres:secret_password@db:5432/koitodb
|
- KOITO_DATABASE_URL=postgres://postgres:secret_password@db:5432/koitodb
|
||||||
- KOITO_ALLOWED_HOSTS=koito.example.com,192.168.0.100
|
- KOITO_ALLOWED_HOSTS=koito.example.com,192.168.0.100
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue