after 4 years I'm still curious if the build-in mailserver can handle VERP in the meanwhile?

Marcel C
Posts
-
VERP on Cloudron -
Room link gets lost after OIDC login@MiroTalk said in Room link gets lost after OIDC login:
OIDC support for WhoAreYou (waiting room) is now available in MiroTalk SFU v1.8.81!
@mirotalk-57bab571 indeed 1.8.81 solved the issue!! Many many thanks for that!
Just one more thing: can you make the (button)texts on the WhoAreYou page configurable via .env just like the main page?
-
Room link gets lost after OIDC loginWhen you receive a direct link to a room, click that, get redirected via OIDC to login, then .... you are redirected to the main page and NOT the original room link.
This confuses users, they "just" click on "Join meeting" but then are in a wrong room ....
Can this be solved?
-
📍Dawarich: Your Journey, Your Control 🛄@timconsidine and also Immich API support to enrich your journeys or even create them based on that.
-
Track my location ?https://forum.cloudron.io/post/108131 Not here yet but seems much better!
️
-
When Cloudron updates the WordPress app, would it reinstall an enable SMTP Mailer?I agree with @micmc ’s option 2: default plugin for Developer version
Especially because of their promise: Most importantly, this plugin is free and will always be free.
Read why it’s 100% free (always)
-
Keila - Open Source Email NewslettersIt seems they are very actively developing this!
-
Is this pip install persistent for app updates?@james said in Is this pip install persistent for app updates?:
Hello @imc67
You can usevenv
oruv
to create virtual environments.
Here is a quick cheatsheet forvenv
=> https://aaronlelevier.github.io/virtualenv-cheatsheet/
Many preferuv
these days, see => https://github.com/astral-sh/uvthanks again! I used venv and it works very well!
-
Is this pip install persistent for app updates?@james said in Is this pip install persistent for app updates?:
What you want to do is create a virtual environment with pip in
/app/data/
and use that environment.
That will be included in the backup.Thanks for your feedback! Can you advise on what command to use to create this?
-
Is this pip install persistent for app updates?For a specific script (check via API the mail logs if there is a S3150 Micros$%t bounce) I needed this:
pip3 install --user requests --break-system-packages
Now the script works perfectly and via cron checks every hour the logs and informs via Pushover. However is this specific pip install persistent over app restart / update?
-
sending emails doesn't seem to work?@james said in sending emails doesn't seem to work?:
Hello @ccfu @imc67 I found the issue and the app will receive an update soon.
YES!!! After the update it works!
Thanks
-
Bug (?): impersonated user receives “new location” email@nebulon This issue is still there: If you impersonate a user and login to my. nothing happens, but if you login as impersonated user to let's say Nextcloud then the impersonated user receives a "new location" email!
Therefore this functionality is currently still not usable as it confuses the impersonated user extremely.
(I currently need it to login to Nextcloud because there are still old-LDAP users not logged in as OIDC user and so the migration is not finished)
-
sending emails doesn't seem to work?@james said in sending emails doesn't seem to work?:
Hello @imc67
Unfortunately, I have not yet discorded the solution.I hope you'll find the cause and solution soon, now the app is totally useless and that's a pity for the potential users but also for the person who took time to get it in the Appstore.
-
sending emails doesn't seem to work?@james said in sending emails doesn't seem to work?:
I think I see the problem here.
The task worker namedcelery
is configured in/run/pretix/pretix.cfg
to useredis
as thebackend
andbroker
but somehow,celery
still wants to useAMQP server (e.g. RabbitMQ)
which does not exist and fails.This might be a
celery
related issue similar to https://github.com/celery/celery/issues/6370EDIT:
This was a wild goose chase and was some based on a log message I thought saw once.
But did not lead to anything.Did you managed to find the issue?
-
Beszel is now available@andreasdueren said in Beszel is now available:
Did anyone try setting it up to monitor the same or different cloudrons?
Good question, I tried but, no idea how to do that
-
sending emails doesn't seem to work?@james Good to see you’re so committed to find the issue and solve it! Emailing is essential in this app otherwise people don’t get their tickets
-
Email as default username since update to new config set-up is NOT great :)Agree: false/false/true would be the best default but configurable in the env
-
Installing plugin notice, error and questions@james said in Installing plugin notice, error and questions:
Was this unclear or misleading
No when I installed it 2 days ago after this notice https://forum.cloudron.io/topic/13866/pretix-is-now-available there was no link to the docs so I expected it was not here yet.
-
Installing plugin notice, error and questions -
Installing plugin notice, error and questions@james said in Installing plugin notice, error and questions:
The last step for Cloudron would be then to restart the app.
After restart the plugin is available!