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


Skip to content
  • Upgrade to 9.0.12 failing

    Unsolved Support
    4
    0 Votes
    4 Posts
    59 Views
    nebulonN
    Ah I meant maybe more context around the logs of the failing update task.
  • Nextcloud Talk API

    Nextcloud
    7
    0 Votes
    7 Posts
    1k Views
    andreasduerenA
    @vitalymp You can simply create a new user with some bot name and then make a POST call to your nextcloud instance using that users basic auth credentials after recieving data with a webhook. Something like this: { "nodes": [ { "parameters": { "method": "POST", "url": "https://cloud.tld.com/ocs/v2.php/apps/spreed/api/v4/chat/CHAT-ID", "authentication": "genericCredentialType", "genericAuthType": "httpBasicAuth", "sendQuery": true, "queryParameters": { "parameters": [ { "name": "message", "value": "=Message content" } ] }, "sendHeaders": true, "headerParameters": { "parameters": [ { "name": "OCS-APIRequest", "value": "true" }, { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ] }, "options": {} }, "id": "3efc34ee-e77a-477f-9cbd-9e039f64e143", "name": "Post Message to NC Talk room", "type": "n8n-nodes-base.httpRequest", "typeVersion": 4.2, "position": [ 1872, 160 ], "credentials": { "nextCloudApi": { "id": "RQ8xpIKWFMblRfYZ", "name": "cloud.tld.com – bot" }, "httpHeaderAuth": { "id": "v09VrkQtu9eIAUEl", "name": "Header Auth account" }, "httpBasicAuth": { "id": "6ASiFBk1BEcktXcq", "name": "cloud.tld.com bot" } } }, { "parameters": { "path": "a907934a-19a1-4ced-b919-f1db35a4fa93", "options": {} }, "id": "f11e1143-0a6b-4867-abb2-f03a235e0ed0", "name": "Webhook", "type": "n8n-nodes-base.webhook", "typeVersion": 2, "position": [ 1424, 160 ], "webhookId": "a907934a-19a1-4ced-b919-f1db35a4fa93" } ], "connections": { "Webhook": { "main": [ [ { "node": "Post Message to NC Talk room", "type": "main", "index": 0 } ] ] } }, "pinData": {}, "meta": { "templateCredsSetupCompleted": true, "instanceId": "a382289a228a66b7e622210301ab5b6d8d06d93edb07378019866ea75d7e5793" } }
  • Cloudron 9.0 (beta) bug reports

    Pinned Discuss
    173
    1 Votes
    173 Posts
    10k Views
    humptydumptyH
    @joseph must be a character limit issue considering how long German words can be compared to their English equivalent e.g. job is arbeitsbeschäftigung just jk
  • Connecting the LAMP app with Git

    LAMP
    5
    0 Votes
    5 Posts
    51 Views
    J
    Oh nice, this is incredible. Can you also make a guide @BrutalBirdie ? A PR to https://docs.cloudron.io/guides/ would be awesome . Not a PHP dev but when/where does one run "composer install" in the workflow ? Maybe in the action itself?
  • Searching apps stopped working

    Unsolved Support user experience
    2
    1 Votes
    2 Posts
    14 Views
    J
    @ekevu123 can you please check for any error in the browser console?
  • Cal.com free features missing

    Moved Cal.com
    3
    2
    1 Votes
    3 Posts
    822 Views
    J
    Hi there, Sorry to dig this up but. Is it really disabled on the selfhosted app ? I managed to activate "workflows" in the settings page (/settings/admin/flags) [image: 1764161572348-e626f64d-c6a3-4ed4-95ad-3c7cd9452561-image-resized.png] I discover workflows don't run on themself and needed to be triggered by external cronjob, which I did via Cloudron : * * * * * curl -fsS -X POST -H "authorization: $CRON_API_KEY" http://localhost:3000/api/cron/workflows/scheduleEmailReminders > /dev/null 2>&1 I also discover it needed some env variables to work : ENABLE_TASK_SYSTEM=true CRON_ENABLE_APP_SYNC=true CRON_API_KEY=*** When calling this URL from the instance itself, I even got a status:200 code with a JSON response {"message":"No Emails to schedule"} And this is my problem now : it says no emails to schedule while there is actual emails scheduled (from workflow). It is visible in the postgres tables "WorkflowReminder" and "Task". I even see in the log that the task is set up for scheduling. But at the end, the workflow is never executed and I'm out of solutions. What a complicated journey just to get this feature working, even though it’s advertised as available in the free version (so I assumed it would work in self-hosted as well). Or am I missing something? Could you clarify this for me? Thanks.
  • CCAI : Cloudron Custom App Installer

    App Wishlist
    21
    15 Votes
    21 Posts
    2k Views
    robiR
    @timconsidine you are welcome. You can always test on the demo server. And at least the second issue is easily solved via an expected version bump or just take out the check. Not sure why it's needed. Is it?
  • OpenWebUI - Package Updates

    Pinned OpenWebUI
    183
    1 Votes
    183 Posts
    61k Views
    Package UpdatesP
    [3.0.3] Update open-webui to 0.6.40 Full Changelog A critical PostgreSQL user listing performance issue was resolved by removing a redundant count operation that caused severe database slowdowns and potential timeouts when viewing user lists in admin panels. A user list modal was added to channels, displaying all users with access and featuring search, sorting, and pagination capabilities. Commit Channel navigation now displays the total number of users with access to the channel. Commit Tool servers and MCP connections now support function name filtering, allowing administrators to selectively enable or block specific functions using allow/block lists. Commit A toggle to disable parallel embedding processing was added via "ENABLE_ASYNC_EMBEDDING", allowing sequential processing for rate-limited or resource-constrained local embedding setups. #19444 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security. Localization improvements were made for German (de-DE) and Portuguese (Brazil) translations. Inline citations now render correctly within markdown lists and nested elements instead of displaying as "undefined" values. #19452 Group member selection now works correctly without randomly selecting other users or causing the user list to jump around. #19426 Admin panel user list now displays the correct total user count and properly paginates 30 items per page after fixing database query issues with group member joins. #19429
  • Matrix (Synapse/Element) - Package Updates

    Pinned Matrix (Synapse/Element)
    378
    0 Votes
    378 Posts
    335k Views
    Package UpdatesP
    [1.124.0] Update synapse to 1.143.0 Full Changelog
  • Update 9.0.11 Broke Services

    Solved Support services
    7
    1
    0 Votes
    7 Posts
    112 Views
    girishG
    @ghosted said in Update 9.0.11 Broke Services: It was THOUSANDS of lines, currently had a production instance, so needed it back up asap. This is fixed now . Was a bug in the polling in the UI.
  • Keycloak - Package Updates

    Pinned Keycloak
    29
    0 Votes
    29 Posts
    4k Views
    Package UpdatesP
    [1.4.5] Update keycloak to 26.4.6 Full Changelog This release adds filtering of LDAP referrals by default. #43323 Sessions not removed when user is deleted infinispan #43738 UPDATE_EMAIL action invalidates old email login/ui #43812 Admin console sends non-JSON payload with content-type: application/json admin/ui #44125 Double-encoding of query parameter values (e.g. acr_values) for version 26.4 identity-brokering #44189 [jdbc-ping] SQLIntegrityConstraintViolationException: Duplicate entry infinispan #44229 Unexpected FORMAT_FAILURE error when using cache-config-file with feature-disabled=persistent-user-sessions infinispan #44269 Admin Client creates malformed paths for requests admin/client-js #44287 Caching of static theme resources in dev mode is disabled core
  • Documenso - Package Updates

    Pinned Documenso
    22
    0 Votes
    22 Posts
    4k Views
    Package UpdatesP
    [1.10.0] Update documenso to 2.1.0 Full Changelog fix: set correct envelope item cache url by @dguyen in #2144 fix: support utf8 filenames download by @Mythie in #2145 fix: resolve issue with sealing task on inngest by @Mythie in #2146 feat: support optimizeParallelism for inngest jobs by @Mythie in #2151 fix: remove parallel steps by @Mythie in #2152 fix: show legacy ids on template and document view page by @Mythie in #2153 feat: add additional field options by @dguyen in #2154 fix: envelope direct template by @dguyen in #2156 fix: envelope cc issues by @dguyen in #2158 fix(input): prevent mobile zoom on input focus by @eeshm in #2079
  • Bookstack - Package Updates

    Pinned BookStack
    143
    0 Votes
    143 Posts
    98k Views
    Package UpdatesP
    [1.45.4] Update BookStack to 25.11.4 Full Changelog Fixed error thrown when attempting to send new comment notifications. (#​5918) Updated PHP dependency versions.
  • Dolibarr - Package Updates

    Pinned Dolibarr
    58
    0 Votes
    58 Posts
    13k Views
    Package UpdatesP
    [1.12.4] Update dolibarr to 22.0.3 Full Changelog FIX: 16.0: extrafield of type link to category causes SQL error in selectForFormsList() (#​36074) FIX: 20.0 ajax_constantonoff + FormSetup were ignoring custom css class (cssClass / $morecss) (#​36039) FIX: #​33741 FIX: #​35632 FIX: #​35247 FIX: #​35950 Using same option for landing page and home page FIX: #​35519 (security) missing check user rights (#​35527) FIX: #​35520 FIX: #​35522 FIX: #​35568 (#​35569) FIX: #​35573 FIX: #​35241 FIX: #​35634 (#​35912) FIX: #​35766: Update buying price INT Float (#​35769)
  • Upgrading from Ubuntu 20.04 to 22.04 and get errors..

    Solved Support ubuntu upgrades
    10
    1 Votes
    10 Posts
    76 Views
    swheeler78S
    Thank you.
  • 31 Votes
    37 Posts
    16k Views
    robiR
    Wow what a major rebrand, we need this indeed, as RC doesn't cut it.
  • Super Productivity

    App Wishlist
    6
    6 Votes
    6 Posts
    72 Views
    andreasduerenA
    @micmc said in Super Productivity: Offline I guess it has the option to sync via webdav. So it's like the ntfy frontend, it's all public but very limited in functionality.
  • 2 Votes
    5 Posts
    296 Views
    B
    That would indeed be useful.
  • Ghost - Package Updates

    Pinned Ghost
    543
    1 Votes
    543 Posts
    702k Views
    Package UpdatesP
    [4.141.1] Update ghost to 6.9.1 Full Changelog Fixed email analytics job timestamp not updating on recurrence (#25520) - Steve Larson Fixed email analytics aggregation (#25519) - Steve Larson
  • 25 Votes
    54 Posts
    22k Views
    andreasduerenA
    I wrote a small script so I can monitor the HPB (turn) backend. Because if it fails, it breaks Nextcloud talk. Posted here in case anyone else wants to easily monitor his turns server. The cron job runs it once a minute. Each run generates REST credentials from the static auth secret, calls turnutils_uclient to allocate on the TURN server, and then sends a push event to Uptime Kuma containing either TURN allocate succeeded or the last error line from turnutils_uclient. So Kuma sees “up” whenever the allocate completes successfully and “down” when it fails.