Thanks @girish , I've sent an email to the address you provided. I can see all the apps.
Klaus
Posts
-
Cannot upgrade to Premium -
Cannot upgrade to Premium@girish said in Cannot upgrade to Premium:
@Klaus that's not good... When you say "logging in", is it trying to login to your Cloudron dashboard or do https://console.cloudron.io ?
You can also login directly at https://console.cloudron.io and subscribe.
But how do I add my particular existing server? On the Cloudron console, I only see the option to set up a new Cloudron, not add an existing one.
When I click on "Upgrade to premium" in my existing Cloudron installation, I get a link of the form:
https://console.cloudron.io/#/login?returnTo=/#/subscription_setup/3a...
where the 3a... part is presumably an ID for my cloudron installation.
When I login using the window there, I very briefly get a page "Setup your subscription" but after a split second I am redirected back to the login screen with the URL written above.
-
Cannot upgrade to PremiumI have an existing Cloudron installation on the free plan and would like to upgrade to Premium.
When I click on the "Upgrade to Premium" link on the dashboard, however, I get into an endless loop of logging in. When I set up a login and then login, I just get back to the login window after login. This happens in multiple browsers.
What could be the reason? A bug in Cloudron?
-
Cloudron mailing list not recognizing PRVS taggingBut I can't control how other mail providers send their email. That makes the "private list" feature somewhat useless because there'll always be some people who use PRVS....
-
Mailing List - answer to list not senderHas this now been implemented? This is a terrible default because every auto-reply of any member is then sent to everyone on the list.
-
Cloudron mailing list not recognizing PRVS taggingI have Cloudron mailing lists which are configured to only allow members to post.
However, when an email that is PRVS-tagged is sent to the list, the sender is not received and I get errors like this:
{
"ts": 1725626928001,
"type": "denied",
"direction": "inbound",
"uuid": "6DCB0050-188F-43C4-A77E-E8D5ADC94844.1",
"messageId": null,
"mailFrom": "prvs=0979ff155d=someemail@somedomain.de",
"spamStatus": null,
"mailbox": null,
"quotaPercent": null,
"rcptTo": [
"somemailinglist@mydomain.de"
],
"remote": {
"ip": "2001:7c0:0:76::11",
"port": 56440,
"host": "mail-out01.belwue.de",
"info": "mail-out01.belwue.de",
"closed": false,
"is_private": false,
"is_local": false
},
"authUser": null,
"relaying": false,
"pluginName": "cloudron",
"errorCode": 902,
"message": "Cannot send to restricted list",
"rejectionCountLastHour": 0
} -
Can I update node.js in an app?@girish Thanks!
-
Can I update node.js in an app?@girish The latest NodeBB version 1.16 is no longer compatible with NodeJS version 10. Would it be possible to update the NodeJS version in Cloudron again?
-
Can I update node.js in an app?Great! Finally the emoji plugin works again! Thanks a lot.
-
Can I update node.js in an app?I've installed node.bb using Cloudron. A plugin isn't working, and the plugin developer says that I need to udpate node.js.
When I do a
node -v
in the console I get version8.12
, which is rather old indeed.Is there some way to upgrade the version of node.js inside that container?