Solved it on my own. Had to resize the partition. I assumed there was a way to do this in cloudron
Justin Vogt
Posts
-
Out of Disk, After resize not adjusting -
Out of Disk, After resize not adjustingAlso send an email with the server id
-
Out of Disk, After resize not adjustingMy server ran out of disk capacity. I added storage by scaling the server on netcup. Somehow cloudron is not detecting the change.
Any idea how to make it work?
Support access is granted in ssh.
-
n8n cors config blocking session cookiesThe current reverse proxy setup blocks us from passing session cookies for authentication.
The issue is also discussed here: https://community.n8n.io/t/cors-error-in-scenario-where-reverse-proxy-manipulation-is-not-available/25054
-
Vikunja - OIDC enabled reset after restartLove it! Solved for me
-
Vikunja - OIDC enabled reset after restartCrosspost: https://forum.cloudron.io/topic/14055/oidc-enabled-reset-after-restart
Sorry for crosspost. I am afraid else the thread would not be seen. Feel free to close one if needed.
-
Vikunja - OIDC enabled reset after restartI would like to use vikunja with our cloudflare access openid. I installed the app with "leave user management to app" setting. Config works as it i supposed to, but the auth.openid.enabled is reset to false with every restart.
I assume this is a bug isn´t it?
-
Hetzner Object Storage add missing Helsinki locationI appreciate the hetzner Object Storage already being implemented. Is it possible to also integrate the helsinki location?
-
Mailpit SMTP Server with Rest API@dsp76 Sadly not yet. Did not have the time to do so.
-
Send email with brevo relayI am trying to use my brevo account to send transactional mails. The dmarc cloudron automatically added fails because brevos dkim does not allow the sender.
I have a sender configured for my-domain.com, while the server has cloudron01.my-domain.com . How can i solve this? I think the easiest would be to allow changing the "From" domain in case a relay is used, since the sending domain will most likely be handled by the relay provider.
-
Mailpit SMTP Server with Rest APIIt is mostly used as such yes. However there are usecases where you most likely want to process mails via API. I really like mailpit for this scenario
-
Gotenberg - Generate PDF´s from Office, HTML@necrevistonnezr i also experienced not the very best results for existing web pages. However, passing your own HTML with fonts and styling as well as JS works quite flawless.
Also playing with the available settings might improve the settings.
-
Gotenberg - Generate PDF´s from Office, HTMLhttps://gotenberg.dev/ should be self explanatory i hope
I think it would integrate nicely with the auth proxy to protect from unauthorized access.No addons required. Not even anything to backup

-
Mailpit SMTP Server with Rest APIMailpit is easy to set up and allows using it as smtp server while accessing the mails via rest api. This allows further processing.
https://github.com/axllent/mailpit -
Change update stream to stablePerfect, thank you very much
-
SQL related nodes errorI can confirm. Heavily related to the more general update policy: https://forum.cloudron.io/topic/10088/change-update-stream-to-stable.
-
Change update stream to stableIt seems to me the cloudron updates currently follow the github releases without any further filtering. On all of my servers the pre-release version was automatically installed.
I would be very happy if the update stream could be changed to stable releases only.
One example: Current released version is 1.8.1 which contains a bug in the mysql node. It is already fixed in 1.8.2 and was not existing in 1.7.1. This issue could have been easily avoided by just installing the "latest" release.
-
Whitelisting VPN in htaccess to secure app@robi Hi, i validated. The ips shown in the wordpress app log are indeed my private ones, despite being connected to the vpn. I also validated my private ips are not leaked and validated only my vpn ips are visible outside the cloudron context.
For me this seems to be something cloudron specific. I have read this thread: https://forum.cloudron.io/topic/1541/wordpress-restrict-access-by-ip-wp-admin-and-wp-login-php/3 This seems to tackle the same problem. However i am not able to configure my htaccess to use X-Forwarded-For if thats even what i need.
-
Whitelisting VPN in htaccess to secure app@robi Feeling stupid right now, but i dont see a a list with interfaces when opening a terminal to the OpenVPN app.
In the logs of the WordPress App i saw an ipv6 ip which represented by local internet connections ipv6. This seems to be caused due to a misconfiguration in OpenVPN after activating ipv6 for cloudron. However now a can see my private ipv4 address in the logs. Not the internal one of the VPN or the external one of the server.
I assumed i can see the external ip of the server in the logs and simply whitelist that. To achieve this do i have to work with the Forwarded header? Is there an example somewhere? I am a bit lost to be honest.
-
Whitelisting VPN in htaccess to secure app@p44 Thanks a lot. I already have set up access rules like the one you posted. It works with one static ip. What i need is to whitelist one static ip and the OpenVPN which runs on the same cloudron install as the wordpress installation.
Since i do not know where to find the OpenVPN IP with which clients connected to the vpn connect to the wordpress install i have no clue which ip to add to the htaccess.