Joe Peres
Joe Peres
# **Fix** After hours of troubleshooting heres the solution for Home Assistant Device unmanaged network device that cannot be switched to managed Boot home assistant into rescue mode Start NetworkManager...
i am having a similar issue. No console output. The login button just shows a spinner and hangs on the login screen Coolify Cloud I was not able to use...
Yes checkmate. See Docker Compose below ``` version: '3.8' services: client: image: 'bluewaveuptime/uptime_client:latest' environment: UPTIME_APP_API_BASE_URL: 'https://myServerURL.dev:5000/api/v1' ports: - '80:80' - '443:443' depends_on: - server restart: always server: image: 'bluewaveuptime/uptime_server:latest' ports:...