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


Skip to content
  • PocketBase - Package Updates

    Pinned PocketBase
    64
    1 Votes
    64 Posts
    15k Views
    Package UpdatesP
    [1.14.8] Update pocketbase to 0.36.7 Full Changelog Fixed high memory usage with large file uploads (#​7572). Updated the rate limiter reset rules to follow a more traditional fixed window strategy (aka. to be more close to how it is presented in the UI - allow max X user requests under Ys) since several users complained that the older algorithm was not intuitive and not suitable for large intervals. Approximated sliding window strategy was also suggested as a better compromise option to help minimize traffic spikes right after reset but the additional tracking could introduce some overhead and for now it is left aside until we have more tests. Updated modernc.org/sqlite to v1.46.2 and SQLite 3.51.3. SQLite 3.51.3 fixed a database corruption bug that is very unlikely to happen (with PocketBase even more so because we queue on app level all writes and explicit transactions through a single db connection), but still it is advised to upgrade.* Updated other minor Go and npm deps. The min Go version in the go.mod of the package was also bumped to Go 1.25.0 because some of the newer dep versions require it.*
  • ntfy - Package Updates

    Pinned ntfy
    32
    0 Votes
    32 Posts
    8k 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
    53k 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
  • evcc - Package Updates

    Pinned evcc
    85
    0 Votes
    85 Posts
    24k Views
    Package UpdatesP
    [1.19.1] Update evcc to 0.303.1 Full Changelog 385296f HomeAssistant: fix changelog (#​28257) 706b637 Optimizer: fix invalid battery capacity d0a0dc5 SGready: fix panic
  • 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
    1k 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
    94 Views
    timconsidineT
    See https://forum.cloudron.io/post/121990
  • 4 Votes
    2 Posts
    55 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.
  • Postupdate scripts?

    PeerTube
    9
    2 Votes
    9 Posts
    34 Views
    nebulonN
    Sorry for missing this, will hopefully not happen the next time
  • [critical] install.lock removed after cloudron reboot

    Dolibarr
    18
    0 Votes
    18 Posts
    2k 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
    216 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
    49 Views
    robiR
    @nostrdev if you export HOME=/app/data before running the commands, it won't look to /root/...
  • 1 Votes
    1 Posts
    21 Views
    No one has replied
  • PostGres SQL Error update from v1.112.4 to v1.113.0

    GitLab
    9
    1 Votes
    9 Posts
    242 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
    30 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
    8 Votes
    4 Posts
    386 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.
  • Dawarich - Package Updates

    Pinned Dawarich
    24
    0 Votes
    24 Posts
    2k Views
    Package UpdatesP
    [1.8.4] Update dawarich to 1.3.4 Full Changelog Redesigned onboarding modal with two paths: "I have data" (inline file import) and "Start tracking" (app download + QR code). New users with existing location data can now start importing within 2 clicks of signing up. Onboarding completion is now persisted server-side (settings.onboarding_completed) instead of relying solely on localStorage, preventing the modal from reappearing after browser data clears. Route opacity data migration now runs as a background job instead of inline during migration, improving deployment reliability for large instances. Fix admin and supporter tooltip overflowing the page on narrow screens. #​1449 Fix date navigation arrow tooltips overlapping with the navbar on map pages. #​2229 #​2100 Fix infinite loading spinner when a trip has no points in its date range. #​2293 Fix Insights monthly digest panels disappearing when switching months. #​2305 Fix suggested visit confirm/decline not removing the visit from the list. #​2307 Fix Stats page reloading when clicking "countries, cities" link. #​2270 Fix map base layer selection not being restored after page reload (Maps v1). #​2093
  • Matrix Authentication Service

    Matrix (Synapse/Element)
    6
    5 Votes
    6 Posts
    148 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
    82 Views
    girishG
    This was probably a dup of https://forum.cloudron.io/topic/9944/please-separate-automatic-apps-and-platform-upgrades/