I am running into the exact same problem that my disk space is running low. In this context, I want to switch to another VM. Is it possible to install a fresh copy of Cloudron 7.4.1 on the new server and then import a backup of one single app from the old Cloudron instance? The app version is the same, however, the cloudron version is different due to the fact that I cannot update the old instance.
hcj-online
Posts
-
Unable to complete update to v7.4.0 (Ubuntu 20.04.2 LTS) -
Cloudron breaks IPv6 support on Amazon LightsailThanks! Adding the line solves the issue. Time to roll out the update!
-
How to setup email notifications?Hi there!
I would like to receive email notifications from Uptime Kuma. However, I have to provide SMTP information and credentials to set them up. What do I need to enter to have cloudron handle these notification emails?
Thanks,
Hans -
New installation fails to startHi!
I try to install Uptime Kuma, however, the app fails to start during the initial installation process and the app becomes unresponsive.
Here are some logs:
Mar 25 15:02:27 box:tasks update 3: {"percent":100,"result":null,"error":null} Mar 25 15:01:59 ==> Removing sqlite backup files Mar 25 15:01:59 ==> Creating database on first run Mar 25 15:02:04 Mar 25 15:02:04 > uptime-kuma@1.21.0 start-server Mar 25 15:02:04 > node server/server.js Mar 25 15:02:04 Mar 25 15:02:04 Welcome to Uptime Kuma Mar 25 15:02:04 Your Node.js version: 16 Mar 25 15:02:04 2023-03-25T07:02:04Z [SERVER] INFO: Welcome to Uptime Kuma Mar 25 15:02:04 2023-03-25T07:02:04Z [SERVER] INFO: Node Env: production Mar 25 15:02:04 2023-03-25T07:02:04Z [SERVER] INFO: Importing Node libraries Mar 25 15:02:04 2023-03-25T07:02:04Z [SERVER] INFO: Importing 3rd-party libraries Mar 25 15:02:09 ==> Stopping after database creating Mar 25 15:02:09 ==> Overriding settings Mar 25 15:02:09 Error: in prepare, no such table: setting (1) Mar 25 15:02:12 ==> Removing sqlite backup files Mar 25 15:02:12 ==> Overriding settings Mar 25 15:02:12 Error: in prepare, no such table: setting (1) Mar 25 15:02:14 ==> Removing sqlite backup files Mar 25 15:02:14 ==> Overriding settings Mar 25 15:02:14 Error: in prepare, no such table: setting (1) Mar 25 15:02:16 ==> Removing sqlite backup files Mar 25 15:02:16 ==> Overriding settings Mar 25 15:02:16 Error: in prepare, no such table: setting (1) Mar 25 15:02:19 ==> Removing sqlite backup files Mar 25 15:02:19 ==> Overriding settings Mar 25 15:02:19 Error: in prepare, no such table: setting (1) Mar 25 15:02:23 ==> Removing sqlite backup files Mar 25 15:02:23 ==> Overriding settings Mar 25 15:02:23 Error: in prepare, no such table: setting (1) Mar 25 15:02:29 ==> Removing sqlite backup files Mar 25 15:02:29 ==> Overriding settings Mar 25 15:02:29 Error: in prepare, no such table: setting (1) Mar 25 15:02:37 ==> Removing sqlite backup files Mar 25 15:02:37 ==> Overriding settings Mar 25 15:02:37 Error: in prepare, no such table: setting (1)
System log:
Mar 25 15:11:04 box:apphealthmonitor setHealth: a3daa59f-3f2c-4deb-a1cb-63b477f9c48d (domain.tld) waiting for 173.381 to update health Mar 25 15:11:04 box:apphealthmonitor app health: 0 running / 0 stopped / 1 unresponsive
Any ideas how to get the app up and running?
Thanks
-
Update to version 1.5.4Hi!
Guacamole 1.5.4 has been released: https://guacamole.apache.org/releases/1.5.4/
An update of the Cloudron package would be very much appreciated.
Thanks!
-
Wazuh - The Open Source Security Platform+1
Wazuh would be great! -
add deSEC as DNS Provider+1
I would love to see an integration, too. However, their name is deSEC.
-
Change SSL Encryption from EC to 2048 Bit RSAHi!
My clients use special browsers that do not support EC encryption. Is it possible to permanently change Cloudron's HTTPS encryption to 2048 bit RSA? If yes, how?
Thanks
-
add deSEC as DNS ProviderIs there any update on deSEC? It would be great to have them integrated.
-
Restrict SSH access to specific IP addressesHi there!
I want to make SSH accessible only from certain IP addresses. Normally I would just set up an iptables rule to do this. However, the cloudron documentation suggests not to add your own iptables rules. What is the best way to implement this restriction without having a dedicated firewall in front of the cloudron machine?
Thank you!
-
add deSEC as DNS Provider@girish I am not sure if I understood your question correctly, but they are supported by RIPE NCC's Community Projects Fund and benefit from the European Commission's Next Generation Internet Programme via NLnet.
-
Restrict SSH access to specific IP addressesThanks for the feedback, but there is no firewall available in front of this machine (as it would be available when using some cloud providers like Hetzner). I am aware of the Cloudron firewall documentation, but it only provides information on blocking specific IPs. However, I only want to allow a specific IP for SSH.
After some research, is it okay to use hosts.allow and hosts.deny in conjunction with Cloudron?
-
add deSEC as DNS Provider@girish said in add deSEC as DNS Provider:
deSEC integration is implemented for next release.
That is the best message of the day. Thank you!
-
Cloudron breaks IPv6 support on Amazon LightsailDear all,
Unfortunately, Cloudron breaks the IPv6 support of Amazon Lightsail.
Steps to reproduce:
- Create a Lightsail instance (e.g., a dual-stack IPv4 and IPv6 instance in Frankfurt with Ubuntu 24.04 OS only for USD 12).
- Log into the new instance and confirm that IPv6 is working, e.g., by running:
curl https://ipv6.icanhazip.com
- Install Cloudron (with or without the --provider lightsail flag).
wget https://cloudron.io/cloudron-setup chmod +x cloudron-setup ./cloudron-setup --provider lightsail
- Reboot at the end of the installation.
- Log in to the instance again. Important: Wait at least 10 minutes.
- Try
curl https://ipv6.icanhazip.com
again. IPv6 is no longer working.
When executing
ip a
you see the lifetime of the IPv6 address. Once this lifetime expires, the IPv6 connection breaks.
Is there a known fix for this issue?