Comment on Running multiple shiori instances
SheeEttin@lemmy.world 1 year ago
github.com/go-shiori/shiori#documentation
I assume you’re running it as a web app, in which case the docs cover that. Just run multiple instances on different ports and with different storage.
Looks like they provide an official docker container, too, so running it in docker should be very easy.
crunchpaste@lemmy.dbzer0.com 1 year ago
Just with different environment variables?
SheeEttin@lemmy.world 1 year ago
The only one the docs mention is SHIORI_DIR, which defaults to ${XDG_DATA_HOME}/shiori, so if you’re running it under different users then it’s already going to be different.
crunchpaste@lemmy.dbzer0.com 1 year ago
Just gave it a try, and it seems to work just fine like that. Thank you.