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


Skip to content
  • ntfy - Package Updates

    Pinned ntfy
    32
    0 Votes
    32 Posts
    9k Views
    Package UpdatesP
    [1.22.2] Update ntfy to 2.19.2 Full Changelog This is another small bugfix release for PostgreSQL, avoiding races between primary and read replica, as well as to further reduce primary load. Bug fixes + maintenance: Fix race condition in web push subscription causing FK constraint violation when concurrent requests hit the same endpoint Route authorization query to read-only database replica to reduce primary database load
  • DocuSeal - Package Updates

    Pinned DocuSeal
    131
    4 Votes
    131 Posts
    54k Views
    Package UpdatesP
    [1.14.0] Update docuseal to 2.4.0 Full Changelog Remove emails from the signature reason Dynamic documents - convert DOCX files to dynamic documents with dynamic content [[variables]] editable directly in the template builder
  • 10 Votes
    32 Posts
    7k Views
    jadudmJ
    Hi @timconsidine , I know I won't have time to do a PR anytime soon, so I'll drop a note here. Huge kudos on bringing the package forward. The Garage state is stored entirely in SQLite databases. I can't remember the names of them... there's 2 or 3? So while you've spec'd the directories where they will live, that's only part of what needs to be done with them for a restoreable Garage installation on Cloudron. https://docs.cloudron.io/packaging/addons/#sqlite You'll want to make sure they're explicitly called out in the manifest. Doing so makes sure they get baked up safely. If you don't, it is possible that a backup will fail to correctly capture all of the metadata about the Garage instance, and the result could be lost data upon restore. (That is, if a WAL file is not flushed, then the standard backup might capture the metadata DB in an inconsistent state, and if someone had to restore, they would have a corrupt and unrecoverable Garage installation.)
  • InvoicePlane - invoicing application

    App Wishlist
    7
    5 Votes
    7 Posts
    2k Views
    timconsidineT
    @banks I'm not an admin or mod so I can't move the messages. Just leave them here and head over to https://forum.cloudron.io/post/1199 which is the start of a topic requesting, upvote the original post and add another message as you have done at the end.
  • 0 Votes
    22 Posts
    157 Views
    timconsidineT
    See https://forum.cloudron.io/post/121990
  • 4 Votes
    2 Posts
    69 Views
    timconsidineT
    ALPHA community app release. builds and installs and logs in playground interview done, PDF export and email sending nothing else tested CloudronVersions: https://communityapps.appx.uk/cloudron-docassemblle/CloudronVersions.json CommunityApps website: https://communityapps.appx.uk Repo : https://forgejo.tcjc.uk/cca/cloudron-docassemble.git EDIT : feel free to say what doesn't work This was done as a 'proof of concept' that it is possible on top of cloudron base image. It has not been tested beyond basic steps listed.
  • [critical] install.lock removed after cloudron reboot

    Dolibarr
    18
    0 Votes
    18 Posts
    3k Views
    sebastienserreS
    Fixed by setting my own cron job https://forum.cloudron.io/topic/14965/which-user-for-cron-task/4?_=1773687776018
  • WHich user for Cron task ?

    Moved Solved Dolibarr cron crontab
    6
    0 Votes
    6 Posts
    236 Views
    sebastienserreS
    Sorry for my late answers. Yes, yes it fixes it. Thank you
  • Error: mkdir /root/.ollama: read-only file system

    Ollama
    6
    1 Votes
    6 Posts
    91 Views
    robiR
    @nostrdev if you export HOME=/app/data before running the commands, it won't look to /root/...
  • 1 Votes
    1 Posts
    43 Views
    No one has replied
  • PostGres SQL Error update from v1.112.4 to v1.113.0

    GitLab
    9
    1 Votes
    9 Posts
    259 Views
    M
    I had the exact same problem and the post of arnaudguy fixed it like a charm. So please set the app in repair mode use the postgres button on the top to enter postgres follow the steps of arnaudguy SELECT tc.constraint_name, kcu.column_name, ccu.table_name AS foreign_table_name, ccu.column_name AS foreign_column_name FROM information_schema.table_constraints tc JOIN information_schema.key_column_usage kcu ON tc.constraint_name = kcu.constraint_name JOIN information_schema.constraint_column_usage ccu ON ccu.constraint_name = tc.constraint_name WHERE tc.table_name = 'user_agent_details' AND tc.constraint_type = 'FOREIGN KEY'; SELECT COUNT(*) AS nb_violations FROM user_agent_details WHERE organization_id IS NULL; BEGIN; DELETE FROM user_agent_details WHERE organization_id IS NULL; COMMIT; ALTER TABLE user_agent_details VALIDATE CONSTRAINT check_17a3a18e31; BEGIN DELETE 1 COMMIT ALTER TABLE SELECT conname, convalidated FROM pg_constraint WHERE conname = 'check_17a3a18e31'; Exit postgres \q deactivate repair mode and voilá it works again... thanks a lot to you guys...
  • Use external SMTP server with Redmine

    Redmine
    3
    0 Votes
    3 Posts
    44 Views
    J
    Is there a reason not to deliver it via Cloudron ? Email -> Sending -> Relay for the domain where the app is installed. Custom mail service mostly only makes sense for marketing style mails and not for transactional emails.
  • Community Apps

    Announcements
    4
    2
    9 Votes
    4 Posts
    432 Views
    luckymL
    Yup, I mean it's not really necessary I agree since one click will also take me to the website but rather a small quality of life feature to save this one click
  • 14 Votes
    31 Posts
    10k Views
    jamesJ
    Hello @loudlemur As discussed before here https://forum.cloudron.io/post/118000. Please don't post AI output plain into the forum.
  • Matrix Authentication Service

    Matrix (Synapse/Element)
    6
    5 Votes
    6 Posts
    216 Views
    jamesJ
    Hello @andreasdueren At some point MAS will be integrated into synapse. When this happens automatic migration will be handled.
  • Decouple auto-update apps and box

    Solved Feature Requests
    3
    3 Votes
    3 Posts
    96 Views
    girishG
    This was probably a dup of https://forum.cloudron.io/topic/9944/please-separate-automatic-apps-and-platform-upgrades/
  • Please, separate automatic apps and platform upgrades

    Solved Feature Requests
    29
    1
    5 Votes
    29 Posts
    9k Views
    girishG
    Implemented in https://git.cloudron.io/platform/box/-/commit/f334c696cbce9028354e05bc9898557cbb469a60
  • Add Pre-Backup and Post-Backup Hooks

    Solved Feature Requests backups
    10
    8 Votes
    10 Posts
    2k Views
    girishG
    These are implemented as backupCommand and restoreCommand
  • Proposal: The CUR - Cloudron User Repository

    Solved Feature Requests
    25
    16 Votes
    25 Posts
    7k Views
    girishG
    This is roughly implemented as community packages - https://docs.cloudron.io/packaging/publishing/
  • Add App Action Buttons to Tile

    Feature Requests
    2
    1
    2 Votes
    2 Posts
    55 Views
    I
    I’m thinking the same as @robi. I tried asking Google Gemini to propose a design that surfaces key actions like Start, Stop, Restart, and Retry Task. Directly on the main page, so we don’t have to open the app just to access them. Grid view: [image: Google-Gemini-03-16-2026-08-00-AM.png] List View: [image: Google-Gemini-03-16-2026-07-58-AM.png]