Disable but not uninstall Cloudron
-
I want to disable cloudron so that when I start up my server it won't run because I want to use that server for something else but I might want to reuse cloudron later. Is this possible?
-
@alans Could disable the local services on the host for cloudron:
systemctl disable box
I think the command would be?? I am not 100% sure how to disable the docker containers from auto-starting though. -
Cloudron is really more like an OS since it configures a lot of things on the server. For example, custom DNS server, nginx configurations, collectd configs, systemd configs etc. Disabling and changing all these services will most likely eventually break things. So long story short, there is really no way to disable it.
Maybe you can just look into taking a snapshot/create image and then restore your server later to that image?