[1.123.0]
Update synapse to 1.142.0
Full Changelog
Dropped support for Python 3.9
SQLite 3.40.0+ is now required
Deprecation of MacOS Python wheels
Properly stop building wheels for Python 3.9 and free-threaded CPython. (#19154)
I've been running with this setup for nearly 2 years, I have made the following changes to the config to use Cloudron provided services.
Database (MySQL):
DB_CONNECTION=mysql
DB_HOST=${CLOUDRON_MYSQL_HOST}
DB_DATABASE=${CLOUDRON_MYSQL_DATABASE}
DB_USERNAME=${CLOUDRON_MYSQL_USERNAME}
DB_PASSWORD=${CLOUDRON_MYSQL_PASSWORD}
I can't remember whether I entered those environment variables into the install page on first time use or whether I had to put in the credentials directly then change them when I had finished installation.
Email:
MAIL_MAILER=smtp
MAIL_HOST=${CLOUDRON_MAIL_SMTP_SERVER}
MAIL_PORT=${CLOUDRON_MAIL_SMTP_PORT}
MAIL_USERNAME=${CLOUDRON_MAIL_SMTP_USERNAME}
MAIL_PASSWORD=${CLOUDRON_MAIL_SMTP_PASSWORD}
MAIL_FROM_ADDRESS=${CLOUDRON_MAIL_FROM}
MAIL_FROM_NAME="${APP_NAME}"
Redis (https://blog.linkstack.org/redis-linkstack/
REDIS_HOST=${CLOUDRON_REDIS_HOST}
REDIS_PASSWORD=${CLOUDRON_REDIS_PASSWORD}
REDIS_PORT=${CLOUDRON_REDIS_PORT}
CACHE_DRIVER=redis
SESSION_DRIVER=redis
Hope this helps.
Andrew.
@david.opalia i believe it's been moved up the queue, due to popular demand
don't expect all the features of espocrm, but there is some overlap, especially the gui for object design — but it seems to have a very large contributor base, so i expect it'll keep evolving fast
Have you configured the domain from the get go with OVH and that token during Cloudron installation? If so, was the dashboard domain created correctly or did you do this manually?
The new package version now has OpenID integration. Existing installations however are put in non-sso mode after update and treated as if they were installed without Cloudron usermanagement, since they were.
Hello @dylightful
I have restored your original post for context.
@dylightful said in Unable to Install Older Versions of UptimeKuma:
Version 2.0 broke our UptimeKuma site when attempting to update.
You can clone the app from the latest backup and then attempt to update the clone.
If it still fails, please checkout this topic: https://forum.cloudron.io/post/114707
[1.93.2]
Update immich to 2.2.3
Full Changelog
fix(ml): ocr inputs not resized correctly by @mertalev in #23541
fix(web): search bar accessibility by @ben-basten in #23550
fix: exif gps parsing of malformed data by @danieldietzler in #23551
fix(mobile): handle empty original filename by @skatsubo in #23469
fix(mobile): ignore patch releases for app version alerts by @bwees in #23565
[1.37.1]
Update gitea to 1.25.1
Full Changelog
Make ACME email optional (#35849) #35857)
Add a doctor command to fix inconsistent run status (#35840) (#35845)
Remove wrong code (#35846)
Fix viewed files number is not right if not all files loaded (#35821) (#35844)
Fix incorrect pull request counter (#35819) (#35841)
Upgrade go mail to 0.7.2 and fix the bug (#35833) (#35837)
Revert gomail to v0.7.0 to fix sending mail failed (#35816) (#35824)
Fix clone mixed bug (#35810) (#35822)
Fix cli "Before" handling (#35797) (#35808)
Improve and fix markup code preview rendering (#35777) (#35787)