Hello @superhua
With https://forum.cloudron.io/post/125658 the Sendmail is configured by default.
You can update your app and it should work right away.
Happy to get feedback.
Posts
-
Allow email? -
Nextcloud 34Hello @sponch
Nextcloud and mayor releases are always special.
I can understand that you would like to have the update right away.
From what we have learned from our excessive history with Nextcloud updates is that every mayor version comes with many issues.
Not to mention that all the extra apps for Nextcloud may also cause issues with mayor releases.We are monitoring the issue queue for Nextcloud 34.0.0 and will determine from that if we will provide the update soon.
-
Proper Way to Reboot via Bash/CrontabHello @somebody and welcome to the Cloudron forum
There is no need for a custom crontab or bash script.
See https://help.ubuntu.com/community/AutomaticSecurityUpdatesYou can edit
/etc/apt/apt.conf.d/50unattended-upgradesand enable the automatic reboot:- //Unattended-Upgrade::Automatic-Reboot "false"; + Unattended-Upgrade::Automatic-Reboot "true";and just to be sure restart the service with:
systemctl restart unattended-upgrades.serviceWith this change the system should automatically reboot.
-
Email Not sendingHello @panda
Thanks for sharing these insights.
Maybe you can also share the name of the mail relay that is blocking the attachments for other readers? -
Emails not deliveredHello @sebastienserre
The PTR record is set up from your hosting provider.
For Example Linode formy.cloudron.devwhere the mail subdomain is alsomy.cloudron.dev:

I just took your domain
my.thivinfo.comand get the IPv4 and IPv6:dig A my.thivinfo.com +short 185.97.146.212 dig AAAA my.thivinfo.com +short 2a02:4780:28:cf44::1Also checking the MX record:
dig mx thivinfo.com +short 10 mail.thivinfo.com.So the PTR/rDNS should resolve from the IPv4/IPv6 to
mail.thivinfo.com:dig -x 185.97.146.212 +short my.thivinfo.com. dig -x 2a02:4780:28:cf44::1 +short my.thivinfo.com.Both resolve to
my.thivinfo.comwhich is incorrect, and thus mail server are blocking your mails.
Go into your hosting provider interface not Bunny DNS and configure the rDNS/PTR record to be
mail.thivinfo.com. -
Allow email?Hello @superhua
Currently, the grist app does not have smtp settings configured.
We can add this with the next app update. -
Emails not deliveredHello @sebastienserre
Yes, I would also assume the same as @jdaviescoates
No IPv6 for a mailserver is getting used a block reason these days. -
Emails not deliveredHello @sebastienserre
Please include the output ofcloudron-support --troubleshoot -
Twenty 2.9.0 — blank page after update: frontend queries GaugeChartConfiguration, a type the 2.9.0 server schema doesn't exposeHello @marceau_t
Thank you for this investigation.
Maybe you can help us with some insights.
Is/app/data/twenty-front/something where users, like you, upload files that should be persistent?
I am leaning towards copying/app/code/packages/twenty-server/dist/front.origon every app start to/run/twenty-frontto fix this issue.
Since if there is nothing backup worthy, it should not even exist in/app/data/ -
Twenty 2.9.0 — blank page after update: frontend queries GaugeChartConfiguration, a type the 2.9.0 server schema doesn't exposeHello @marceau_t
This sound like an upstream issue.
You should create a GitHub issue with the details. -
Twenty 2.9.0 — blank page after update: frontend queries GaugeChartConfiguration, a type the 2.9.0 server schema doesn't exposeHello @marceau_t
I was not able to reproduce this issue from installing Twenty Cloudron package version0.14.0=>twenty2.8.0to1.0.0=>twenty2.9.0 -
Twenty 2.9.0 — blank page after update: frontend queries GaugeChartConfiguration, a type the 2.9.0 server schema doesn't exposeHello @marceau_t and welcome to the Cloudron forum
Can you please send the output of
cloudron-support --troubleshootas well so we have more data to analyse the issue? -
Add Deno to Rocket.Chat for Apps to workHello @panda
I have found a solution.
An app update will be available soon. -
Add Deno to Rocket.Chat for Apps to workHello @panda
I have reproduced the issue and I am looking into it.Findings:
Rocket.Chat8.4.xaddedlib/metricsCollector.ts(imported bymain.ts:23), which pulls in@std/iovia JSR. Earlier bundles didn't exercise that path the same way, so the empty cache went unnoticed the recent RC update is what tripped it.Testing now if we can create that cache in the build time or if this needs to be dynamic read-write.
-
Wopi issue after Update to 26.04.1.4.1Hello @giofonseca
I was able to reproduce this issue with Nextcloud.
This is not a Collabora issue but a Nextcloud issue .
When using the same Collabora app from Cubby it works without any issue.I also noticed the issue persists when restoring the previous version of Collabora.
So this is some caching issue from Nextcloud and the Office app from Nextcloud.Found a quick hotfix as well.
When updating or restoring Collabora, Nextcloud throws theUnauthorised WOPI host. Please try again later and report to your administrator if the issue persists.error.
But when you go into the admin settings of Nextcloud, go into the Office section, check the checkboxDisable certificate verification (insecure)andSaveuncheck andSaveagain, the issue is resolved.Can you please attempt this as well?
-
Wopi issue after Update to 26.04.1.4.1Hello @giofonseca
Thanks for reporting I will try to reproduce this issue. -
PeerTube 8.2 - Web videos setting ignored, always re-enabled after restartHello @archos
We will remove this persistent override with the next update of the PeerTube app. -
OnlyOffice 1.26.0: Document editor loads blank in Nextcloud integrationHello
Upstream reported that the issue will be resolved with the next release.
https://github.com/ONLYOFFICE/DocumentServer/issues/3686#issuecomment-4631461296 -
Is Grist worth the effort?Hello @umnz
For context please read https://forum.cloudron.io/topic/14969/enabling-grist-enterprise-does-not-work and https://forum.cloudron.io/topic/14941/grist-is-now-available -
Cloudron Branding Options no Error/InfosHello @grienauer
Thanks for the report, we will be fixing this issue.