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


Skip to content
  • FacilMap

    Community Apps
    6
    1 Votes
    6 Posts
    30 Views
    timconsidineT
    Great, let me know if anything else is off
  • Backup quits with

    Unsolved Support
    2
    1 Votes
    2 Posts
    15 Views
    T
    Relevant part: // for await (const line of rl) { if (!line) continue; debug(`Current line: ${line}`); const cacheEntry = JSON.parse(line); // ... } I added the debug. And yes, line is just invalid json. Log: // ... Mar 14 21:19:59 box:syncer Current line: {"path":"data/storage/app/myfile.txt","stat":{"mtime":1723408804000,"size":26604,"mode":33188}} Mar 14 21:19:59 box:syncer Current line: {"path":"data/storage/app/myfile2 Mar 14 21:19:59 box:backupupload upload completed. error: SyntaxError: Unterminated string in JSON at position 83 (line 1 column 84) at JSON.parse (<anonymous>) at Object.finalize (file:///home/yellowtent/box/src/syncer.js:184:33) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async sync (file:///home/yellowtent/box/src/backupformat/rsync.js:211:5) at async Object.upload (file:///home/yellowtent/box/src/backupformat/rsync.js:309:12) at async Object.upload (file:///home/yellowtent/box/src/backuptask.js:101:37) More context: root@5fc22e33-ac60-4f99-bbe3-2ca8cf9e12c7:/# ls app/data/storage/app/attachment/6/0/1/myfile2_ foo.pdf 'app/data/storage/app/attachment/6/0/1/myfile2_'$'\342\200\251''foo.pdf' root@5fc22e33-ac60-4f99-bbe3-2ca8cf9e12c7:/# file app/data/storage/app/attachment/6/0/1/myfile2 _foo.pdf app/data/storage/app/attachment/6/0/1/myfile2\051foo.pdf: PDF document, version 1.5 (zip deflate encoded)
  • Add a custom search engine currently not possible to add

    SearXNG
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Plane - "The open source project management tool"

    App Wishlist
    11
    26 Votes
    11 Posts
    3k Views
    L
    What Cloudron fights you on for Plane: the single-container model. It is probably better to just use Plane's Docker Compose and run it on its own little VPS. Plane is not a monolithic app with a database bolted on. It is a distributed system with nine services, a message broker, and an object store. Cramming all of that into one container with supervisord is not how any of those components were designed to run. It works (Outline, Cal.com, Seafile, and Zoneminder have all been packaged this way), but the result is fragile in ways that a Docker Compose deployment is not. If the Celery worker crashes and supervisord restarts it, that is fine. If LavinMQ crashes and takes in-flight messages with it while the API is still accepting requests, you get silent failures that are hard to diagnose. The failure modes multiply with the number of co-located services.
  • Cloning the app cloned the whole environment

    FreeScout
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Custom Haraka Plugin Support for the Mail Addon

    Feature Requests
    12
    4 Votes
    12 Posts
    1k Views
    sponchS
    @girish said: @CaeruleusAqua are you asking about custom bcc feature or custom haraka plugin? Custom haraka plugins won't be supported, this is not on the roadmap. Bcc feature might be. For 9.2, it will be primarily a mail feature release. looking forward to 9.2 now
  • 0 Votes
    3 Posts
    15 Views
    C
    Not familiar with Crystal, but one of the strengths of RabbitMQ is that is built with Erlang, a battle-tested, high-performance, fault-tolerant platform.
  • 🔥 Open Source Browser API for AI Agents & Apps

    Moved App Wishlist
    4
    1 Votes
    4 Posts
    52 Views
    robiR
    Thanks my bad.
  • 3 Votes
    6 Posts
    718 Views
    timconsidineT
    Nanobot now available as a Community App CloudronVersions: https://communityapps.appx.uk/cloudron-nanobot/CloudronVersions.json CommunityApps website: https://communityapps.appx.uk [ @community-apps ]
  • RabbitMQ for Mautic queue

    Moved Mautic
    22
    3 Votes
    22 Posts
    7k Views
    L
    RabbitMQ is of use for supporting Plane on Cloudron. It has quite high resting RAM requirements. So, LavinMQ might be even better as lighter resting requirements. https://plane.so/ Plane requires RabbitMQ (AMQP) for all async job processing. The Worker and Beat Worker services consume from RabbitMQ queues. There is no way to substitute Redis for this purpose: Plane switched from Redis/Celery to RabbitMQ explicitly. Cloudron has addons for PostgreSQL, MySQL, MongoDB, and Redis, but nothing for AMQP/RabbitMQ.
  • Raneto : markdown knowledgebase

    App Wishlist
    16
    9 Votes
    16 Posts
    5k Views
    L
    @timconsidine Well done! Another accolade!
  • 1 Votes
    3 Posts
    17 Views
    P
    @joseph thanks a lot for your prompt answer. I migrated and after 24 hours I saw this problem. So, right now what other I did: I enabled LAMP recovery mode I disabled LAMP recovery mode I rebooted whole VPS (not only LAMP app) Problem is solved after those further steps. Migration script could be improved to update cron job container ID if any cron job configured in a specific app.
  • 7 Votes
    23 Posts
    9k Views
    timconsidineT
    @Joseph apologies - fixed [image: 1773494816159-screenshot-2026-03-14-at-13.26.26-resized.png]
  • Community Apps

    Pinned Locked Community Apps
    8
    10 Votes
    8 Posts
    389 Views
    J
    Baikal Detail Link / Info Wishlist topic https://forum.cloudron.io/topic/2129/ Author @timconsidine Repository Repository Install CloudronVersions.json If you have questions or issues about this community app, please open a separate topic in the @community-apps category and link to this reply.
  • 1 Votes
    8 Posts
    82 Views
    P
    @girish Totally understood logic. Thanks a lot for your answer.
  • 2 Votes
    1 Posts
    22 Views
    No one has replied
  • 12 Votes
    7 Posts
    2k Views
    timconsidineT
    The self-host quick start is for VPS deployment using docker compose an Traefik. Not what is needed for Cloudron.
  • Metabase - Package Updates

    Pinned Metabase
    524
    1 Votes
    524 Posts
    406k Views
    Package UpdatesP
    [3.1.4] Update metabase to 0.59.2.6 Full Changelog
  • Baserow - Package Updates

    Pinned Baserow
    96
    2 Votes
    96 Posts
    35k Views
    Package UpdatesP
    [1.35.7] Update baserow to 2.1.6 Full Changelog [Integration] Resolved a bug in the periodic trigger which prevented it from being scheduled correctly.
  • n8n - Package Updates

    Pinned N8N
    417
    0 Votes
    417 Posts
    394k Views
    Package UpdatesP
    [4.13.1] Update n8n to 2.11.4 Full Changelog core: Fix task runner hanging when connection attempt fails (backport to release-candidate/2.11.x) (#​26929) (9132524) Allow skipping foreignkey constraint disablement for imports (backport to release-candidate/2.11.x) (#​26884) (995df46)