Hello @grienauer
The app description has been updated.
Posts
-
Update package Info -
🧪 Testers wanted: Element Server Suite (ESS Community) for CloudronHello @andreasdueren
Small feedback.
Indeed, having the bare domain on the ESS app is a little confusing.
I now understand the request you have written for the well-known feature. -
Community AppsIf you already published your community app you can ignore this notification.
Please note that the official Community App Store has been announced: https://forum.cloudron.io/topic/15712/cloudron-community-app-store-publish-your-app
Please publish your community app there.Mentioning all users in this topic just to trigger a notification:
-
issue with backups on ScalewayHello @jeau
The following is an assumption.
If only the automated backup fails, at night, in this specific time frame could it be that the remote is simply overloaded and thus causing errors?
Since 00:00 o'clock is a widely used time slot for creating backups maybe shifting the time to e.g.: 03:00 o'clock might help.
Something similar also happened to Let's Encrypt with hard coded times for certificate renewals created a DDoS like behaviour impacting their service negatively.Maybe worth a try?
-
Update package InfoHello @grienauer
Thanks for reporting, fixing. -
🧪 Testers wanted: Element Server Suite (ESS Community) for CloudronHello @andreasdueren
I just did a quick test.
Under theadmin.matrix.$DOMAIN.$TLDis only the NGINX default page visible.
Is that how it should be? Should it not look like https://admin-beta.element.dev/login?The documented way to get admin is false.
/app/code/mas/mas-cli --config /run/mas/config.yaml manage set-admin <username> error: unrecognized subcommand 'set-admin' tip: some similar subcommands exist: 'demote-admin', 'promote-admin' Usage: mas-cli manage [OPTIONS] <COMMAND> For more information, try '--help'.I took the
tipcommand:/app/code/mas/mas-cli --config /run/mas/config.yaml manage promote-admin james 2026-07-23T19:44:12.643967Z INFO mas_cli::commands::manage:349 User promoted to admin user.id=01KY87V8HR9D8JC8FEAT5GD8Z1 user.username=jamesWhich looks like it worked.
-
issue with backups on ScalewayHello @jeau
Adding to my last message, when increasing theUpload part sizeyou should also increase theMemory limitat least double or triple.
So when changing50 MiBto100 MiBtheMemory limitshould also go from1 GiBto at least2 GiBor better3 GiB. -
issue with backups on ScalewayHello @jeau
Thanks for reporting, I think I see the issue.
InvalidArgument: Part number must be an integer between 1 and 1000, inclusiveThis suggests this is Scaleway's Object Storage rejecting the 1001st part of a multipart upload, not a Cloudron bug in the strict sense, it's a limit collision.
See: https://www.scaleway.com/en/docs/object-storage/api-cli/multipart-uploads/1 to 1000 parts per object
5 MB to 5 GB per part (except for the last one)
Each object stores up to 5 TBThe default configuration for a S3 based backup site is:
- Memory limit: 1 GiB
- Upload part size: 50 MiB
- Upload concurrency: 20
- Download concurrency: 30
- Copy concurrency: 500
So with your error, I would advise increasing the
Upload part sizeto e.g.:100 MiBthat should cut the parts per object in half and could resolve your issue.I am taking this topic also as feedback to improve the error message to make it more human readable.
-
Need to update app through 54 updates in short period of timeSimilar topic to https://forum.cloudron.io/topic/15674/bulk-wordpress-updates and also answered there.
-
Maximum useable space limited by Volume Size Limit and Volume CountHello @max
This is the default configuration for the @seaweedfs app.
You can change this by following the documentation we have added here: https://docs.cloudron.io/packages/seaweedfs/#storage-size -
Minio Documentation for setting up new admin missingHello @AartJansen
The checklist for the Minio app links to https://docs.cloudron.io/packages/minio/#admin-credentials.
Could it be that you are running an old installation of the Minio app with an outdated checklist?
Because the link got changed 4 months ago. -
Google Login challenges -
Different URL for Webhook in CloudronHello @firmansi
Thank you for explaining.
I will look into this next week. -
Different URL for Webhook in CloudronHello @firmansi
Currently, the N8N app is only supporting redirections as secondary domains.
Also, theWEBHOOK_URLis set by the package at each start to the$CLOUDRON_APP_ORIGIN.We would have to add this feature to the N8N app to allow full secondary locations.
Is this feature highly necessary for you or more a convenience?
Also can you give us some examples when this feature is needed? -
Memory Usage Cloudron vs VPS PanelHello @inibudi
I am not sure what your VPS provider is even displaying with this graph.
It is just labeledMemoryand has no other indication.
Is it whole system memory, memory used, memory and swap combined?When you connect to your server and run
free -hyou can see the memory values.
Maybe compare that to Cloudron and your VPS to figure out what the VPS graph is trying to show.
We took this topic as feedback to improve our graph for memory.
The graph is showing memory used.
We now added a % scale to the right Y-axis and to the tooltip.
Note that the lines are stacked, so they align in addition of each other.
In this screenshot 1.23 GiB + 0.89 GiB = 2.12 GiB at the left Y-axis and 15.40 % + 11.14 % = 26.54 % at the right Y-axis.
-
CouchDB for Obsidian LiveSyncHello @fengchang
You can publish your community app here: https://ca.cloudron.io/ -
Memory Usage Cloudron vs VPS PanelHello @inibudi
Without the legend of the memory graph it is difficult to distinguish which line is what.
I just did a quick check.
free -h total used free shared buff/cache available Mem: 3.8Gi 1.6Gi 874Mi 49Mi 1.5Gi 2.2Gi Swap: 3.8Gi 228Mi 3.6Giwhich is pretty accurate.
-
Does Cubyy support real time collaboration?Hello @ikalou
You can configure Collabora or OnlyOffice as the admin for Office related files.
But I am not sure if multi-user work with these tools is also implemented. -
Postgresql errorsHello @charlesnw
Is this also resolved by restarting the PostgreSQL service? -
XBackBone package: uploads > 1 GiB rejected with 413Hello @shrey
Thanks for reporting.
An app update will be available soon.