Comment on Libre Closet v0.3 - 2x’d Performance
Redvenom@retrolemmy.com 3 weeks ago
This sound like a fun project, I’m not too familiar with docker, I see the container running but have no idea how to connect to it, do you have some how to or tutorial?
greeneyestyle@lemmy.world 3 weeks ago
I can help with that. But first a little fyi on containers to get you up to speed.
A docker container is like a mini computer, but where its life depends on one single computer program being alive and running. So if the container is running based on the command from the readme, then you should be able to access the web ui via localhost:3000
Redvenom@retrolemmy.com 3 weeks ago
I was able to login, thank you, one more question, is there a way to create 2 wardrobes or accounts while self hosting?
greeneyestyle@lemmy.world 3 weeks ago
Good, glad to hear it helped!
Yes, there’s auth/multi user support. You just need to enable it with the
ENABLE_AUTH=trueenvironment variable. It’s documented in the readme configuration section and also in the docker compose example in the readme.