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


Skip to content
  • Cloudron 9.0 (beta) bug reports

    Pinned Discuss
    181
    1 Votes
    181 Posts
    10k Views
    M
    Two UI things: If a server requires a reboot, would be nice to be able to do that directly from the notification popup (in 8 you had the dedicated notifications page where you you push the button) After deleting a mailbox, I got back to the /#/mailboxes view but all accounts just show "Loading..." and nothing happens. Would be cool if it remembered the mailbox size or at least start collecting the data again.
  • how to configure Ollama in OpenWebUI

    OpenWebUI
    7
    1
    1 Votes
    7 Posts
    57 Views
    H
    Hi James, please refer below, thanks. [image: 1764517053122-cb9cbbdb-e88f-4b25-b60e-8fa039021b48-image-resized.png] @james said in how to configure Ollama in OpenWebUI: Hello @harryz How much RAM does your server have? How much RAM is used already? In the ollama web temrinal run: free -h and post the output please.
  • Cloudron 9.x - Adding Aliases

    Unsolved Support mail aliases
    1
    4 Votes
    1 Posts
    31 Views
    No one has replied
  • Cloudron 9.0.8 Backup to site sshfs rsync hetzner storagebox

    Solved Support ssfs backups
    8
    3 Votes
    8 Posts
    381 Views
    avatar1024A
    @joseph how come as this been marked as solved? There have been no response and it clearly wasn't as of 9.0.12.
  • I can't reach dashboard for my.maxmanbtc.com anymore

    Unsolved Support
    5
    2 Votes
    5 Posts
    51 Views
    M
    @joseph When running sudo cloudron-support --troubleshoot I still got this. Cloudflare proxying is turned off. Vendor: HP Product: HP EliteDesk 800 G2 SFF Linux: 5.4.0-216-generic Ubuntu: focal 20.04 Processor: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz x 4 RAM: 12130828KB Disk: /dev/sda2 383G [OK] node version is correct [OK] IPv6 is enabled in kernel. No public IPv6 address [OK] docker is running [OK] docker version is correct [OK] MySQL is running [OK] nginx is running [OK] dashboard cert is valid [OK] dashboard is reachable via loopback [OK] box v9.0.12 is running [OK] netplan is good [OK] DNS is resolving via systemd-resolved [FAIL] Could not load dashboard domain. Maybe cloudflare proxying is not working. Delete the domain in Cloudflare dashboard and re-add it. This sometimes re-establishes the proxying
  • How To Enable SSO On WordPress (Developer)

    Solved WordPress (Developer)
    2
    0 Votes
    2 Posts
    22 Views
    I
    I already found the way; I just copied and pasted the Redirect URI from the plugin notes into Cloudron OpenID.
  • Seafile - cloud storage platform

    App Wishlist
    26
    1
    49 Votes
    26 Posts
    8k Views
    BushidoB
    With 49 upvotes, this seems to be a killer feature in Cloudron. What is the current status of efforts in this regard?
  • BunnyCDN Broken Images

    Discourse
    2
    0 Votes
    2 Posts
    30 Views
    No one has replied
  • nodebb: mongodb down?

    Solved Support mongodb
    3
    2 Votes
    3 Posts
    41 Views
    Y
    @robi this worked, thank you. I hadn't realized there was a way to check services like that (I had another issue previously telling me to restart nginx, which I never could find out how, but this worked for that too). thanks for the help!
  • Enabling the MiroTalk meetings API (success!)

    MiroTalk guides
    2
    1
    7 Votes
    2 Posts
    49 Views
    MiroTalkM
    Thank you, @canadaduane for the great analysis! In case it’s helpful, here are some examples of API usage in different languages: JavaScript PHP Python Bash You can find full working examples here: https://docs.mirotalk.com/mirotalk-sfu/api/
  • What's coming in Cloudron 9

    Pinned Announcements
    96
    22 Votes
    96 Posts
    23k Views
    C
    [image: 1764454960960-84ec0a00-34ea-42f5-b963-3b78652a66e7-grafik.png] Great further development and a beautiful UI redesign! Suggestion for improvement: please add automatic line wrapping for the name of the Cloudron instance so that the side menu doesn’t become too wide. Thank you
  • 21 Votes
    14 Posts
    667 Views
    BrutalBirdieB
    Since the call for action was rather on short notice and only @msbt replied so far I'll postpone to another date. Creating a new poll for dates
  • 0 Votes
    6 Posts
    116 Views
    P
    So the only version 9 of cloudron i can upgrade to is a prerelease version. This is a prod system, so id rather not.
  • Connecting the LAMP app with Git

    LAMP
    20
    0 Votes
    20 Posts
    171 Views
    P
    oK, Im not sure if I just fat fingered something or if this was fixed, but the yaml is now set up to be working. Here is my .yaml file name: Sync Repo with Cloudron LAMP app on: workflow_dispatch: push: branches: [main] jobs: deploy-to-cloudron-app: runs-on: ubuntu-latest environment: [WHATEVER YOUR ENVIRONMENT NAME WAS IN SETTINGS OF REPO] steps: - name: Checkout Repository uses: actions/checkout@v4 - name: Diagnostic – Print environment context run: | echo "=== GITHUB CONTEXT ===" echo "Branch: $GITHUB_REF" echo "Workflow: $GITHUB_WORKFLOW" echo "Runner: $RUNNER_NAME" echo "Workspace: $GITHUB_WORKSPACE" echo "======================" - name: Diagnostic – Check secret presence shell: bash run: | declare -A secrets secrets["CLOUDRON_FQDN"]="${{ secrets.CLOUDRON_FQDN }}" secrets["CLOUDRON_TOKEN"]="${{ secrets.CLOUDRON_TOKEN }}" secrets["CLOUDRON_APP_ID"]="${{ secrets.CLOUDRON_APP_ID }}" echo "Checking secrets..." for key in "${!secrets[@]}"; do if [ -z "${secrets[$key]}" ]; then echo "❌ $key is EMPTY" else echo "✅ $key is set" fi done - name: Cloudron Push to App uses: cloudron-io/cloudron-push-to-app@latest with: CLOUDRON_FQDN: "${{ secrets.CLOUDRON_FQDN }}" CLOUDRON_TOKEN: "${{ secrets.CLOUDRON_TOKEN }}" CLOUDRON_APP_ID: "${{ secrets.CLOUDRON_APP_ID }}" CLOUDRON_PUSH_DESTINATION: "/app/data" CLOUDRON_CREATE_APP_BACKUP: "false"
  • Immich - Package Updates

    Pinned Immich
    217
    1 Votes
    217 Posts
    118k Views
    Package UpdatesP
    [1.94.1] Change admin-cli to immich-admin to stay consistent with the doc and fixup the script
  • Firefly III - Package Updates

    Pinned Firefly III
    123
    0 Votes
    123 Posts
    50k Views
    Package UpdatesP
    [3.10.7] Update firefly-iii to 6.4.9 Full Changelog Issue 11247 (Optional transaction information not saved when updating a recurring transaction.) reported by @Tommy78649 Issue 11267 (Tags can be added to elements that can't be removed) reported by @Fmstrat Issue 11281 (Webhooks are triggered twice when recurring creates transaction on cronjob) reported by @MexerSam Issue 11284 (500 Internal Server Error when deleting budget) reported by @jschollenberger Issue 11288 (Piggy bank creation form doesn't respect primary currency) reported by @jschollenberger Issue 11191 (Going beyond 6.4.2 displays wrong balance) reported by @The24KFool Issue 11265 (Inconsistent object type in exchange rates API) reported by @jfpedroza
  • Collabora Online - Package Updates

    Pinned Collabora Online (CODE)
    156
    0 Votes
    156 Posts
    74k Views
    Package UpdatesP
    [1.40.0] Update code to 25.04.7.3.1
  • Change Detection - Package Updates

    Pinned Change Detection
    126
    1 Votes
    126 Posts
    32k Views
    Package UpdatesP
    [1.25.0] Update sockpuppetbrowser to dea42a3
  • MiroTalk - Package Updates

    Pinned MiroTalk
    500
    2 Votes
    500 Posts
    274k Views
    Package UpdatesP
    [1.17.67] Update mirotalkp2p to 1.6.61
  • 1 Votes
    7 Posts
    51 Views
    S
    Hello @james, and thank you! Remarkable indeed. As I don't know anything about the number of Cloudron instances, their respective user counts etc., I could only make wild assumptions. But guess immich is quite popular. (Perhaps lots of people set a default storage quota in their configuration? Or maybe having a local config was obligatory at some point? Or most just adjust the quota for every user individually?)