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
It was not so easy to edit the config.json because of the missing editor in the container. So it would be easier to use an environment variable to initially set user and pass.
ok i think i understood the issue, but be arware that you loose your configuration if you edit it inside the container.
i recommend using a mount from outside the container.
Can you please add an Option to define user/password for webgui in config.json?
"connections": [
{
"name": "FHEM",
"webname": "fhem",
"filter": "alexaName=..*",
"uid": "6062",
"port": "8083",
"server": "fhem",
"auth": {"user": "fhemuser", "pass": "fhempass"}
}
The text was updated successfully, but these errors were encountered: