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


Skip to content
  • Update Umami from v2 to v3

    Umami
    3
    0 Votes
    3 Posts
    6 Views
    T
    @luckow Tried update with version 3.0.0 and did not work, but now updating to v3.0.1 it worked properly. All seems to be running ok.
  • Unable to update because low space is reported...

    Unsolved Support
    2
    0 Votes
    2 Posts
    8 Views
    nebulonN
    The code in question uses df -B1 --output=source,fstype,size,used,avail,pcent,target / to check the rootfs at /. Can you run that via SSH and see what that reports?
  • Ackee - Package Updates

    Pinned Ackee
    19
    0 Votes
    19 Posts
    4k Views
    Package UpdatesP
    [1.7.1] Update Ackee to 3.5.1 Full Changelog Several dependencies have been updated to their latest versions to bring in security patches and improvements ackee-tracker has been updated to fix an issue where visits were not recorded when the website had an empty document.referrer. You might have seen lower visit counts since version 3.5.0 when your website had no referrer, e.g., when visiting it directly or via bookmarks.
  • Change Detection - Package Updates

    Pinned Change Detection
    124
    1 Votes
    124 Posts
    30k Views
    Package UpdatesP
    [1.24.2] Update changedetection.io to 0.51.3 Full Changelog RSS Reader Mode parser improvements - Pick up all fields from RSS where possible, better auto-detect of the XML encoding if it wasnt set by the browser
  • Directus - Package Updates

    Pinned Directus
    153
    4 Votes
    153 Posts
    90k Views
    Package UpdatesP
    [2.13.3] Update directus to 11.13.3 Full Changelog Added a new interface to select multiple items from a collection in JSON format (#26106 by @Dominic-Marcelino) Added support for CSV files export in UTF-8 encoding (Excel format) (#26177 by @gaetansenn) Added non-editable mode allowing fields to display as read-only (#26147 by @robluton) Added multi-domain OAuth/OpenID support (#26074 by @gaetansenn) Ensured that the direction prop is passed down to the interfaces (#26159 by @robluton) Fixed merge behavior during validation for nested drawer forms (#25965 by @formfcw) Added trigger manual flow functionality to buttons interface (#26022 by @AlexGaillard) Fixed notification emails failing due to transaction race condition (#26213 by @ComfortablyCoding) Optimized the MCP tool descriptions to resolve issues when using ChatGPT (#26221 by @bryantgillespie) Fixed aliases on GQL M2A filters (#26148 by @ComfortablyCoding)
  • Cloudron 9.0 (beta) bug reports

    Pinned Discuss
    143
    1 Votes
    143 Posts
    7k Views
    nebulonN
    Fixed now with https://git.cloudron.io/platform/box/-/commit/2b4f8ff00de78b191b4528940c664a0c90a45565 so it would correctly find the app and print the more readable domain like before.
  • Feature request: Reply to all filter?

    Roundcube
    2
    0 Votes
    2 Posts
    3 Views
    jdaviescoatesJ
    @Beardmann such a request needs to be upstream to Roundcube itself - looks like this is the best place for them https://www.roundcubeforum.net/index.php?board=16.0 (why they don't just use Gitsomething I don't know )
  • Grafana - Package Updates

    Pinned Grafana
    145
    1 Votes
    145 Posts
    99k Views
    Package UpdatesP
    [2.3.0] Update grafana to 12.3.0 Full Changelog API Clients: Add lazy hooks to clients #113226, @tomratcliffe API clients: Automatically set PATCH headers #111879, @Clarity-89 AccessControl: Include hidden roles in service account role display #112924, @Jguer Access Control: Fix the permission checks for saving/updating/deleting annotations #112953, @IevaVasiljeva Alerting Provisioning: Don't error on recording rules without conditions #109410, @djpnicholls Alerting: Clear outdated settings when switching contact point type #111869, @konrad147 Alerting: Fix enrichment tab to be rendered only for grafana alerting rules #113030, @soniaAguilarPeiron Alerting: Fix instances matching in notification policies #112326, @konrad147 Alerting: Fix threshold params #111645, @soniaAguilarPeiron Alerting: Fix unmarshalling of GettableStatus to include time intervals #112602, @yuri-tceretian
  • not all email received

    Unsolved Support email spamhaus
    8
    1 Votes
    8 Posts
    114 Views
    J
    @trend-1 said in not all email received: When my server checks with Spamhaus on the incoming message (by making a request?) Spamhaus doesn't like it when this is done via a public/open resolver. Resulting in my server bouncing the incoming message. Cloudron uses an internal resolver (unbound) for exactly this. Have you configured a custom DNS or customized unbound config by any chance? You can verify like this on the server. If you use the system resolver: root@my:/etc/unbound/unbound.conf.d# host 76.67.227.165.zen.spamhaus.org 76.67.227.165.zen.spamhaus.org has address 127.255.255.254 127.255.255.254 is error for NXDOMAIN (from the open resolver that DO uses by default). Now, use unbound: root@my:/etc/unbound/unbound.conf.d# host 76.67.227.165.zen.spamhaus.org 127.0.0.150 Using domain server: Name: 127.0.0.150 Address: 127.0.0.150#53 Aliases: 76.67.227.165.zen.spamhaus.org has address 127.0.0.11 127.0.0.11 means PBL (ISP policy blocks) , so we got a good response.
  • 1 Votes
    6 Posts
    372 Views
    eyecreateE
    I have not noticed this issue yet after upgrading to 9.x.
  • Private docker registry in Cloudron

    Solved Support docker registry docker
    3
    0 Votes
    3 Posts
    29 Views
    J
    I updated the post already and added a section at top: For the sake of completeness as it may happen to others: We finally identified an issue in the network configuration, that isolated the internal VM network from the public network. Disabling the isolation solved the issue at hand. We are now figuring out another way to isolate the VM itself. you can decide if you wanna decline/resolve it or just publish and directly close it
  • 1 Votes
    1 Posts
    15 Views
    No one has replied
  • Increase upload max size in Nextcloud

    Solved Support
    9
    0 Votes
    9 Posts
    3k Views
    jamesJ
    Hello @SolarSimon Yes you can still use the described method with editing the /app/data/htaccess file. Example excerpt from the /app/data/htaccess file limiting the upload to 1 KB: <IfModule mod_php.c> php_value default_charset 'UTF-8' php_value output_buffering 0 php_value upload_max_filesize 1K <IfModule mod_env.c> SetEnv htaccessWorking true </IfModule> </IfModule> This can then also be checked in https://$YOUR-DOMAIN/settings/admin/serverinfo: [image: 1763578747779-78631002-eb0e-4998-9cdd-560c42ce0d3f-image-resized.png]
  • Mirotalk - Participants can't see each other 2

    MiroTalk
    17
    1 Votes
    17 Posts
    703 Views
    E
    That would indeed explain it, but - and that is probably a question to the Cloudron team - shouldn't Cloudron prevent exactly that?
  • NodeBB - Package Updates

    Pinned NodeBB
    162
    0 Votes
    162 Posts
    95k Views
    Package UpdatesP
    [2.22.2] Update NodeBB to 4.6.2 Full Changelog #13779, svg uploads #13776, if plugin is in install/package.json use latest version from there category labels showing up on infinite scroll on category page crash in resolveInboxes log out user if session cookie resolves to non-existent uid make i18n test failure message easier to read wrong auto-categorization if group actor is explicitly included in audience order of operations when updating category handle closes #13729, fix filename encoding
  • Bookstack - Package Updates

    Pinned BookStack
    141
    0 Votes
    141 Posts
    96k Views
    Package UpdatesP
    [1.45.2] Update BookStack to 25.11.2 Full Changelog Fixed image permission checking in ZIP exports to prevent error and to align with UI access. (#​5899, #​5885) Updated translations with latest Crowdin changes. (#​5887) Updated test environment refresh database command to set env timezone option to ensure test database is consistent. (#​5881) Updated app PHP dependencies to latest versions.
  • n8n - Package Updates

    Pinned N8N
    382
    0 Votes
    382 Posts
    292k Views
    Package UpdatesP
    [3.110.1] Update n8n to 1.120.4 Full Changelog Prepare release 1.120.4 by updating versions across the monorepo and adding the changelog entry.
  • GPX file upload error

    Dawarich bug readonly
    18
    2 Votes
    18 Posts
    147 Views
    imc67I
    said in GPX file upload error: @nebulon said in GPX file upload error: Now testing ... Test succeeded after 2 tries: in the watched folder you have to create a folder with the email address of the user, in that folder you can put ie. the gpx files. Exact on every whole hour they get fetched and processed. Now after 5 minutes they are still not removed, can’t find info on that.
  • Seafile - cloud storage platform

    App Wishlist
    25
    1
    49 Votes
    25 Posts
    7k Views
    Q
    I also use seafile and would love to have it on my cloudron
  • Cal.com - Package Updates

    Pinned Cal.com
    290
    1 Votes
    290 Posts
    81k Views
    Package UpdatesP
    [2.9.1] Update cal.com to 5.9.1 Full Changelog fix: correct square image validation logic in resizeBase64Image by @Armadillidiid in #25130 fix: made show all columns work correctly by @Spandan-Mishra in #25106 fix: german-translation-link-meeting by @dhairyashiil in #25210 feat: add defaultPhoneCountry prop with ISO 3166-1 alpha-2 type safety by @ThyMinimalDev in #25204 fix: empty screen added in routing position page when no options are present by @Spandan-Mishra in #25170 fix: api v2 empty event type array if no username by @dhairyashiil in #25178 fix: delegation credential error webhooks + refactor repeated code by @ThyMinimalDev in #25232 fix: flaky integrations tests by @anikdhabal in #25218 fix: unable to update username by @anikdhabal in #25221 fix: Prevent silent loss of changes in routing form when only one field exists by @Zopsss in #25197