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


Skip to content
  • Mautic 7 on Cloudron – Official App Update Request

    App Wishlist
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Alby Hub ✨ simple and powerful Bitcoin Lightning wallet

    App Wishlist
    4
    3 Votes
    4 Posts
    808 Views
    L
    Supporting Alby might help the Nostr community. It is a way to fund Zap to tip people on the Nostr network. @timconsidine this might be a candidate for the custom app installer...
  • 0 Votes
    8 Posts
    41 Views
    scookeS
    Any ideas about the user-email-change email not being sent, thus making any password change impossible?
  • [Bug] Cubby: Drag & drop multiple files only uploads the first file

    Unsolved Cubby
    3
    0 Votes
    3 Posts
    5 Views
    H
    I checked the browser console and noticed a 404 (Not Found) error on a HEAD request right when the drop occurs. It seems to be failing at DirectoryModel.js:188. Console Log Snippet: HEAD https://[MY-CUBBY-URL]/api/v1/files?path=%2Fhome%2F[FILE-NAME]... 404 (Not Found) It looks like the application might be halting the queue if it encounters an error checking for the existence of a file path.
  • Weblate - Package Updates

    Pinned Weblate
    108
    0 Votes
    108 Posts
    50k Views
    Package UpdatesP
    [1.38.0] Update weblate to 5.16.1 Full Changelog Improved plurals handling for language variants. Fixed API access control. Users can manage their own notification subscriptions via the API.
  • Cubby & Collabora integration

    Cubby
    14
    0 Votes
    14 Posts
    1k Views
    H
    I think I may have stumbled upon the issue on my end. I have Collabora running behind Cloudflare's proxy. When attempting to open files with spaces in their filenames via Collabora, Cubby fails to load the document and returns a 404 Not Found in the browser console. This appears to be caused by double-encoding of the file path in the WOPI handshake. Steps to Reproduce: Upload a file with a space in the name (e.g., Audit Record 2026.xlsx) to Cubby. Attempt to open the file with the Collabora integration. The editor opens but remains blank. Observed Behavior: The browser console shows a 404 error for the file path: api/v1/files?path=%2Fhome%2F2025-11-19%2520Work%2520Orders.xlsx The space character (%20) has been double-encoded into %2520. Expected Behavior: The path should be decoded correctly by the server/proxy to locate the file on disk. Workaround Found: Renaming the file to remove spaces (e.g., Audit_Record_2026.xlsx) resolves the issue and the file opens successfully. Possible Solution: Cloudron team can fix this by changing how the app handles the WOPI access_token or by ensuring the path is decoded once more before the final request.
  • Moderating Matrix, and Mjolnir / Draupnir

    Matrix (Synapse/Element)
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Keila - Package Updates

    Pinned Keila
    6
    0 Votes
    6 Posts
    370 Views
    Package UpdatesP
    [1.0.0] Stable package release
  • Dawarich - Package Updates

    Pinned Dawarich
    20
    0 Votes
    20 Posts
    1k Views
    Package UpdatesP
    [1.8.0] Update dawarich to 1.3.0 Full Changelog Renamed the bottom-panel "Timeline" feature to "Replay" to avoid naming collision with the new Timeline feed sidebar. Default map layers for new users changed from Routes + Heatmap to Tracks + Heatmap. Existing users' settings are unaffected. Transportation-relevant fields (motion, activity, action) are now stored in a dedicated motion_data column alongside raw_data, enabling efficient transportation mode detection. v2 export/import format with JSONL files and monthly splitting for large entities (points, visits, stats, tracks, digests). The new format streams data to avoid memory issues with large datasets, while remaining backward-compatible with v1 archives (data.json). User data export now includes Tags, Taggings, Tracks (with embedded TrackSegments), Digests, and Raw Data Archives previously missing from export/import, meaning users who exported and re-imported would lose these entities. Tracks are exported with their original_path serialized as WKT and track_segments embedded as a nested array, preserving transportation mode detection data across export/import cycles. Digests get a fresh sharing_uuid on import for security old share links from the original user won't work for the importing user. Raw Data Archives are exported with their attached gzip files, enabling full data restoration. Failed imports now will have an error message shown to the user.
  • 4 Votes
    7 Posts
    363 Views
    nebulonN
    This will be fixed with next release. The filters will be stashed in the URL query, thus when using browser history navigation (like going back from apps configure view) the filters will persist.
  • 5 Votes
    40 Posts
    653 Views
    T
    @robi My experience corroborates yours - I actually contacted SSDNodes earlier this week, wanting to lock in prices now for some servers due to renew later this year in the fall. They replied that there would be no increase in prices on the renewal until then. Of course no guarantee and things can change between now and then but for now, I am inclined to leave them the benefit of the doubt. In parallel, the quotes/offers I am getting for physical server hardware have a 3-days lifetime max, due to availability of parts and prices fluctuation. Forget about comparing offers from multiple suppliers in this situation: one needs a short decision-making path to make these effective in these conditions.
  • Collabora Online - Package Updates

    Pinned Collabora Online (CODE)
    159
    0 Votes
    159 Posts
    89k Views
    Package UpdatesP
    [1.45.0] Fix coolwsd restart
  • Agentic AI choices

    Off-topic
    3
    4 Votes
    3 Posts
    34 Views
    robiR
    Just added another promising one: Hermes https://forum.cloudron.io/topic/15128/hermes-agent
  • Hermes Agent ⚕

    App Wishlist
    1
    3 Votes
    1 Posts
    23 Views
    No one has replied
  • Scaleway backup

    Unsolved Support backup scaleway
    15
    1 Votes
    15 Posts
    149 Views
    J
    On scaleway, I tried to create an API key as admin and that does work. Are you using specify IAM settings? The whole UI is quite complex and has many options like AWS. Easy to get things wrong.
  • Prometheus - Package Updates

    Pinned Prometheus
    116
    1 Votes
    116 Posts
    69k Views
    Package UpdatesP
    [2.10.0] Update prometheus to 3.10.0 Full Changelog [CHANGE] Alerting: Add alertmanager dimension to following metrics: prometheus_notifications_dropped_total, prometheus_notifications_queue_capacity, prometheus_notifications_queue_length. #​16355 [CHANGE] UI: Hide expanded alert annotations by default, enabling more information density on the /alerts page. #​17611 [FEATURE] AWS SD: Add MSK Role. #​17600 [FEATURE] PromQL: Add fill() / fill_left() / fill_right() binop modifiers for specifying default values for missing series. #​17644 [FEATURE] Web: Add OpenAPI 3.2 specification for the HTTP API at /api/v1/openapi.yaml. #​17825 [FEATURE] Dockerfile: Add distroless image variant using UID/GID 65532 and no VOLUME declaration. Busybox image remains default. #​17876 [FEATURE] Web: Add on-demand wall time profiling under <URL>/debug/pprof/fgprof. #​18027 [ENHANCEMENT] PromQL: Add more detail to histogram quantile monotonicity info annotations. #​15578 [ENHANCEMENT] Alerting: Independent alertmanager sendloops. #​16355 [ENHANCEMENT] TSDB: Experimental support for early compaction of stale series in the memory with configurable threshold stale_series_compaction_threshold in the config file. #​16929
  • Minecraft - Package Updates

    Pinned Minecraft
    200
    0 Votes
    200 Posts
    138k Views
    Package UpdatesP
    [2.37.2] Update bedrock to 1.26.2.1
  • App Uninstall Fails, Throws BoxError

    Solved Support
    2
    2 Votes
    2 Posts
    17 Views
    girishG
    @droidforensics thanks for reporting. This is a bug in 9.1 which was just released yesterday for new installations. We already fixed this issue yesterday and will be creating a 9.1.1 soon.
  • Vikunja - Package Updates

    Pinned Vikunja
    48
    0 Votes
    48 Posts
    14k Views
    Package UpdatesP
    [1.20.0] Update vikunja to 2.0.0 Full Changelog (attachments) Use mime.FormatMediaType for Content-Disposition header (auth) Use checked type assertions for all JWT claims (build) Add osusergo tag to plugin build (build) Use absolute path for zip output in release (db) Validate table names and quote identifiers in raw SQL (gantt) Render done tasks with strikethrough and reduced opacity (api) Enforce password validation on reset and update flows (attachments) Open file picker directly from sidebar button (auth) Allow LDAP authentication with anonymous bind (#​2226) (cli) Reorganize repair commands under unified 'vikunja repair' parent (#​2300)
  • MiroTalk - Package Updates

    Pinned MiroTalk
    576
    2 Votes
    576 Posts
    375k Views
    Package UpdatesP
    [2.6.8] Update mirotalksfu to 2.1.23