I am running on an AMD FX 8530 with 32GB RAM and a 3TB HDD, wired network. The operating system (Debian 11) boots from an SSD.
I wrote my own systemd unit file that starts umbrel after boot and after the network is available. After a reboot I am stuck with all apps just flashing on the home page saying “Starting…”
I have also manually stopped and started umbrel using the included scripts. So far nothing has worked. I’ve seen this before and it would sort of work itself out after a couple of refreshes. But not this time. My logs are in the pastebin below.
I configured my own nginx proxy for the applications so I could provide ssl and subdomain addresses for the apps instead of the ugly port numbers, and I find that if I point a browser directly to my dns names for the various apps I tend to find them. Vaultwarden works, for example. But the Umbrel GUI acts like everything is still booting up.
Hey @praxeo! Have you seen any errors while stopping/starting Umbrel with the scripts: sudo ~/umbrel/scripts/<stop | start>
Make sure there are also no containers left running after the stopping script: docker ps
If you see any containers running you can kill them using: sudo docker kill <CONTAINER_ID>
Could you provide the output of the stopping/starting scripts?