@crazybrad said in Practical limit of installed apps:
Another email marketing platform I discovered is Keila
That is actually a simple email newsletter platform, and afaics there's no automation, not even an autoresponder function, yet, I guess. Looks interesting though. And it installs with Docker so it should be ready to be packaged for Cloudron, however it's very basic. Not even comparable with ListMonk already...
@robi @d19dotca identified the issue at https://forum.cloudron.io/topic/10434/email-event-log-loading-very-slowly-seems-tied-to-overall-email-domain-list-health-checks/9 . When we switch views, pending http requests of the old view are not canceled .
@whitespace I see that earlier in the thread you said you had no backups. But just wanted to double check, if you had any (even ancient ones) ? The reason is config.php has passwordsalt and secret which is what is used to hash the db entries. https://github.com/nextcloud/server/issues/34780 has some suggestions which may or may not work .
As for your question, not a nextcloud expert, but if I had to guess user settings and password will be reset since the data files is only the files.
It seems the issue here may have been a lot of CPU steal on my VPS, my provider has moved my VPS to a different host server and now it seems to be no longer timing out. Still monitoring, but seems to be the situation.
yes, support@cloudron.io is the address. For support, this forum is the correct place to ask. Only reach out by email only if private exchange is needed. Thanks!
Could Cloudron find some way of partnering with a company which produces routers, or a project which works on wireguard supporting firmware? I think reducing friction to self-hosting Cloudron at home could help Cloudron become more widely used.
@girish I'm pleased to say that it worked. I had to disable docker and box and reboot, even though I didn't get the exact error you mentioned but something else related to creating the network (duplicate network). I also had to reboot after enabling and restarting box because otherwise the upgrade got stuck, I believe for a similar network creation problem. But once I did that everything worked well and I'm now happily sitting with version 7.6.3 after two subsequent updates. Many thanks for the help with this! Hopefully this thread will be useful for anyone else who might have this issue in future.
It seems the options --storage-driver=overlay2 makes docker unable to start when the data-root is on a mounted through sftp : adding it through the following error at startup
failed to mount overlay: invalid argument storage-driver=overlay2
if I use it with a regular data-root, no errors show up. I guess we should conclude that this makes cloudron not compatible with sftp drive for storing docker images.