move aliases to file storage

This commit is contained in:
Jurgis Sakalauskas
2023-10-30 11:30:16 +02:00
parent 1d7072aee0
commit e707fa838b
15 changed files with 135 additions and 37 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ $ cp .env.example .env
$ docker-compose up -d
```
visit http://localhost:3000/if (or whatever port you have provided in .env file)
kodi plugin should be able to connect to this server with the following settings:
[KODI plugin](https://github.com/sakaljurgis/plugin.video.sklk) should be able to connect to this server with the following settings:
- api url: http://localhost:3000/api
- video url: http://localhost:3000 (video url is old relic from previous versions, it is probably not used anymore)
- video url: http://localhost:3000
## Migrations (run inside docker container)