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


Skip to content
  • Dawarich - Package Updates

    Pinned Dawarich
    27
    0 Votes
    27 Posts
    2k Views
    Package UpdatesP
    [1.11.0] Update dawarich to 1.6.0 Full Changelog Immich users can now enrich their photos with geodata. Users can now optionally enable two-factor authentication (2FA) for their accounts in Settings > Two-Factor Authentication. Supported methods: TOTP apps (Google Authenticator, Authy, etc.) and backup codes. Once enabled, users will be prompted for a 2FA code on login. This adds an extra layer of security to protect your location data. Fix OIDC account linking failing when the email from the identity provider has different casing than the existing Dawarich account #​1983. Fix confirmation dialogs being ignored when clicking "Cancel" destructive actions (account deletion, import/export deletion, place deletion) fired regardless of user choice due to Rails UJS and Turbo both handling the same click #​1978. Fix Year in Review share link being empty when toggling public access #​2418. Fix address field on Points page being empty when geodata properties are unavailable #​2419. Fix Stats API returning the same country/city count for every year instead of per-year counts #​2280. Fix flyover countries (with no visited cities) still showing in monthly stats views #​2423. Fix importing Google Timeline files. #​2427
  • 4 Votes
    3 Posts
    73 Views
    robiR
    @luckow Great idea, many outdated things need a modern refresh, especially all the chat apps and protocols bridging to a PBX, kinda like what OpenClaw did. Then there's the @mirotalk-57bab571 class apps that could benefit from such a gateway too. There are many old large businesses that would go for this too. Forge On! One thing that may help a lot is @marcusquinn 's aidevops.sh project and the cloudron app he just made. Have many agents build out what you need when you need it. Code abundance.
  • 3 Votes
    2 Posts
    51 Views
    robiR
    The obvious is Vercel dev'd app self hosted here.
  • How to use Playwright in n8n?

    N8N
    9
    0 Votes
    9 Posts
    164 Views
    O
    I did a clean install of n8n and it installed quickly. So something is/was up with my old n8n instance. Not a huge problem, I'll just migrate my workflows to the new and archive the old instance.
  • Cubby - Package Updates

    Pinned Cubby
    111
    0 Votes
    111 Posts
    47k Views
    Package UpdatesP
    [2.9.0] Update cubby to 2.9.0 Implement share expiration Add empty share and favorites placeholder Also search for subterms not just whole words in files Allow to star group folder and shares Update dependencies and nodejs
  • Tymeslot

    Community Apps
    16
    1 Votes
    16 Posts
    263 Views
    E
    Both is fine, but Github would probably be the easiest place if you are active there anyway. I might skip looking here if I am seriously busy.
  • 9.1.5 UI bug: cannot scroll notifications on mobile

    Solved Support mobile bug ux ui
    2
    2
    0 Votes
    2 Posts
    41 Views
    nebulonN
    Dupe of https://forum.cloudron.io/topic/15286/notifications-view-doesn-t-have-a-vertical-scrollbar/2 and already fixed for next release.
  • Add OIDC (official) plugin

    CryptPad
    2
    3 Votes
    2 Posts
    28 Views
    nebulonN
    Great find, I have added an internal task to see how this works and if so to add to the package.
  • Formbricks - Package Updates

    Pinned Formbricks
    65
    0 Votes
    65 Posts
    9k Views
    Package UpdatesP
    [2.8.5] Update formbricks to 4.8.5 Full Changelog fix: prevent multi-language survey buttons from falling back to English (backport #​7559) by @​Dhruwang in #​7601 fix: prevent duplicate hobby subscriptions from race condition (backport #​7597) by @​Dhruwang in #​7602 fix: handle 404 race condition in Stripe webhook reconciliation (backport #​7584) by @​Dhruwang in #​7603
  • Cubby search improvement

    Solved Cubby
    5
    1 Votes
    5 Posts
    67 Views
    nebulonN
    This is fixed for next version with https://git.cloudron.io/apps/cubby/-/commit/93c51238181dd05910b4ff4e128b02dca89499d0
  • Home Assistant - Package Updates

    Pinned Home Assistant
    73
    2 Votes
    73 Posts
    15k Views
    Package UpdatesP
    [1.17.4] Update core to 2026.3.4 Full Changelog Correct validation of scripts in template entities ([@​Petro31] - [#​165226]) ([template docs]) Add additional miele oven programs ([@​sean797] - [#​166100]) ([miele docs]) Fix reload of FRITZ!Box Tools in case of connection issues ([@​mib1185] - [#​166111]) ([fritz docs]) Fix zwave_js fan speed mapping for GE/Jasco Enbrighten 55258 / ZW4002 ([@​airdrummingfool] - [#​166169]) ([zwave_js docs][zwave_js docs]) Update template light test framework ([@​Petro31] - [#​164688]) ([template docs])
  • Scheduled Imports

    Contacts
    4
    1 Votes
    4 Posts
    50 Views
    nebulonN
    Trying to understand what the app could provide here. So a single import from those services is not sufficient for your case? If so, this is generally a bit more complex then, since importing contacts or events on a schedule without having a two way syncing also means, that any changes to data done within th Cloudron apps would be overwritten with every import sync. So it is unclear what should happen there as this is probably unexpected and unwanted, but the app cannot really track which info was imported and later changed.
  • Can not pull a file via cloudron cli from a app

    Solved Support cli
    2
    1 Votes
    2 Posts
    43 Views
    nebulonN
    Good find, apparently std*.resume() is not available on recent nodejs versions anymore and was already obsolete. I've published a new cli version now with the fix.
  • Specific API unit not working or docs wrong

    Solved Support api
    2
    1 Votes
    2 Posts
    42 Views
    nebulonN
    So for services like nginx or so you have to use the services API https://docs.cloudron.io/api/download-service-logs The logs used to served up under the system API namespace but have moved to services some time ago. I will update the docs to not talk about those other services in the systems route.
  • Paperless-ngx - Package Updates

    Pinned Paperless-ngx
    157
    0 Votes
    157 Posts
    85k Views
    Package UpdatesP
    [1.50.0] Update gotenberg to 8.29.0 Full Changelog ExifTool Arbitrary File Write: The /forms/pdfengines/metadata/write endpoint allowed users to pass FileName and Directory pseudo-tags in the metadata JSON, enabling file rename/move to arbitrary paths. User-supplied metadata is now filtered through a blocklist before being passed to ExifTool. Chromium file:// Sub-Resource Restriction: When converting HTML/Markdown via file://, sub-resources are now restricted to the request's working directory, preventing cross-request file access in /tmp. Full OpenTelemetry Support: Distributed tracing, metrics export, and structured logging: all configurable via standard OTEL environment variables (OTEL_TRACES_EXPORTER, OTEL_METRICS_EXPORTER, OTEL_LOGS_EXPORTER, OTEL_EXPORTER_OTLP_ENDPOINT, etc.). Every HTTP request gets a span. External tool calls (Chromium, LibreOffice, QPDF, pdfcpu, pdftk, ExifTool, webhook delivery, download-from) create child spans. Trace context is propagated to outbound HTTP calls via W3C headers. Structured Logging Migration: Migrated from custom logging module to slog-based structured logging with OTEL log bridge. Supports auto/JSON/text formats with optional GCP-compatible field names. Binary Path as Peer Service: server.address span attribute now uses the actual binary path (e.g., /usr/bin/qpdf) instead of the software name. Telemetry Control for System Routes: New flags to disable telemetry for noisy system routes, all defaulting to disabled: --api-disable-root-route-telemetry, --api-disable-debug-route-telemetry, --api-disable-version-route-telemetry, --prometheus-disable-route-telemetry. The existing --api-disable-health-check-route-telemetry default changed from false to true. Idle Shutdown: New --chromium-idle-shutdown-timeout flag (default: 0s, disabled) to automatically stop Chromium after a configurable idle period, reclaiming memory on low-traffic servers. The process re-launches lazily on the next request. Network Almost Idle Event: New skipNetworkAlmostIdleEvent form field (default: true). When set to false, Gotenberg waits for a "network almost idle" event (at most 2 open connections for 500ms) before conversion. This provides a middle ground between the existing skipNetworkIdleEvent (strict, 0 connections) and no wait at all useful for pages with long-polling or analytics connections that never fully close. PDF Viewer Preferences (#​1316 15 new form fields for controlling PDF viewer behavior: initialView, initialPage, magnification, zoom, pageLayout, firstPageOnLeft, resizeWindowToInitialPage, centerWindow, openInFullScreenMode, displayPDFDocumentTitle, hideViewerMenubar, hideViewerToolbar, hideViewerWindowControls, useTransitionEffects, openBookmarkLevels. Event Callbacks (#​1473 New optional Gotenberg-Webhook-Events-Url header. When set, structured JSON events (webhook.success, webhook.error) are POSTed after each webhook operation, with correlationId and timestamp. Additive: existing Gotenberg-Webhook-Url and Gotenberg-Webhook-Error-Url continue to work unchanged.
  • AI Devops

    Discuss
    10
    7 Votes
    10 Posts
    979 Views
    marcusquinnM
    Lots more done on this recently, including packaging as a Cloudron app. More on that here: https://forum.cloudron.io/topic/15249/ai-devops-opencode-alternative-to-_claw-bots
  • 2 Votes
    3 Posts
    427 Views
    marcusquinnM
    cross-linking: https://forum.cloudron.io/topic/15249/ai-devops-opencode-alternative-to-_claw-bots
  • AI DevOps + OpenCode - Alternative to _Claw bots

    App Wishlist
    2
    3 Votes
    2 Posts
    144 Views
    marcusquinnM
    I prototyped a Cloudron app for this here: https://github.com/marcusquinn/aidevops-cloudron-app (made with aidevops) you can of course still use it safely, locally — which I do and recommend — but if you want a cloudron instance for any reason, this should also work look at my GitHub activity if you want to see what it's capable of: https://github.com/marcusquinn [image: 1774757021784-1367f857-e907-4ffa-9cb6-b7ed5482e82b-image-resized.jpeg]
  • Upgrade to 33.0.1 Fail

    Nextcloud
    4
    1 Votes
    4 Posts
    89 Views
    jamesJ
    Hello @firmansi Thanks for the report. Then I have to assume that it is some Nextcloud third party app issue with the latest update.
  • My minio says update (queued)

    Minio
    3
    0 Votes
    3 Posts
    34 Views
    A
    yeah there is now... ok now its stopped. I cancelled the update (with backup) and ticked skip backup, the update went fine. Thanks!