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


Skip to content
  • Tymeslot

    Community Apps
    21
    1 Votes
    21 Posts
    684 Views
    E
    Via a custom script - when I change a version, I have to do this in several places in the app, so I wrote a script where I specify the version number and it does this automatically.
  • 2 Votes
    5 Posts
    49 Views
    E
    Both. I want to understand if both are correct programmatically, but I can't test them against having an existing docker image, because I find that counter-intuitive - why would I build the docker image before knowing if everything is correct?
  • 1 Votes
    3 Posts
    14 Views
    robiR
    @james might be a useful pre-install checklist for setting up a speedy mirror
  • CloudronVersions.json weirdness

    App Packaging & Development
    1
    2 Votes
    1 Posts
    10 Views
    No one has replied
  • Mastodon - Package Updates

    Pinned Mastodon
    86
    0 Votes
    86 Posts
    39k Views
    Package UpdatesP
    [1.17.9] Update mastodon to 4.5.9 Full Changelog Insufficient verification of email addresses (GHSA-5r37-qpwq-2jhh) Updated dependencies Add trademark warning to mastodon:setup task (#38548 by @ClearlyClaire) Fix definition for quote in JSON-LD context (#38686 by @ClearlyClaire) Fix being unable to disable sound for quote update notification (#38537 by @ClearlyClaire) Fix being able to quote someone you blocked (#38608 by @ClearlyClaire)
  • AdGuard Home - Package Updates

    Pinned AdGuard Home
    98
    1 Votes
    98 Posts
    55k Views
    Package UpdatesP
    [1.14.13] Update AdGuardHome to 0.107.74 Full Changelog Frontend libraries has been updated to prevent the possibility of exploiting the vulnerability described in CVE-2026-40175. Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.26.2. In this release, the schema version has changed from 33 to 34. Added a new field doh in http configuration. Incorrect forwarding of root domain requests when domain-specific upstreams are configured (#7058). The strict SNI check setting is not persisted when the TLS configuration is changed (#8327). Status reported by the launchd service implementation in cases of scheduled service restart. Fixed clients block/unblock when moving clients between allowed and disallowed lists.
  • FreeScout - Package Updates

    Pinned FreeScout
    270
    0 Votes
    270 Posts
    304k Views
    Package UpdatesP
    [1.16.7] Update freescout to 1.8.216 Full Changelog Fixed null parameter error in CheckBrowser middleware (#5342) Fixed moving conversations (#5343) Fixed OAuth disconnect link on PHP 7.1 (#5345) Fixed search.title hook (#5347) Fixed mute icon for non-admin users in Dashboard (#5348) Improved fetching into multiple mailboxes (#5350) Fixed error in MailHelper::isGeneratedMessageId() (#5351)
  • Forgejo - Package Updates

    Pinned Forgejo
    9
    0 Votes
    9 Posts
    499 Views
    Package UpdatesP
    [1.1.0] Update forgejo to 15.0.0 Full Changelog See https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/15.0.0.md PR: remove admin-level permissions from repo-specific & public-only access tokens PR: The template generation (POST /repos/{template_owner}/{template_repo}/generate) and repository deletion (DELETE /repos/{username}/{reponame}) APIs have been updated to require the same permission scope as creating a new repository. Either write:user or write:organization is required, depending on the owner of the repository being created or deleted. PR: Accessing the /repositories/{id} API with a public-only access token did not restrict read access to only public repositories, which is now prevented. PR: Accessing the /repos/{owner}/{repo}/issues/{index}/dependencies and /repos/{owner}/{repo}/issues/{index}/blocks APIs with a public-only access token had access to modification operations against private repositories in the form component of the API (not the URL component), which is now prevented. PR: Accessing the /repos/{owner}/{repo}/issues/{index}/dependencies and /repos/{owner}/{repo}/issues/{index}/blocks APIs with a public-only access token could view dependencies or blocking issues from private repositories, which is now prevented. PR: Accessing the /repos/{owner}/{repo}/issues/{index}/timeline API with a public-only access token could view comment cross-references from private repositories, which is now prevented. PR: Accessing the /teams/{id}/repos/{org}/{repo} API with a public-only access token could view private repositories assigned to a team, which is now prevented.
  • Formbricks - Package Updates

    Pinned Formbricks
    69
    0 Votes
    69 Posts
    11k Views
    Package UpdatesP
    [2.9.2] Update formbricks to 4.9.2 Full Changelog fix: prevent offline replay from dropping survey blocks after completion by @Dhruwang in #7744 fix: [backport] remove dark: variant classes from survey-ui to prevent host page style leakage by @Dhruwang in #7748
  • RustFS - Package Updates

    Pinned RustFS
    10
    0 Votes
    10 Posts
    223 Views
    Package UpdatesP
    [0.8.0] Update rustfs to 1.0.0-alpha.94 Full Changelog fix(server): warn on default credentials with console enabled by @marshawcoco in #2448 fix(deploy): use standard rustfs log directory by @jlon in #2491 fix(storage): fix critical bug in range calculation by @zeapo in #2493 fix(get): validate fast path body before response commit by @houseme in #2495 fix(storage): align archive content-encoding with S3 semantics by @houseme in #2496 fix(get): remove GET chunk fast path by @overtrue in #2507 fix(admin): enforce event and audit target auth by @houseme in #2508 feat(oidc): add roles_claim and jwt:roles policy support by @GatewayJ in #2509 fix(admin): allow clearing group policy by @cxymds in #2527 feat(helm): add generic service and ingress annotation support by @Strangerxxx in #2541
  • Metabase - Package Updates

    Pinned Metabase
    539
    1 Votes
    539 Posts
    472k Views
    Package UpdatesP
    [3.6.1] Update metabase to 0.60.1.1 Full Changelog
  • Is it possible/safe to install Client Push App ?

    Nextcloud
    8
    0 Votes
    8 Posts
    1k Views
    WiseMetalheadW
    @andreasb said: it looks like notify_push is up and running I honestly don’t understand how you managed to get this working. I spent about 5 hours today trying to set it up and still didn’t get the result I expected. @reboot cron job simply doesn’t work. It’s mentioned in the docs but I’ve never seen it run in the logs. @service does run but only once. Аfter subsequent Nextcloud restarts the job never triggers again. My version of the script works fine if I run it manually from the terminal like this /app/data/notify_push.sh. The service starts and all checks pass. root@71780ea5-011c-4c09-886e-5f7e17e0b670:/app/code# /app/data/notify_push.sh ; sleep 1 ; ps aux | grep notify_push ; ss -tlnp | grep 7867 ✓ redis is configured ✓ push server is receiving redis messages ✓ push server can load mount info from database ✓ push server can connect to the Nextcloud server ✓ push server is a trusted proxy ✓ push server is running the same version as the app configuration saved => notify_push started on port 7867 root 265 0.3 0.0 25676 8796 ? Ssl 15:57 0:00 /app/code/apps/notify_push/bin/x86_64/notify_push --allow-self-signed --nextcloud-url http://172.18.20.152 --port 7867 /app/code/config/config.php root 286 0.0 0.0 4104 2100 pts/1 S+ 15:57 0:00 grep --color=auto notify_push LISTEN 0 128 0.0.0.0:7867 0.0.0.0:* users:(("notify_push",pid=265,fd=10)) If I set up a cron job to run every 5 minutes. */5 * * * * echo "=> Enabling notify_push" && /app/data/notify_push.sh I can see in the logs that everything looks fine: Apr 16 18:30:41 ✓ redis is configured Apr 16 18:30:41 ✓ push server is receiving redis messages Apr 16 18:30:41 ✓ push server can load mount info from database Apr 16 18:30:41 ✓ push server can connect to the Nextcloud server Apr 16 18:30:41 ✓ push server is a trusted proxy Apr 16 18:30:41 ✓ push server is running the same version as the app Apr 16 18:30:41 configuration saved Apr 16 18:30:41 => notify_push started on port 7867 But in reality the process doesn’t survive after the script finishes. If I check manually with ps aux | grep notify_push ; ss -tlnp | grep 7867 there’s nothing in the terminal. Claude suggested this might be a cgroup-related issue in containers. The process started from cron gets attached to its cgroup and when the cron job exits, the process is killed along with it. I’m not sure how accurate that is. Maybe most people who claimed to have notify_push working probably didn’t verify it properly, since the warning disappears from the Nextcloud admin panel. It looks like it’s working, even when it actually isn’t.
  • Baserow - Package Updates

    Pinned Baserow
    105
    2 Votes
    105 Posts
    39k Views
    Package UpdatesP
    [1.37.1] Update uv to 0.11.7 Full Changelog Upgrade CPython build to 2026041 including an OpenSSL security upgrade (#19004) Elevate configuration errors to required-version mismatches (#18977) Further improve TLS certificate validation messages (#18933) Improve --exclude-newer hints (#18952) Fix --script handling in uv audit (#18970) Fix traversal of extras in uv audit (#18970) De-quote workspace metadata in linehaul data (#18966) Avoid installing tool workspace member dependencies as editable (#18891) Emit JSON report for uv sync --check failures (#18976) Filter and warn on invalid TLS certificates (#18951)
  • NodeBB - Package Updates

    Pinned NodeBB
    174
    0 Votes
    174 Posts
    129k Views
    Package UpdatesP
    [2.26.3] Update NodeBB to 4.10.3 Full Changelog copy ip, closes #14177 (d99e46a) don't prepend relative_path to absolute URLs in getProfilePictures (#14176) (37f2319) memberPostCids saving, closes #14170 (c40708f)
  • Drag and Drop not working

    Nextcloud
    3
    1 Votes
    3 Posts
    22 Views
    E
    Hi @james Thank you for your feedback. I searched a bit and i found this bug report here in GitHub, it's exactly my problem. Seems to be a bug. When i pres F12 in Firefox, i can see it. First, thought about if i have a wrong configuration, but i guess that Cloudron supports the optimal configuration for Nextcloud, so there's no need to to anything, just wait for the bugfix. https://github.com/nextcloud/server/issues/59468 Has anyone else the same issue? Thanks, Eixen
  • Moodle - Package Updates

    Pinned Moodle
    67
    2 Votes
    67 Posts
    28k Views
    Package UpdatesP
    [4.0.4] Update moodle to 5.1.4 Full Changelog
  • Tymeslot - Better Meeting Scheduling than cal.com

    App Wishlist
    21
    10 Votes
    21 Posts
    769 Views
    andreasduerenA
    @ekevu123 Cool app, toying with it right now. One observation: when trying to connect to my nextcloud calendar, it connects and recognizes the different calendars but when I press Add integration, it returns Base url Must be a valid HTTP or HTTPS URL (e.g., https://example.com) nonetheless.
  • NocoDB - Package Updates

    Pinned NocoDB
    145
    2 Votes
    145 Posts
    88k Views
    Package UpdatesP
    [1.33.1] Update nocodb | stage to 2026.04.1 Full Changelog
  • Public Forms redirect to OIDC due to hardcoded GRIST_FORCE_LOGIN

    Grist
    3
    4 Votes
    3 Posts
    39 Views
    nebulonN
    The new package allows to override that variable now in the env.sh file.
  • Grist - Package Updates

    Pinned Grist
    9
    0 Votes
    9 Posts
    626 Views
    Package UpdatesP
    [1.1.0] Remove enterprise edition as it was closed down Allow override of GRIST_FORCE_LOGIN