

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 inside of it. So if the container is running based on the command from the readme, then you should be able to access the web ui via http://localhost:3000/
As the program that our docker container bases its life on is the http server of the Libre Closet project, which listens for http requests on port 3000.
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.