chore: update readme

This commit is contained in:
Gabe Farrell 2025-06-13 01:49:28 -04:00
parent c9128011f6
commit 61134c650c

View file

@ -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
![screenshot one](assets/screenshot1.png) ![screenshot one](assets/screenshot1.png)
@ -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