unable to run on ubuntu 20.04
Solved
Support
-
i cant seem to get cloudron to function correctly.
i go through the installation process but get a notice to check the installation log.see below, where is the issue.
when i go to the installation ip, i see an nginx page stating it is installed but probably not configured correctly.can anyone help please.
root@server:~# nano /var/log/cloudron-setup.log
did the installation process not finish?
-
I fixed this exact issue in https://git.cloudron.io/cloudron/box/-/commit/73315a42fef03bc144fdfd707b8a6d5905733109 since it was failing in time4vps servers.
Workaround:
mkdir -p /var/log/journal/foo && touch /var/log/journal/*/system.journal
. Then run the setup script again. -
-