Hello @firmansi
Thanks for checking in. We are aware of the latest update.
Currently, some of your own tests for the app are failing.
After this is resolved the update will be available to everyone.
Staff
Cloudron.io Staff
Posts
-
Openwebui V0.6.30 -
Participants can't see eachother?Hello @avatar1024
Have you changed the port after the latest update? See: https://forum.cloudron.io/post/112671 -
Weblate Celery Workers Stalled/Inconsistent on One Instance (TM Indexing Fails, but Stats Update Works)I have not encountered this issues and it seems very specific and hard to reproduce. However to debug this maybe further, you can run the app's jobs manually also within the webterminal into the app.
Not clear to me which celery job is required to to this but as an example if you run
upervisorctl restart celery-memory
then it will restart and execute https://git.cloudron.io/packages/weblate-app/-/blob/master/supervisor/celery-memory.conf?ref_type=heads#L3Also maybe check in that instance if all services run via
supervisorctl status
-
Filter disabled usersI know this comes often and we are slow in fixing bugs to release but in the new Cloudron 9 dashboard we have a filter option for this:
-
Environment variables NEXT_PUBLIC_WEBSITE_PRIVACY_POLICY_URL and NEXT_PUBLIC_WEBSITE_TERMS_URL for custom privacy policy and terms URLs ignoredsince nextjs apps are designed to be built with the various domains known prior to building and then being deployed, this results in pretty much a hack already in our packaging code, where we replace magic strings in the build assets on app startup. Presumably we have to do the same for those then with the fallback mentioned at https://github.com/calcom/docker/pull/433/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R222
Will try to prepare a package change for those
-
How to customize SOGo Logo Without Losing It After App Reboot or UpdateGiven the strong warning around the proposed customization, I think we shouldn't support this directly. Looks like not even upstream supports this without potential breakage on update. From our experience such essentially code changes cause more trouble than worth it, since from a Cloudron perspective we cannot test updates for those cases anymore.
So unless there is popular demand also from other users, I would suggest to maintain a fork of https://git.cloudron.io/packages/sogo-app which allows for this
-
How to customize SOGo Logo Without Losing It After App Reboot or UpdateHello @hakh
There isSOGoFaviconRelativeURL
from => https://www.sogo.nu/files/docs/SOGoInstallationGuide.html@nebulon
It seems SOGo loads by default the/usr/local/lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png
file.
This could simply be replaced with a custom logo. That would be the "quick and dirty" way.But maybe we should add the customization option as a feature to the Cloudron app?
See: https://www.sogo.nu/support/faq/how-to-customize-the-html.htmlThis way users can freely edit the full HTML templates to their liking enabling white labeling as well.
-
How to customize SOGo Logo Without Losing It After App Reboot or UpdateDo you have some instructions on how you did this? Generally unless the upstream app has some supported way to customize this without relying on changing assets from an upstream release, this is hard to support for us, but havent' looked into how this is done in SOGo
-
Adding File Permission Settings to Cloudron File ManagerHow fine-grained would those have to be to be useful in your case? I am asking, since apps only have limited support for unix users and groups.
-
override email automatic configurationHello @Crush33
This is something we (the Cloudron team) have to add to the app.
I will take this as a feature request and get it implemented.An app update will be available soon.
All you have to do then is update the app, and then you can disable the mail setup in the cloudron dashboard of your Dolibarr app.Also, it is recommended to set up the mail setting in the Dolibarr Web UI under
https://$YOUR.DOMAIN/admin/mails.php