JaLe wrote: ↑Monday 22 July 2024 23:37
Hello
I see a similar issue. Can't login with admin/domoticz via the webbrowser. However it works with an old home screen bookmark on my iPhone, but not if I try to login via Safari.
The version is:
2024-07-22 23:19:12.212 Status: Domoticz V2024.4 (c)2012-2024 GizMoCuz
2024-07-22 23:19:12.212 Status: Build Hash: 731719420, Date: 2024-01-30 09:16:34
I run from a Docker container on a linux instalation and tried adding the line in the docker-compose.yml file:
environment:
- DOMOTICZ_OPTIONS=-nowwwpwd
but I continue to get the login screen where admin/domoticz is rejected (via port 8080)
I also tried to login into the container and add a resetpwd’ File, but I can't login with the default admin/domoticz
Here is the startup log:
2024-07-22 23:32:16.265 Status: Domoticz V2024.4 (c)2012-2024 GizMoCuz
2024-07-22 23:32:16.265 Status: Build Hash: 731719420, Date: 2024-01-30 09:16:34
2024-07-22 23:32:16.265 Status: Startup Path: /opt/domoticz/
2024-07-22 23:32:16.273 Sunrise: 04:58:00 SunSet: 21:31:00
2024-07-22 23:32:16.273 Day length: 16:34:00 Sun at south: 13:15:00
2024-07-22 23:32:16.273 Civil twilight start: 04:06:00 Civil twilight end: 22:23:00
2024-07-22 23:32:16.273 Nautical twilight start: 02:43:00 Nautical twilight end: 23:46:00
2024-07-22 23:32:16.273 There is no astronomical twilight in the space of 24 hours
2024-07-22 23:32:16.287 Status: PluginSystem: Started, Python version '3.9.2', 0 plugin definitions loaded.
2024-07-22 23:32:16.291 Active notification Subsystems: pushover (1/13)
2024-07-22 23:32:16.291 Status: WebServer(HTTP) startup failed on address :: with port: 8080: resolve: Host not found (authoritative) [asio.netdb:1 at /usr/local/include/boost/asio/detail/resolver_service.hpp:84 in function 'resolve'], trying ::
2024-07-22 23:32:16.291 Status: WebServer(HTTP) startup failed on address :: with port: 8080: resolve: Host not found (authoritative) [asio.netdb:1 at /usr/local/include/boost/asio/detail/resolver_service.hpp:84 in function 'resolve'], trying 0.0.0.0
2024-07-22 23:32:16.292 Status: WebServer(HTTP) started on address: 0.0.0.0 with port 8080
2024-07-22 23:32:16.295 Status: WebServer(SSL) startup failed on address :: with port: 443: resolve: Host not found (authoritative) [asio.netdb:1 at /usr/local/include/boost/asio/detail/resolver_service.hpp:84 in function 'resolve'], trying ::
2024-07-22 23:32:16.296 Status: WebServer(SSL) startup failed on address :: with port: 443: resolve: Host not found (authoritative) [asio.netdb:1 at /usr/local/include/boost/asio/detail/resolver_service.hpp:84 in function 'resolve'], trying 0.0.0.0
2024-07-22 23:32:16.297 Status: WebServer(SSL) started on address: 0.0.0.0 with port 443
2024-07-22 23:32:16.298 Starting shared server on: 0.0.0.0:6144
2024-07-22 23:32:16.299 Status: TCPServer: shared server started...
2024-07-22 23:32:16.299 Status: RxQueue: queue worker started...
2024-07-22 23:32:18.300 Status: RFXCOM: Worker started...
2024-07-22 23:32:18.300 Status: NotificationSystem: thread started...
2024-07-22 23:32:18.300 Status: EventSystem: reset all events...
2024-07-22 23:32:18.301 Status: EventSystem: reset all device statuses...
2024-07-22 23:32:18.343 Status: Python EventSystem: Initializing event module.
2024-07-22 23:32:18.344 Status: EventSystem: Started
2024-07-22 23:32:18.344 Status: EventSystem: Queue thread started...
Any help/hint is appreciated. Thanks!