grafolean
grafolean
That sounds great - I will incorporate it into the documentation, thank you very much! I now also see where the problem was. `MQTT_WS_PORT` gets initialized to `HTTP_PORT` by default,...
Hi @jonasled, if I understand correctly, there are two issues at play here? - the password you have set was not remembered correctly - the password reset button ("Send password...
Sorry if I wasn't clear enough, let me rephrase that: > the password you have set was not remembered correctly *by Grafolean* Did you check the logs maybe?
@jonasled Is this still an issue? For what it's worth, I see no reason why Grafolean would not work behing a reverse proxy, and I haven't seen any of the...
Thank you for the info, much appreciated! It is much clearer now. It is weird though... Looking at the [code](https://github.com/grafolean/grafolean/blob/master/backend/api/auth.py#L21), `/api/auth/login` endpoint should return only `401` (invalid login) or `200`,...
I have tried to reproduce the issue with Traefik, but no luck - it works flawlessly for me. :-/ Do you think you can take a look at the logs...
@jonasled Is this still an issue for you? Unfortunately I can't reproduce the problem on my side, so the only way I see this could be solved is if you...
Since I can't reproduce the bug and there is not enough information to find it, I will close this issue now. If there really is a bug, I would be...
The usual reason for such refusal to start is that something else is already on that port (9883). However, with the default `docker-compose.yml` the containers start in their own Docker...
As a general answer, a good way to debug issues is to check the container logs (as you have discovered, judging by issue #39). If the problem is on the...