After fixing an expired cert, dashboard and apps are unreachable.
-
I followed the troubleshooting steps and noticed nginx wasn't starting due to a bad cert on a domain that expired years ago.
I deleted the configs and restarted nginx, then reran
/home/yellowtent/box/setup/start.sh
2023-10-07T15:03:32 ==> start: Cloudron Start media:x:500: 2023-10-07T15:03:32 ==> start: Configuring docker Synchronizing state of apparmor.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable apparmor 2023-10-07T15:03:36 ==> start: Ensuring directories 2023-10-07T15:03:36 ==> start: Configuring journald 2023-10-07T15:03:38 ==> start: Setting up unbound 2023-10-07T15:03:38 ==> start: Adding systemd services Synchronizing state of unbound.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable unbound Synchronizing state of cron.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable cron 2023-10-07T15:03:52 ==> start: Configuring sudoers 2023-10-07T15:03:52 ==> start: Configuring collectd 2023-10-07T15:03:52 ==> start: Configuring sysctl 2023-10-07T15:03:52 ==> start: Configuring logrotate 2023-10-07T15:03:52 ==> start: Adding motd message for admins 2023-10-07T15:03:52 ==> start: Configuring nginx 2023-10-07T15:03:53 ==> start: Starting mysql mysqladmin: [Warning] Using a password on the command line interface can be insecure. Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. mysql: [Warning] Using a password on the command line interface can be insecure. 2023-10-07T15:03:53 ==> start: Migrating data Ignoring invalid configuration option passed to Connection: driver. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection [INFO] No migrations to run [INFO] Done 2023-10-07T15:03:54 ==> start: Changing ownership 2023-10-07T15:03:54 ==> start: Starting Cloudron 2023-10-07T15:03:56 ==> start: Almost done
Docker is running, nginx is running, unbound is running, but none of my apps or dashboard can be reached.
-
-
I tried the unbound troubleshooting and it's still unreachable, the domain is secure until 2029
2023-10-09T14:29:20.174Z box:apphealthmonitor app health: 22 running / 26 stopped / 1 unresponsive
The logs say everything is fine, docker and nginx are running, but none of the apps are reachable. I didn't change anything on the Vultr VPS side
-
I thought I would just restart the server in case that fixes things after the weekend. The dashboard came up and I was able to start troubleshooting the unresponsive apps. I guess this is one of those things that cloudron fixes itself with those health checks. Thanks
-