@osobo for hiding the login form, see https://forum.cloudron.io/topic/13188/nextcloud-oidc-integration
Joseph Mascarenhas
Posts
-
How to Import / synchronize a group of Cloudron's users to Nextcloud ? -
OIDC Button ?@Neiluj I managed to reproduce it. For older installs, the plugin is not updated. Until we fix the package, you can do this: open a webterminal for the app and run
wp plugin install --force /app/pkg/cloudron-sso.zip
. -
Email sending issue again (Was: URGENT) -
After Cloudron upgrade to v8.3.1, postgresql fails to start with message 'root@postgres FATAL: role "root" does not exist'@svigneau
systemctl restart box
will reset the locks -
Backups times out at "Removing directory /mnt/cloudronbackup/snapshot/mail (mail)"You have to list the files in the backups and compare it with the listing in appsdata directory , I guess.
-
OIDC Button ?@Neiluj can you run
env | grep CLOUDRON_OIDC_PROVIDER_NAME
in Web Terminal of the app ? It should print the Cloudron name . -
Wildcard DNS and DKIM/SPF@thoresson I think you are using a mail relay . With a mail relay, those records are set up depending on the relay provider .
-
After Ubuntu 22/24 Upgrade syslog getting spammed and grows way to much clogging up the diskspace@sozialinfo patch will only be part of cloudron 9 (no ETA, but in coming month)
-
Best way to change DNS providers from Cloudflare to an EU provider?@hakunamatata said in Best way to change DNS providers from Cloudflare to an EU provider?:
And how would I go about migrating from Cloudflare DNS to a new provider with minimal downtime to applications hosted on my Cloudron server?
Many providers these days allow import/export of the zone file. So, export the zone file from one provider and import it into another. After you do this, just change the NS to (say) Bunny . This will make sure that all DNS entries (not just Cloudron related) are migrated properly .
After above, you can go to Domains view of Cloudron and change the provider to Bunny .
0 disruption.
-
OAuth - User not found@wheez this is an issue upstream - https://github.com/knadh/listmonk/issues/2119
-
Smart search not working@kubasbimbas looks like there is some bug in the latest package - https://forum.cloudron.io/topic/13563/immich-update-to-v1.130.3/7 . We are investigating
-
SMTP timeout after updating to 8.3.1This is/was an issue with DO blocking outbound 587.
See also https://docs.digitalocean.com/support/why-is-smtp-blocked/ . Bit ironic they want to use all these sketchy SaaS email providers. They keep changing ownership to various marketing companies. I thought DO being an infra company will know better..
-
Bug Report: Umami's Nginx Configuration Sets An Incorrect X-Forwarded-For Header, Preventing Proper Operation with Proxied Analytic Events@Sydney said in Bug Report: Umami's Nginx Configuration Sets An Incorrect X-Forwarded-For Header, Preventing Proper Operation with Proxied Analytic Events:
Setting trusted-ips will not do anything about it.
It does. remote_addr changes to be based on X-Forwarded-For . See https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header
Can you explain your setup again? I think the post directly jumps to technical solution and problem. I don't think I understand what is trying to be solved.
-
Backup failing, Error when checking for disk space: Error running df: df exited with code null signal SIGTERMI would also check
dmesg
output for any oom errors -
Emailing notifications of certain crucial system events, such as full disk spaceEmail notification can be added but it will be unreliable (and don't want to mislead users). See https://forum.cloudron.io/topic/7555/emailing-notifications-of-certain-crucial-system-events-such-as-full-disk-space/8
-
Bug Report: Umami's Nginx Configuration Sets An Incorrect X-Forwarded-For Header, Preventing Proper Operation with Proxied Analytic EventsI think what you are looking is trust proxy . https://docs.cloudron.io/networking/#trusted-ips ? Set the cloudflare IP and then Cloudron's own reverse proxy will pick the X-Forwarded-For coming from the request .
-
Ubuntu Updates/Reboots - how does it work?Ubuntu calls this "phasing" - https://documentation.ubuntu.com/sru/en/latest/explanation/standard-processes/#phasing and also https://help.ubuntu.com/community/PhasedUpdates (haven't read all the details myself)
-
After Cloudron upgrade to v8.3.1, postgresql fails to start with message 'root@postgres FATAL: role "root" does not exist'@svigneau said in After Cloudron upgrade to v8.3.1, postgresql fails to start with message 'root@postgres FATAL: role "root" does not exist':
Apr 01 09:24:05 2025-04-01 13:24:05.143 UTC [18] LOG: database system was interrupted; last known up at 2025-04-01 13:23:03 UTC
Apr 01 09:24:05 2025-04-01 13:24:05.485 UTC [18] LOG: database system was not properly shut down; automatic recovery in progress
Apr 01 09:24:05 .2025-04-01 13:24:05.551 UTC [18] LOG: invalid record length at 0/1550E60: expected at least 24, got 0The database is corrupt . You have to recreate the postgresql addon. See https://docs.cloudron.io/services/#corrupt-addon on how to rebuild it.
-
SMTP timeout after updating to 8.3.1@rupertsworld Interesting... Cloudron only has a marketplace image on Digital Ocean . AFAIK, we don't have any app integration . It could be that DO implemented some features on their side without our knowledge .
-
MySQL addon not starting@stratus41298 Can you check the file /home/yellowtent/platformdata/logs/box.log ? This should contain where it is getting stuck .