@TheMeerkat Nice! Nothing against nginx but have you considered caddy?
Posts
-
Simple Static: the simplest way to host static websites on Cloudron -
Ente for cloudron, help for testing wanted.@mrchrisjones Yes, this looks like a CORS issue. Have you checked the upstream documentation? I'm a bit surprised you got Cloudflare R2 working. I thought I remember trying it back when I packaged this and there were compatibility issues.
Personally I'm using replication with B2, Hetzner and Scaleway (in this order).
-
Ente for cloudron, help for testing wanted.@mrchrisjones That pretty much points to failing on email/OTP delivery, not on Backblaze B2 or browser encryption key generation.
172.18.0.1looks to be Cloudron’s internal mail relay address. Ente/Museum is trying to send the signup OTP email through Cloudron’s mail addon at172.18.0.1:2465, and that connection is timing out:dial tcp 172.18.0.1:2465: connect: connection timed out
So
/api/users/otphangs because Museum cannot reach the SMTP relay.You don’t need the
cloudroncommand on your Mac. In the Cloudron web UI, open the Ente app, then use the app’s Terminal/Console and check:env | grep CLOUDRON_MAIL
If the internal Cloudron SMTPS relay is unreachable, you can try overriding Museum’s SMTP config directly in:
/app/data/config/museum.override.yamlI just pushed a package update which supports these changes. Please update to the latest version (
0.6.100). The new image should include theENTE_SMTP_*support.Example for an external SMTP server using implicit TLS:
smtp: host: "smtp.example.com" port: "465" username: "smtp-user" password: "smtp-password" email: "ente@example.com" sender-name: "Ente" encryption: "tls"Then restart the Ente app.
Important: Ente/Museum supports
tls/sslfor implicit TLS, or no encryption. It does not support STARTTLS, so port 587 usually will not work unless the relay also accepts plain SMTP there. For most external relays, use port 465 withencryption: "tls".The Cloudron app email UI may not show much here because apps normally talk to Cloudron’s internal mail relay, and Cloudron then relays externally. The log you shared shows the app cannot connect to that internal relay.
-
Ente for cloudron, help for testing wanted.I’d first check the app logs while reproducing the signup failure, because the “generating encryption keys” message is likely just where the frontend fails after submitting the generated keys to the backend.
Can you run this while trying to create the account again?
cloudron logs --app <your-ente-app-domain> -fAlso please open the browser DevTools → Network tab and check which request fails after “generating encryption keys.” I’d expect a failed request to
/api/users...or a mail/verification-related endpoint. The HTTP status and response body there would be very useful.The most likely causes are:
- Cloudron mail/sendmail is failing, so Ente can’t send the verification email.
- The frontend is calling the wrong API origin.
- S3 config is incomplete or invalid.
You can also check the startup config log with:
cloudron exec --app <your-ente-app-domain> -- tail -n 200 /run/ente/logs/startup.logIf the logs mention SMTP/mail errors, this is probably a Cloudron mail configuration issue rather than an encryption-key generation issue.
-
Ente for cloudron, help for testing wanted.@mrchrisjones before I spin up a new test instance to try to reproduce this, could you please respond to these questions:
- did you set up s3 compatible storage?
- And if so, which one?
- Also, is there anything in the logs that pops up when you try to register?
- what browser are you using
- if you are on a Mac, do you have Lockdown Mode enabled?
- could you share here or in a dm the domain so I can test the login flow my end?
-
Dual document editorNice! I'm using Nova which has this function. It's not open source though.
-
Hermes Agent ⚕@James I think this is starting to be stable enough to be included in the list
-
Matomo complaining about MySQL versionThe version of MySQL you are using (8.0.44-0ubuntu0.24.04.2) has reached its end of life (EOL). We strongly recommend that you upgrade to a current version, as continuing to use this version could expose you to security vulnerabilities and bugs that have been fixed in newer versions of MySQL. -
What's coming in Cloudron 10@Joseph No, the problem here is that to receive mail, I need to be able to route Port 25 to the app. But I think it's always reserved by the internal mail server?
-
What's coming in Cloudron 10@sponch I don't think so. Looks like cloudron is blocking Port 25 which is needed for receiving mail. Running into the same issues with my attempt at packaging stalwart
-
Stalwart Mail Server on Cloudron - Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)I had to open ports in /home/yellowtent/platformdata/firewall/ports.json and restart the firewall to have access to smtp, imaps, ...
OK thank you I'll check out the port issue
-
Matrix WhatsApp BridgeUpdated and modified for community app:
https://git.due.ren/andreas/mautrix-whatsapp-cloudron/-/raw/main/CloudronVersions.json?ref_type=heads -
Stalwart Mail Server on Cloudron - Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)@josephcosta Please update to
0.16.26, should work now. -
Stalwart Mail Server on Cloudron - Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)@josephcosta Hmm. I'll check it out later today or tomorrow. Thanks for testing!
-
Stalwart Mail Server on Cloudron - Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)@josephcosta Yes, openID isn't working yet. working on that. But the package should auto create admin credentials you can extract from the env. At least it does for me. Doesn't it have a
STALWART_RECOVERY_ADMIN=admin:xxxxxxxxxxxxxxxxentry already? -
Stalwart Mail Server on Cloudron - Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)I'm experimenting with packaging this. Please help me test it: https://git.due.ren/andreas/stalwart-cloudron/-/raw/main/CloudronVersions.json?ref_type=heads
-
Hermes Agent ⚕@umnz on my cloudron. Not even behind cloudflare. Not sure why it won't work for you.
-
Agentic AI choices@timconsidine Thanks but I had packaged it a while ago as a test but never published it.
-
Hermes Agent ⚕ -
Agentic AI choices@timconsidine I used nanoclaw but switched to Hermes when Claude closed down the subscription. Thinking about going back to nanoclaw though since they added more auth options besides Claude.