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
    179
    1 Votes
    179 Posts
    10k Views
    robiR
    Tapping the notifications button with lots of notifications there is no "clear all" button visible. One has to scroll all the way to the bottom to see it. Doesn't work well on mobile especially.
  • What's coming in Cloudron 9

    Pinned Announcements
    95
    22 Votes
    95 Posts
    23k Views
    David 0D
    I've updated my ubuntu 22.04 (I guess) server to 9.0.12 – and migrated it to a new machine (ubuntu 24.04) running 9.0.12. Everything (only ten apps; four users) went smoothly and well.
  • Change Detection - Package Updates

    Pinned Change Detection
    125
    1 Votes
    125 Posts
    32k Views
    Package UpdatesP
    [1.24.3] Update changedetection.io to 0.51.4 Full Changelog Actually this fixes one very very old bug in xpath filter handling playwright 1.56 by @dgtlmoon in #3644 Specify UTF-8 encoding for xpath_element_js by @voczi in #3650 Improving UTF-8 handling for xPath selectors (Stop the xpath filter from chewing up non-regulat-latin-text style content) by @dgtlmoon in #3659
  • 1 Votes
    5 Posts
    57 Views
    nebulonN
    The disk space warning is about the percentage being over 90%. Given the size of your disk, this is not really an issue, since you have plenty of GBs left and freescout does not need nearly that much of temporary disk space. Not quite sure what to make out, that a whole server reboot fixed this temporarily but a freescout app instance restart did not. Is freescout using mailboxes on that same Cloudron? If so and the issue arises again, does it help if you restart the mail service (and maybe freescout)?
  • Cloudron v9: huge disk I/O is this normal/safe/needed?

    Unsolved Support graphs
    7
    3
    0 Votes
    7 Posts
    65 Views
    imc67I
    @girish said in Cloudron v9: huge disk I/O is this normal/safe/needed?: 'docker stats' it's impossible to have a view with this, every second tens of docker containers are created (cron?) so it keeps listing and growing. Is there a proper way to do some inspections with disk I/O in mind? Or shall I give you access to have a view?
  • The German FLOSS scene needs your help

    Off-topic
    3
    4 Votes
    3 Posts
    33 Views
    nebulonN
    @luckow thanks for sharing, got my signature.
  • 21 Votes
    12 Posts
    600 Views
    BrutalBirdieB
    @samuelhalff We can look at it in the workshop
  • Searching apps stopped working

    Solved Support user experience
    7
    1 Votes
    7 Posts
    41 Views
    E
    Correct, I have updated all custom apps without a title in the manifest, this solved the issue.
  • nodebb: mongodb down?

    Unsolved Support mongodb
    2
    2 Votes
    2 Posts
    11 Views
    robiR
    Check services and restart mongodb
  • Rallly - Package Updates

    Pinned Rallly
    64
    2 Votes
    64 Posts
    15k Views
    Package UpdatesP
    [2.5.3] Update rallly to 4.5.6 Full Changelog Patched vulnerability where participant data is exposed through the API even when option to hide the participant list is enabled.
  • Komga - Package Updates

    Pinned Komga
    23
    0 Votes
    23 Posts
    4k Views
    Package UpdatesP
    [1.5.6] Update komga to 1.23.6 Full Changelog proxy 401 errors on initialization (3739951) prevent double URL encoding when proxying (ce3ad4c), closes #​2130 proxy Content-Type headers for kobo (b925f3e), closes #​2074 properly decode cover href when generating epub cover (f8ca936), closes #​2118 log error responses (454c6c7) fix svu install (9a56b30) fix mediatype (af66144) translated using Weblate (Arabic) (a5548a5) translated using Weblate (Russian) (8f8d20a) translated using Weblate (Galician) (0f69a3a)
  • Matomo - Package Updates

    Pinned Matomo
    85
    0 Votes
    85 Posts
    36k Views
    Package UpdatesP
    [1.53.1] Update matomo to 5.6.1 Full Changelog #23837 Fix possible archiving error “Column “referer_type” in WHERE is ambiguous – in plugin Referrers” [by @sgiehl] #23827, #23824 Fix external themes that are using CSS custom props [by @tzi]
  • Connecting the LAMP app with Git

    LAMP
    12
    0 Votes
    12 Posts
    88 Views
    BrutalBirdieB
    @privsec said in Connecting the LAMP app with Git: (I want to push to this directory, rather then to public) Note on that. The action runs: cloudron push --app ${CLOUDRON_APP_ID} ${GITHUB_WORKSPACE}/. ${CLOUDRON_PUSH_DESTINATION} Be aware of the /. after ${GITHUB_WORKSPACE}. From the cloudron cli: cloudron push --help Usage: cloudron push [options] <local> <remote> push a single local file or directory to a remote directory Options: --app <id/location> App id or location -h, --help display help for command Examples: $ cloudron push --app myapp file.txt /app/data/file.txt # pushes file.txt $ cloudron push --app myapp file.txt /app/data/ # pushes file.txt. trailing slash is important $ cloudron push --app myapp dir /app/data # pushes dir/* as /app/data/dir/* $ cloudron push --app myapp dir/. /app/data # pushes dir/* as /app/data/* $ cloudron push --app myapp dir/subdir /app/data # pushes dir/subdir/* as /app/data/subdir/* $ cloudron push --app myapp . /app/data # pushes .* as /app/data/* Meaning, if you set CLOUDRON_PUSH_DESTINATION: "/app/data", yes, everything in the GitHub repository will be pushed to /app/data, but be aware, this does not delete existing files. So, if you have the file /app/data/historic.txt and this is not in your GitHub repo, after the action has run, this file will still exist. This could be seen as inconvenient, but, let's take the following scenario: You have the folder /app/data/static/images which holds all your static image assets and in the GitHub repo you have static/images/.gitkeep an empty folder that is still tracked by git but empty. If I changed the GitHub Action to overwrite the CLOUDRON_PUSH_DESTINATION instead of copying into it, all the /app/data/static/images files would be deleted. Just wanted to make you aware of that
  • Mails: "Plugin timeout" (spamassassin) from time to time

    Solved Support spamassassin mail
    4
    0 Votes
    4 Posts
    909 Views
    S
    @necrevistonnezr Do you remember how you solved this issue ? I currently have the same on Cloudron 9.0.13
  • VPN - Package Updates

    Pinned VPN
    38
    0 Votes
    38 Posts
    12k Views
    Package UpdatesP
    [2.10.0] Update openvpn to 2.6.14-0ubuntu0.24.04.3
  • Verdaccio - Package Updates

    Pinned Verdaccio
    114
    0 Votes
    114 Posts
    69k Views
    Package UpdatesP
    [1.72.4] Update verdaccio to 6.2.3 Full Changelog fix(deps): update core verdaccio dependencies (6.x) by @renovate[bot] in #5497 fix(middleware): dist-tags with scoped packages #5495 https://github.com/orgs/verdaccio/discussions/5483 @mbtools and @stgbmpi
  • Metabase - Package Updates

    Pinned Metabase
    466
    1 Votes
    466 Posts
    295k Views
    Package UpdatesP
    [2.26.2] Update metabase to 0.57.4.3 Full Changelog
  • MiroTalk - Package Updates

    Pinned MiroTalk
    499
    2 Votes
    499 Posts
    272k Views
    Package UpdatesP
    [1.17.66] Update mirotalkp2p to 1.6.53
  • Can't get Cloudflare to work

    Solved Support cloudflare
    19
    0 Votes
    19 Posts
    148 Views
    swheeler78S
    the command "cloudron-support --unbound-use-external-dns" worked for me. Thanks for looking into it.
  • XMPP Server - Prosody

    App Packaging & Development
    64
    4 Votes
    64 Posts
    16k Views
    D
    @nebulon - Congrats on the release of version 9! One of my servers just updated and the new UI looks slick. When will we get to see a slick new XMPP app in the store?