@robi No, I can't see it anywhere there. In Cloudron 8 it is close to the app search, but in Cloudron 9 I can't find it there and not in the list of apps.

Kubernetes
Posts
-
Cloudron 9.0 (beta) bug reports -
Cloudron 9.0 (beta) bug reports@girish has App Proxy been removed from 9.0 generally, or is the functionality somewhere else now?
-
Recommendation: Mail-Archiver – simple & efficient email archiving@josephcosta I agree with you and I don't like ASP.NET because I am not familiar with it. But however, if the developer knows his stuff, I am okay with it.
@necrevistonnezr I agree with you, index and search for attachments would be great. Maybe it will be added sometime later? I also think the fuzzy search in Openarchiver is something I miss in Mailarchiver.
-
Recommendation: Mail-Archiver – simple & efficient email archivingMaybe to add, that my experience with oepnarchiver was that it took much longer to archive new emails, because the crawling through all emails was slow. This is much faster with mailarchiver for me.
-
Recommendation: Mail-Archiver – simple & efficient email archiving@joseph mailarchiver is using IMAP
-
Thanks to the Cloudron Team!Hi everyone,
I’ve been running Cloudron for almost 3 years now, and I just wanted to take a moment to say thank you to the Cloudron team.
In all this time I have not had a single outage or disruption. Cloudron not only runs very reliably, it also has all sorts of useful features that I keep discovering along the way.
A recent example: I wanted to use Immich with my 250 GB photo library. My vServer running Cloudron is somewhat limited in terms of storage and performance, so I set up another server with Docker to run Immich there. With a firewall in place, only my Cloudron server is allowed to talk to the Immich server. On the Immich server I used Traefik to provide HTTPS, and then on Cloudron I could simply expose this via the App Proxy.
And the best part: thanks to OpenID, I can even allow my Cloudron users to access Immich without having to manage a separate user base. Everything just works flawlessly. Immich has already processed and analyzed all 250 GB of photos in less than 12 hours.
Once again: thank you Cloudron team for this great product and all the incredibly useful features!
Looking forward to discovering even more features in the years to come! -
Recommendation: Mail-Archiver – simple & efficient email archiving@necrevistonnezr I like the Search in OpenArchiver, but overall I like Mail-Archiver a bit more. However, thanks for adding to the thread.
-
Recommendation: Mail-Archiver – simple & efficient email archiving@timconsidine No, but I did deploy on my server at home via docker compose.
-
Recommendation: Mail-Archiver – simple & efficient email archivingHi everyone,
Since there are frequent questions here about email archiving solutions, I’d like to share a small but very practical open-source project that I’ve been using for about a week now:
Project: Mail-Archiver on GitHub
I’ve been running Mail-Archiver locally and I’m extremely satisfied so far.
The setup was straightforward, the interface is clean, and the archiving works reliably and efficiently. For me, this tool fills exactly the gap I’ve been looking to solve, without adding unnecessary complexity.Maybe this will be interesting for some of you as well.
If anyone has questions about the setup or integration, I’m happy to help.Best,
Michael -
IP-Whitelist for Proxy App@Jorradezk The approach you described leaves a security gap. If IP filtering is only applied on “Server A” in front of the Cloudron Proxy App, an attacker could potentially bypass it by connecting directly to the Cloudron server’s public IP or any other exposed port.
-
Moving location of Docker imagesJust a quick update, since I am using this since March.
I didn't had any issues with that kind of storage usage for the Docker during normal operations.
As I didn't have an situation with restore or bare metal recovery, I still don't have any experience for these use cases.
So far, I am pretty happy to offload the Docker Images to the Hetzner Volume.
-
Installing custom Apps on Cloudron@james I would love to have this enhancement. This would be a game changer for custom (unsupported) Apps
-
Use floating IP address only for outbound Cloudron Docker container communication@d19dotca Thanks for sharing your solution — it’s a solid and pragmatic setup! Just two key points to consider:
- Docker Subnet Might Change in Future
Your script currently hardcodes 172.18.0.0/16 as the Docker subnet. While this is the default for Cloudron, it’s technically subject to change — either through manual config changes or future Cloudron updates. To make your script more robust, you could dynamically retrieve the subnet like this:
CLOUDRON_SUBNET=$(docker network inspect cloudron --format '{{ (index .IPAM.Config 0).Subnet }}')
This ensures your SNAT rule always uses the correct range.
- Host-Level Traffic Still Uses Default IP
Your setup correctly SNATs all container traffic, but be aware that outbound connections from the Cloudron host itself (e.g. system updates, wget, DNS lookups) will still use the primary server IP unless you apply a similar SNAT rule for host traffic. If consistency across all outbound traffic matters (e.g. for whitelisting or compliance), you might want to extend the approach accordingly.
-
Track my location ?@timconsidine Sounds very interesting as I am looking for something pretty lightweight - without any maps or so. I did send you a private message.
Thanks for your efforts with PinMe!
-
ChatmailChatmail can already be used on Cloudron — since Cloudron provides a full-featured mail server out of the box, you can easily connect it to a Chatmail-compatible client like Delta Chat using your existing Cloudron e-mail account.
There’s no need for a separate Chatmail-specific app on Cloudron — the infrastructure is already there. Just point Delta Chat (or another compatible client) to your Cloudron mail server credentials, and you’re good to go with end-to-end encrypted messaging.
-
Email is not configured properlyI also get this error message from time to time on my Cloudron on Hetzner VPS. Usually during night and when I check in the morning the issue does not exist anymore. Maybe it is an issue with DNS Lookup?
-
Sharing custom SpamAssassin Rules@d19dotca Looks great, thanks for sharing!
-
No question. No error. No mess. Just a thank you for the Cloudron product.I totally agree. It is my third year using Cloudron and I still love the stability and reliability.
I would also like to thank in addition to the Cloudron Community which is always open and supportive!THANKS!
-
Vulnerabilities in Ingress NGINXHi there,
I read about this RCE vulnerability of the Ingress NGINX Controller:
https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilitiesThey mention Kubernetes, and I am not sure, if we are using this Controller on Cloudron?
Anything we have to do here?
Best,
Michael -
Moving location of Docker images@nebulon I will build up real experience and report here