You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit confused by the Docker requirements, so hoping the docs can be updated a bit to clarify this.
I figured out from the Dockerfile that I need to map /data for storage, but when starting I just get this:
2024-12-01 22:17:37.818814+00:00Failed to load config: failed to read username: EOF
2024-12-01 22:17:37.818835+00:00Please create a username and password for authenticating the web app
I assumed maybe it'd auto-create a config file like the bridges do, but I don't see anything, so can you add a bit somewhere to say what the requirements are for starting?
Ideally it'd help to include an example docker run command (or a docker-compose.yml in the repo) to show the default volume and listening port, etc, as I'm certain other people will try less hard than I did to figure out what they need.
The text was updated successfully, but these errors were encountered:
Note: Some environments (like kubernetes) are likely to repeatedly kill the pod when it fails the healthcheck, but you can always just run the binary elsewhere, generate the config.yaml, then copy it to your preferred location.
Once the config.yaml is created, it's configured to listen with this by default, so you can update to 0.0.0.0 to help a reverse proxy access it:
I'm a bit confused by the Docker requirements, so hoping the docs can be updated a bit to clarify this.
I figured out from the Dockerfile that I need to map
/data
for storage, but when starting I just get this:I assumed maybe it'd auto-create a config file like the bridges do, but I don't see anything, so can you add a bit somewhere to say what the requirements are for starting?
Ideally it'd help to include an example
docker run
command (or adocker-compose.yml
in the repo) to show the default volume and listening port, etc, as I'm certain other people will try less hard than I did to figure out what they need.The text was updated successfully, but these errors were encountered: