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


Skip to content
  • "Failed to open stream: Permission denied" for cache/data

    FreeScout
    11
    2
    0 Votes
    11 Posts
    2k Views
    N
    I am also going to leave this here: I finally got around to putting together a fix: https://github.com/pronetivity/cloudron-freescout/commit/27697c310fb373f1a972c7990f5c00dc3052ee54 A detailed analysis is available here: https://github.com/pronetivity/cloudron-freescout/blob/master/LARAVEL-CACHE-FIX.md Disclaimer: the commit also includes a few quality-of-life changes. The actual fix is limited to the caching adjustments. Cheers, JD
  • 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 coming for cloudron?

    Community Apps
    4
    0 Votes
    4 Posts
    3 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.
  • Smokeping

    App Wishlist
    5
    4
    3 Votes
    5 Posts
    760 Views
    timconsidineT
    @neoplex well done ! hurrah !
  • 0 Votes
    22 Posts
    83 Views
    timconsidineT
    See https://forum.cloudron.io/post/121990
  • 3 Votes
    2 Posts
    44 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
    27 Views
    nebulonN
    Sorry for missing this, will hopefully not happen the next time
  • Dify.ai, a self-hosted prompt-management tool

    App Wishlist
    34
    9 Votes
    34 Posts
    8k Views
    jamesJ
    Hello @timconsidine When you update the CloudronManifest.json file at e.g.: https://communityapps.appx.uk/cloudron-dify/CloudronVersions.json installation that used this URL will pickup the update automatically.
  • [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
    208 Views
    sebastienserreS
    Sorry for my late answers. Yes, yes it fixes it. Thank you
  • Web terminal font changed after update to 9.1.3

    Discuss
    8
    1
    0 Votes
    8 Posts
    78 Views
    nebulonN
    Still strange that both our setups are so similar yet the terminal is broken, have you tried the webrenderer about:config setting ? Though in my case it works either way.
  • Error: mkdir /root/.ollama: read-only file system

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

    GitLab
    9
    1 Votes
    9 Posts
    231 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
    25 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
    361 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
  • Empty release notes

    Calibre Web
    5
    0 Votes
    5 Posts
    697 Views
    SansGuidonS
    Hi, I bump this thread as once again there is an issue with the generated changelog/release notes for Calibre Web. [image: 1773651818851-5541ef33-e742-40dd-bfe6-35bf713aae6f-image.jpeg] The link to full changelog is invalid : https://github.com/janeczku/calibre-web/releases/tag/9.5.0 cc @girish
  • 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.
  • MiroTalk - Package Updates

    Pinned MiroTalk
    585
    2 Votes
    585 Posts
    402k Views
    Package UpdatesP
    [1.18.17] Update mirotalkp2p to 1.7.43
  • 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