Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Looking for an App?

    Community Apps
    22
    4 Votes
    22 Posts
    653 Views
    O
    I'd love to see RSSBridge packaged in a way that you could update individual bridges directly from their repo. The official Cloudron app has the bridges in a read only folder. Lots of bridges are updated constantly, while the main app seems to be working without much problems. So as a consequence we don't get the fixed bridges on Cloudron, leading to more and more broken bridges, but with the app itself working as it should.
  • 2 Votes
    3 Posts
    26 Views
    A
    Thanks for the speedy response. Sadly that didn't fix my issue, so assuming it should work I did some poking around to see what might be the cause of the rejected mime type. TLDR I'm on version 9.0.17 and should try upgrading. More detailed explanation if anyone finds this topic by searching in the future, it looks like json is being enforced here https://git.cloudron.io/platform/box/-/blob/v9.0.17/src/server.js?ref_type=tags#L268 but the CLI sends a multipart form, so it can attach the tar bundled app here https://git.cloudron.io/platform/cloudron-cli/-/blob/master/src/actions.js?ref_type=heads#L699 that's cleared up in the later version 9.1.0 https://git.cloudron.io/platform/box/-/blob/v9.1.0/src/server.js?ref_type=tags#L275 Hopefully that will resolve my issue
  • 7 Votes
    13 Posts
    486 Views
    TheMeerkatT
    @james said: Hello @themeerkat With Cloudron 9.1 we have added community app support. Please check the latest documentation for package publishing https://docs.cloudron.io/packaging/publishing Could you update your repo to include these changes? Done. Also, the issue with the previous version is now resolved! To install it as a community app, use this link: https://codeberg.org/TheMeerkat/HeCAPTe-Cloudron/raw/branch/main/CloudronVersions.json
  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2

    N8N
    6
    1 Votes
    6 Posts
    196 Views
    U
    @girish @Joseph n8n team are claiming the issue could be with changes made by Cloudron between 2.9.4 and above. Can you guys look into this? There are multiple people claiming that sending binaries via multi-part-forms breaks after upgrading from 2.9.4 - but I don't know if they're using Cloudron. Here's an example of someone getting the same error sending a multi-part form using the Open AI file upload: https://github.com/n8n-io/n8n/issues/26777 Other references to connection issues when uploading files: https://github.com/n8n-io/n8n/issues/26746 https://github.com/n8n-io/n8n/issues/26606 https://github.com/n8n-io/n8n/issues/25567
  • CalAmp/ThinxNet device – UDP support for port 5082?

    Traccar
    7
    1 Votes
    7 Posts
    42 Views
    robiR
    It sounds like this app could use a reverse proxy with a user editable configuration so the routes and ports can be added manually.
  • redis not starting (after update to 9.1.3?)

    Unsolved Support
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Transfer OIDC user to local user

    Nextcloud
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Disable Default Admin or Setup 2FA

    Solved Ctfreak
    12
    0 Votes
    12 Posts
    2k Views
    robiR
    @jypelle this is possible if the package is adjusted to have the config file available in /app/data and a script to restart/reload the relevant service.
  • Incoming Email: cannot open mailbox

    Discourse
    1
    3
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Cannot login after restoring from backup to v.1.112.4

    GitLab
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Better access to the documentation

    Feature Requests
    1
    2
    2 Votes
    1 Posts
    24 Views
    No one has replied
  • More email notification triggers

    Feature Requests
    1
    1
    2 Votes
    1 Posts
    14 Views
    No one has replied
  • Uptime Kuma - Package Updates

    Pinned Uptime Kuma
    117
    0 Votes
    117 Posts
    77k Views
    Package UpdatesP
    [2.3.0] Update cloudflared to 2026.3.0
  • 2 Votes
    14 Posts
    5k Views
    LanhildL
    @girish said: What I meant is maybe the manifest can use "postgreSQL": { "prefixCount": 10 } and it creates 10 databases or something like that. I like this approach. How would you handle changes with this count though, say it's 10 today but lowered to 5 tomorrow? Surely that'd be a breaking change. Otherwise, I think it'd be the easiest solution
  • DocuSeal - Package Updates

    Pinned DocuSeal
    130
    4 Votes
    130 Posts
    51k Views
    Package UpdatesP
    [1.13.9] Update docuseal to 2.3.7 Full Changelog MCP Server and Agent Skills. Create, send, and manage eSignatures with OpenClaw or other AI agents via MCP or Agent Skills.
  • Traccar - Package Updates

    Pinned Traccar
    52
    1 Votes
    52 Posts
    13k Views
    Package UpdatesP
    [1.25.0] Make CalAmp port UDP according to Traccar and Protocol spec
  • Fider - Package Updates

    Pinned Fider
    10
    0 Votes
    10 Posts
    1k Views
    Package UpdatesP
    [2.0.0] Update fider to 0.33.0 Full Changelog Please note new license changes Open Core Licensing: Some features (content moderation, search indexing) are now gated as pro features, with a new commercial licensing system using separate private/public key environment variables. Content Moderation (Pro): Admins can now moderate posts and comments before they go public, trust or block individual users, and manage pending content from a dedicated admin page. Content moderation is available as a pro feature. Revamped UI: The home page and post detail view have been refreshed with a cleaner design, better dark mode support, improved mobile layouts, and post details now open in a modal without a full page reload. Security: Sign-in email links now use a strong 64-character key (manual entry still uses a 6-digit code for convenience). Fixed search with hyphenated words Option to keep failing webhooks enabled rather than auto-disabling them Fixed issue adding links via the toolbar button Fixed filter/sort state persisting when navigating back from a post Fixed vote listing issues Post tags now update live in the listing without a page reload
  • What's coming in 9.1

    Pinned Announcements
    63
    26 Votes
    63 Posts
    3k Views
    murgeroM
    @james I understand, I was suggesting a change for situations like Case 2 - a little more transparent but still a short message as to not confuse users/admins.
  • 1 Votes
    13 Posts
    685 Views
    H
    @James many thanks for the tips. I have followed the instructions and was able to confirm that the app's CLIENT_ID and CLIENT_SECRET exist in the Cloudron internal MySQL database. I will try to find some time this week to do some more troubleshooting and report back if I am able to resolve the problem.
  • Update on community packages

    App Packaging & Development
    14
    3
    14 Votes
    14 Posts
    535 Views
    jamesJ
    Hello @timconsidine Good point. Will update the documentation.