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


Skip to content
  • 1 Votes
    2 Posts
    43 Views
    jamesJ
    Hello @zonzonzon The current latest version in the Cloudron app store 2.1.2 is not effected. Also, the latest N8N version for the old 1.123.7 is also not effected. If you have your N8N updated to the last 1.123.7 or 2.1.2 version, then you are save.
  • 3 Votes
    1 Posts
    15 Views
    No one has replied
  • OpenID Connect Error on iOS

    Traccar oidc
    21
    0 Votes
    21 Posts
    3k Views
    B
    @james I saw this issue is already fixed and you can just add "org.traccar.manager:/api/session/openid/callback" as a Callback URL which is great, but not yet reflected in the official documentation. It would be really useful to add this to the OpenID Connect documentation at https://www.traccar.org/openid-sso/ — especially the note about adding org.traccar.manager:/api/session/openid/callback as a second redirect URI to support iOS.
  • 3 Votes
    5 Posts
    59 Views
    I
    @joseph said in Add Bulk Start/Stop Controls for Multiple Apps: The last time I brought this up, the idea was to bring to the list view (but not Grid view). Especially updating multiple apps is a pain if you are updating manually. If I am not mistaken, the Grid view and the List view on NextCloud (when viewing files) can be selected simultaneously. Maybe the same technology can be implemented?
  • 4 Votes
    5 Posts
    101 Views
    I
    @joseph said in Show Server Time Information in the Cloudron Server Menu: The server timezone is always UTC no? Or do you want System -> Settings to also be shown in Server page? Maybe the current time can be shown on Server > System Information [image: 1766492147933-ed5ba88c-8fa0-496b-bbca-a045a4791271-image.png] It displays like: Current server time: 2025-12-19 14:32 Timezone: Europe/Berlin (UTC+1)
  • 1 Votes
    6 Posts
    60 Views
    A
    I built a new website on a subdomain, then later moved it to the root domain. After the move, problems started. To get the site online, I deactivated plugins, but every time I tried to set up the www redirect or increase the memory limit, the app would get stuck on “Starting.” In the end, the issue was caused by the SSO plugin. I restored a fresh installation from backup, increased the memory limit to 512M in wp-config.php, and fixed the SSO plugin by changing Requires Plugins: openid-connect-generic to Requires Plugins: daggerhart-openid-connect-generic. After that, everything worked normally. Thanks, everyone for the help. [image: 1766486826632-ishot_2025-12-21_11.07.40-resized.jpg]
  • Linkwarden - Package Updates

    Pinned Linkwarden
    53
    2 Votes
    53 Posts
    10k Views
    Package UpdatesP
    [1.19.3] Update linkwarden to 2.13.3 Full Changelog Upgraded the dependencies (which also patches the recent NextJS CVEs out there) Refactored the code (which drastically improves the performance) Fixed favicon-related error logs (no more upstream image response failed)
  • OpenHAB - Package Updates

    Pinned OpenHAB
    35
    3 Votes
    35 Posts
    9k Views
    Package UpdatesP
    [1.8.0] Update openhab-distro to 5.1.0 Full Changelog Persistence default strategies are removed and not applied automatically anymore. Managed persistence configurations are updated automatically. If you have a file based configuration with an existing .persist file, you may have to update your configuration: remove "default" from Strategies and make sure all Items definitions have a strategy defined. A typo was corrected in the lightweight channel id, you may need to correct your configuration. Due to limited usage and increasing maintenance issues, this binding has been removed. Restructured to modular things with auto-discovery of datapoints. New things and channels will need to be linked, existing items need to be adjusted. Restructured to modular things with auto-discovery of datapoints. You must reconfigure settings, recreate Things, and adjust Items as previous configurations are incompatible. A typo was corrected in the AzureBlob thing parameter containerPath. You may need to reconfigure this parameter. The binding has been removed from the distribution. You should consider migrating to the FreeboxOS binding. Channel ID spelling errors (such as 079-interuption-0 and 080-interuption-1) have been corrected. You may need to update items linked to these channels. The binding has been split from the main MQTT binding, and will not be auto-installed. If you use this binding, it will need to be manually re-installed. You may also need to re-configure the binding if discovery settings have been customized. The binding has been split from the main MQTT binding, and will not be auto-installed. If you use this binding, it will need to be manually re-installed.
  • Koel - Package Updates

    Pinned Koel
    101
    0 Votes
    101 Posts
    38k Views
    Package UpdatesP
    [1.33.0] Update koel to 8.2.0 Full Changelog feat: delete podcast upon last unsubscription by @phanan in #2161 feat: add synchronized LRC lyrics support by @DzmingLi in #2154 feat: improvements for plain-text and LRC lyrics by @phanan in #2162 fix: slow scan (closes #2165) by @phanan in #2173 fix: missing lyrics support for FLAC files by @ngiamour in #2178 fix: preamp lost precision due to implicit conversion to int by @phanan in 1843fbb
  • Chatwoot - Package Updates

    Pinned Chatwoot
    91
    2 Votes
    91 Posts
    38k Views
    Package UpdatesP
    [1.47.1] Update chatwoot to 4.9.1 Full Changelog This hotfix resolves an issue affecting custom attributes page displaying no attributes messages even when contact or conversation attributes are configured in some cases.
  • MiroTalk - Package Updates

    Pinned MiroTalk
    537
    2 Votes
    537 Posts
    293k Views
    Package UpdatesP
    [1.17.82] Update mirotalkp2p to 1.6.98
  • Retention policy - 1 day possible?

    Moved Feature Requests backup retention
    2
    1 Votes
    2 Posts
    32 Views
    jamesJ
    Hello @djxx Currently, no. The minimum is two days. I am converting your topic into a feature request.
  • Thank you Cloudron team – and Merry Christmas

    Discuss
    3
    7 Votes
    3 Posts
    51 Views
    C
    I would like to wish Team Cloudron a Merry Christmas and Happy New Year! Thank you for all you do to make our lives better. And to all the incredible members of our community that make this the best platform in tech, my appreciation and warm wishes for a terrific 2026:)
  • How to install plugins ?

    Solved Etherpad Lite
    6
    1
    0 Votes
    6 Posts
    37 Views
    M
    I found a way, maybe double check what it means in case of updates @james N.B.: The plugin in the example is ep_author_neat2 1. Installation in the CLI Run app/data/data# npm i ep_author_neat2 (notice: data inside data directory) added 1 package, and audited 3 packages in 10s 2 packages are looking for funding run `npm fund` for details found 0 vulnerabilities 2. Add plugin info The plugin info is {"name":"ep_author_neat2","version":"2.0.11"} and has to be added to app/data/data/installed_plugins.json 3. Restart the app
  • Mirotalk - Participants can't see each other 2

    MiroTalk
    25
    1 Votes
    25 Posts
    1k Views
    E
    It has happened again and I was able to catch a few issues that might be related: WebRTC: ICE failed, add a STUN server and see about:webrtc for more details Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://translate.googleapis.com/element/log?format=json&hasfast=true&authuser=0. (Reason: CORS request did not succeed). Status code: (null). Consumer Transport failed Object { id: "9d932828-8aba-4b93-af58-235cb3a06c1b" } /home/yellowtent/platformdata/logs/box.log - doesn't contain anything related to mirotalk Network logs: lists that umami is failing (probably blocked by plugin) and googletranslate (see above) I am sending about:webrtc via e-mail, because it is a huge fail and contains personal information.
  • OpenWebUI - Package Updates

    Pinned OpenWebUI
    186
    1 Votes
    186 Posts
    66k Views
    Package UpdatesP
    [3.0.6] Update open-webui to 0.6.43 Full Changelog Python dependency installation issues were resolved by correcting pip dependency handling, preventing installation failures in certain environments and improving setup reliability. Commit Speech-to-Text default content type handling was fixed and refactored to ensure correct MIME type usage, improving compatibility across STT providers and preventing transcription errors caused by incorrect defaults. Commit Temporary chat image handling was fixed and refactored, ensuring images generated or edited in temporary chats are correctly processed, stored, and displayed without inconsistencies or missing references. Commit Image action button fixed, restoring the ability to trigger image generation, editing, and related image actions from the chat UI. Commit
  • Minio region issues after cloudron updates

    Unsolved Support minio backup update s3
    3
    0 Votes
    3 Posts
    33 Views
    D
    It has happened for both the version 9 updates we have received, so v9.0.13, and v9.0.15. So, I'm expecting it to keep happening each time we get a version 9 update (unless that update specifically addresses the issue).
  • Cron not running at all

    Moved Support cron restore migration
    9
    1
    0 Votes
    9 Posts
    2k Views
    andreasduerenA
    @girish I think I'm running into the same issue here. Now on 9.0.15 and a few days ago my turn monitor stopped working. I hadn't had time to check why that was but I also noticed another application doesn't process cron based jobs anymore.
  • Apache Answer - Package Updates

    Pinned Apache Answer
    20
    1 Votes
    20 Posts
    5k Views
    Package UpdatesP
    [1.6.1] Update answer to 1.7.1 Full Changelog New: SchemaForm Input always a string (@shuashuai #1425) New: <input type="number"> needs to set the min|max values on the front-end when necessary (@Dinesht04 #1417) Fixed: Getting Language file not found. error when trying to change the Timezone in the admin settings (@LinkinStars #1427) Fixed: 500 error on opening any question (@shuashuai @LinkinStars #1426) Fixed: Edited answers do not update after moderation (@LinkinStars #1423) Fixed: After installation, the default-generated Q&A does not have initial version information when edited (@krypt0n123 #1436) Fixed: Multi-byte rune boundary issue when cutting long titles (@ferhatelmas #1431) Fixed: Null pointer access in UI when getting branding fails (@ferhatelmas #1433 Fixed: Right language handler usage (GetLangByCtx) for proper language detection (@liruohrh #1444
  • WordPress Managed - Package updates

    Pinned WordPress (Managed)
    81
    1 Votes
    81 Posts
    36k Views
    Package UpdatesP
    [3.15.0] openid-connect-generic plugin replaced with renamed daggerhart-openid-connect-generic plugin