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


Skip to content
  • Lychee - Package Updates

    Pinned Locked Lychee
    115
    0 Votes
    115 Posts
    44k Views
    Package UpdatesP
    [2.45.1] Update Lychee to 7.6.2 Full Changelog v7.6.2 : Revert validate-env.sh by @ildyria in #4453 Add auto rotation of the license key provided KEYGEN_API_KEY. by @ildyria in #4442 Add fallback if crypto.randomUUID() is not available by @ildyria in #4450 Fix shared hosting tmp folder issue by @ildyria in #4446 10 unlock request per minute by @ildyria in #4448 Ensure that the user is able to see the photo they are setting as highlighted by @ildyria in #4449 Version 7.6.1 by @ildyria in #4452
  • Disk Space and Backup Folder

    Unsolved Support backup
    5
    0 Votes
    5 Posts
    183 Views
    nebulonN
    If /var/backup is not used/setup in Cloudron for backups in your instance anymore, then you can safely delete all files in /var/backup if you want. Other Ubuntu components may put some small files there though over time, but that is probably not disk space relevant after the initial purge.
  • 2 Votes
    9 Posts
    232 Views
    nebulonN
    I was trying to reproduce this on a fresh instance, but I don't seem to even have this menu entry for Scheduled Jobs in the Admin Tools. Are you using any 3rdparty module in dolibarr? Edit: found the module to enable, it is just called "Scheduled Jobs" however running the invoices job does not create any folders here to verify. If you have any more detailed description how to setup such an invoice for manual cron creation, to reproduce the problem, this would help much.
  • Metabase - Package Updates

    Pinned Locked Metabase
    591
    1 Votes
    591 Posts
    607k Views
    Package UpdatesP
    [3.16.6] Update metabase to 0.62.2.12
  • EspoCRM - Package Updates

    Pinned Locked EspoCRM
    147
    0 Votes
    147 Posts
    84k Views
    Package UpdatesP
    [2.20.9] Update espocrm to 9.3.9 Full Changelog
  • 0 Votes
    4 Posts
    20 Views
    nebulonN
    ah good! glad it worked out in the end then
  • Logic Functions (LOCAL driver) fail on the read-only filesystem

    Twenty
    2
    2 Votes
    2 Posts
    52 Views
    jamesJ
    Hello @david.opalia Thanks for reporting. We have fixed this issue with the latest app update. See: https://forum.cloudron.io/post/125980
  • Twenty - Package Updates

    Pinned Locked Twenty
    19
    3 Votes
    19 Posts
    1k Views
    Package UpdatesP
    [1.1.2] fix: Logic Functions (LOCAL driver) fail on the read-only filesystem
  • Tandoor - Package Updates

    Pinned Locked Tandoor
    77
    0 Votes
    77 Posts
    32k Views
    Package UpdatesP
    [1.12.10] Update recipes to 2.6.11 Full Changelog improved pantry booking dialog and table fixed another order parameter fixed recipes marked as private could be viewed trough API utility endpoints GHSA-cqj3-64qw-4w52 fixed recipe search and recipe book API endpoints accepting any order by attribute GHSA-4x57-2q4q-xwpp fixed regex ddos possibility in automation engine GHSA-f2gw-c2c7-59v7 fixed AI Providers could be configured with malicious URLs to allow SSRF GHSA-wq4h-2r8x-cv65 if you are using custom AI backends you need to add them to the new AI_ALLOWED_URLS settings (see docs) fixed bookmarklets of other users in your own space could be accessed/deleted GHSA-4vw7-c646-g23w updated lots of dependencies updated translations for various languages
  • 2 Votes
    6 Posts
    140 Views
    S
    If the image still isn't found, the Docker daemon fetches the image from the canonical repository on Docker Hub. that's a feature of docker daemon itself. Fallback through the list of configured registry-mirrors. The key here is that docker pull docker.io/cloudron/base is treated exactly as "docker pull cloudron/base" (implicit hub.docker.com) whereas docker pull registry.docker.com/cloudron/base is ignoring registry-mirror list because it is an explicit registry image ref. quay.io would also fail in a "restricted" network environment. One of the other solutions I considered is to allow a "cloudron base registry" option in the installer.
  • LimeSurvey - Package Updates

    Pinned Locked LimeSurvey
    312
    0 Votes
    312 Posts
    394k Views
    Package UpdatesP
    [1.58.3] Update LimeSurvey to 7.0.4+260620
  • 0 Votes
    6 Posts
    656 Views
    girishG
    Do you have some sample code that I can test with? Currently, it is still disabled in the Cloudron code.
  • upgrade v8

    Rocket.Chat
    11
    1 Votes
    11 Posts
    767 Views
    J
    You can also get the version from the Web terminal of an app that uses mongodb. root@cd75fce1-749c-4c9b-897e-2c7df3def8f2:/app/code# mongosh -u "${CLOUDRON_MONGODB_USERNAME}" -p "${CLOUDRON_MONGODB_PASSWORD}" ${CLOUDRON_MONGODB_HOST}:${CLOUDRON_MONGODB_PORT}/${CLOUDRON_MONGODB_DATABASE} --eval "db.version()" 8.0.17 db.serverBuildInfo() has more info if you want.
  • WordPress Managed - Package updates

    Pinned Locked WordPress (Managed)
    88
    1 Votes
    88 Posts
    57k Views
    Package UpdatesP
    [3.18.0] always activate daggerhart-openid-connect-generic before cloudron-sso
  • WordPress (Developer) - Package Updates

    Pinned Locked WordPress (Developer)
    93
    1 Votes
    93 Posts
    58k Views
    Package UpdatesP
    [3.15.1] always activate daggerhart-openid-connect-generic before cloudron-sso
  • SeaweedFS - Package Updates

    Pinned Locked SeaweedFS
    18
    0 Votes
    18 Posts
    1k Views
    Package UpdatesP
    [1.12.0] Update seaweedfs to 4.35 Full Changelog fix(command): preserve fuse option after writers by @7y-9 in #9972 mount: tolerance-window write pattern detection for concurrent writeback by @chrislusf in #9984 feat(mount): attach Content-MD5 to chunk uploads by @kisow in #10016 mq(kafka): don't drop an existing topic when auto-create races by @chrislusf in #9998 feat: add Prometheus metrics for replication operations by @rushikesh90 in #10006 feat: add Prometheus metric for volume creation operations by @rushikesh90 in #10026 volume: remove ec.bitrotChecksum and ec.bitrotBlockSizeMB flags by @chrislusf in #10000 s3: bound streaming remote-cache wait so large cold GetObject returns 503, not a hang by @chrislusf in #9988 fix(s3): verify SigV2 using percent-encoded path for Unicode object keys by @sergey-zinchenko in #10022 helm: reject emptyDir for volume idx, and rebuild a missing idx on restart by @chrislusf in #10005
  • InvoiceNinja - Package Updates

    Pinned Locked Invoice Ninja
    580
    0 Votes
    580 Posts
    1m Views
    Package UpdatesP
    [1.22.21] Update invoiceninja to 5.13.25 Full Changelog Add additional time resolution in download file names Updates for json design Improvements for imports Static analysis Updates for QB rate limiter Fixes for filters Allow global tags to be attached to entities Tags and filters QB imports Add balance_taxes option into checkdata Fixes for merging vendors Issue #9939 - Fix Light email template double border in Outlook Classic by @3s7an in #12010
  • Verdaccio - Package Updates

    Pinned Locked Verdaccio
    126
    0 Votes
    126 Posts
    108k Views
    Package UpdatesP
    [1.79.2] Update verdaccio to 6.7.4 Full Changelog fix: run jwt middleware before middleware plugins fix: enforce generated npm token metadata fix: allow npm token create without readonly/cidr_whitelist Update verdaccio dependencies to the latest npm dist-tag (@verdaccio/ui-theme tracks next-9
  • Searx - Package Updates

    Pinned Locked SearXNG
    118
    0 Votes
    118 Posts
    50k Views
    Package UpdatesP
    [2.99.0] Update searxng to 75c1b1d
  • LanguageTool - Package Updates

    Pinned Locked LanguageTool
    55
    1 Votes
    55 Posts
    11k Views
    Package UpdatesP
    [1.50.0] Update languagetool to cac6419