Skip to content

Add info about necessity to setup "username" and "password" within config file #88

Description

@knuurr

I was having trouble with launching betanin the first time (both first install on amchine and first usage in my life) because I've seen in Portainer that contianer is constantly restarting itself.

I initialy thought it's about user permissions - and indeed there was such problem, but after fixing it container still restarted itself

2023-07-23 17:25:44.999 | ERROR    | betanin.entry.betanin:_ensure_config:69 - please provide a frontend username and password

I had to provide username and password manually, using vim into my config.toml file:

[frontend]
username = "user"
password = "pass"

I believe to have truly automated and seamless experience, either:

  • provide default user + pass for application after install - there are users like me who have it behind reverse proxy with SSO, so I don't care that much about what credentials I use here
  • allow to configure them via env variables passed, i.e. using environment section in docker-compose - either credentials or even option to disable it completely
  • provide info on github page about necessity to provide these manually in confing after first run, after config generates, otherwise web page won't display

Thanks for cool piece of software, will test it soon, I hope you will find my proposal useful for the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions