Hello! Is there any way for CloudRon to have unattended install - so that I launch the installation script, specify the file with all of the options and enjoy installation to be up and running in X minutes with all of the configuration and apps installed?

Best posts made by potemkin_ai
-
Unattended install?
-
Automated server reboot
As a follow up for a previously discussed feature request - I would like to have an option to automatically reboot the server at the updates time window.
At the meantime, I guess a simple shell script at cron will do the trick:
if test -f /var/run/reboot-required; then shutdown -r now fi
If that looks right, there is one more thing that I would like to add to the script (and automated reboot procedure as well) - it's e-mail notification that the server is going to be rebooted and, ideally, that it came back on-line - could you please, assist me with simple command line, that will work inside of the server and send e-mail to the admin using configured e-mail?
Thanks in advance?
-
Mattermost Push Notification Service
To enable completely self hosted Mattermost experience, this service (https://developers.mattermost.com/contribute/mobile/push-notifications/service/ ) is a must.
It’s rarely updated and have ready to use Docker image on Dockerhub.
It doesn’t include mobile part, which has to be handled automatically, but pretty much well documented.
-
Role required to enable mailbox creation
Hi, I setup a system, created a local admin account with User Manager role in it (https://docs.cloudron.io/user-management/#user-manager), but he has no access to create mailboxes for the user - is there any way to enable that feature, without giving Admin permissions?
And just in case, as it's not quite clear in official documentation: e-mail mailboxes are backed up and will be restored in case of the disaster recovery, is that a correct assumption?
-
telegram to rss converter
I found a service, that converts Telegram to RSS: https://docs.rsshub.app/en/
Once installed, you add to your RSS reader https://rsshub.app/telegram/channel/$channel_name
And you are good to go.
A reaaaaly nice way to leave messenger to message and keep things under my control (meaning the service won't disappear with all of my subscriptions list).
-
RE: Role required to enable mailbox creation
@girish what about just a normal organization level rights separation?
I mean - it's really two different set of roles:- 1st line support, dealing with mailboxes
- 2nd or 3rd, making sure the system and services are up and running.
I don't need hiding anything, I just want to ensure my users can manage they mailboxes and users for they own.
For now I have to temporary give admin permissions to the 1st line and that's kind of risky...
-
RE: Automated server reboot
@humptydumpty thank you, but my server is already monitored - both from inside (with the monitoring agent) and from the outside (via http ping), so my only task now, it’s to ensure I can drop an e-mail notification to myself, so that if my monitoring shows that the server is not available, I can see an e-mail next to the monitoring saying, that the server was going to reboot itself, which will help me to understand and fix that in no time, instead of guessing what could went wrong.
-
RE: Appsmith
@timconsidine thanks for the correction - I use both (CapRover and Cloudron) and both are magnifique, but CapRover is more like a self-hosted Heroku for me, while Cloudron is a turn-key solution: install and forget, which is wonderful.
-
RE: Automated server reboot
@necrevistonnezr sure, scripted and published:
- https://github.com/Potemkin-Co/quickies/blob/main/reboot_ubuntu_if_required.sh - do the server reboot, if it was requested by anything earlier, calls mail script before the reboot
- https://github.com/Potemkin-Co/quickies/blob/main/send_mail_with_cloudron.sh sends an e-mail
Be sure to change your e-mail and path to the mail script at the first script.
Latest posts made by potemkin_ai
-
RE: Authentik - Making authentication simple.
@nj could you please, elaborate on your thoughts? Is it something coming from your experience?
-
RE: Penpot - Design Freedom for Teams
would be a wonderful addition to Taiga, everything required for development in one package!
-
RE: admin interface token (disable registrations)
@BrutalBirdie thanks a lot! I must have read this page with my mind somewhere else
-
admin interface token (disable registrations)
Hello! How do I get the token, to an access to the
admin interface (/admin
) to disable new users registration?Or, how do I disable users registration?
-
RE: User management
@nebulon thank you!
I've updated the app today, it's all seems to went smooth, but n8n requires SMTP to add new users: https://docs.n8n.io/reference/user-management.html#step-one-smtp -
RE: Gramateria GrapesJS wrapper alternative to Webflow
@marcusquinn , @humptydumpty , I was thinking about new features set, etc - there is always a reason to release the product with something new, that would make it better, or at least to update packages and frameworks in use under the hood?
-
RE: Budibase: an open source, no code platform
@marcusquinn thanks for pointing this out!
It feels like a different set of product, quite interesting, but doesn’t seem to updates too often… -
RE: Gramateria GrapesJS wrapper alternative to Webflow
@marcusquinn looks really promising, but with only 3 contributors and doesn’t seem to be updated very frequently
-
RE: DNS domain expiration monitoring
@d19dotca thank you, I'm sure there are tons of tools, but my idea was for 1 tool I use to take this monitoring task on itself, which means I don't have to have one more task in my head, which is the goal of every automation, in my understanding.