@omnichannel I’m using openwebui and ollama apps installed in the same Cloudron instance.
In openwebui Admin settings, under Connections, I am using similar to what you have.
Server connection is verified.
AppDev
Cloudron App Packagers
Posts
-
"Ollama: Network Problem" Error in OpenWebUI -
Matrix WhatsApp Bridge@Eliahou unfortunately I can’t really help you with this because I’m running it unencrypted on my side. But yes when I used it a while ago with encryption I had similar errors.
-
Excalidraw - Virtual whiteboard for sketching hand-drawn like diagramsI have packaged Excalidraw for Cloudron as a custom app.
My git : https://git.cloudron.io/timconsidine/cloudron-excalidraw
Built cloudron docker image : tcmbp132021/cloudron-excalidraw:v2Available for convenience on CCAI (custom app installer) https://ccai.appx.uk
The GitHub release is v0.18.0 (2025-03-11) but this version number does not reflect the wide and stable deployment of Exclaidraw, so I feel it can be considered for official adoption, even though it has not reached the normal criterion of a v1.0 release.
I have been running Excalidraw on a plain VPS via docker-compose.yml, but can now remove it from there and deploy on my primary preferred production server (Cloudron).
-
Advice for testing a packaged appBecause Cloudron runs apps in docker containers, it’s fine to go test your new app on your existing Cloudron instance, if you have enough disk space and memory.
Cloudron needs to run on real OS - you won’t be be able to install in a virtual or container environment (other than a VPS)
-
FreshRSS - Package Updates[1.27.0]
- Update FreshRSS to 1.28.0
- Full Changelog
- Move unsafe autologin to an extension #7958
- Housekeeping of
lib_rss.phpwith potential breaking changes for some extensions #8193 - New sorting and filtering by date of User modified #7886, #8090, #8105, #8118, #8130
- New sorting by article length #8119
- New advanced search form #8103, #8122, #8226
- Add compatibility with PCRE word boundary
\band\Bfor regex search using PostgreSQL #8141 - More uniform SQL search and PHP search for accents and case-sensitivity (e.g. for automatically marking as read) #8329
- New overview of dates with most unread articles #8089
- Exclude local networks for domain-wide HTTP
Retry-After#8195 - Fix OpenID Connect with Debian 13 #8032
-
Dolibarr - Package Updates[1.12.5]
- Update dolibarr to 22.0.4
- Full Changelog
- FIX: $param is the 5th parameter of print_liste_field_titre ($moreparam) (#36250)
- FIX: 17.0: perweek.php resets task progress to 0% when: (#36401)
- FIX: 18.0: GETPOSTDATE and buildParamDate assumed HTTP param names 'minute' and 'second' instead of 'min' and 'sec'
- FIX: 19.0 - attachments upload dir for invoices not always determined correctly (doesn't always take multi-entity into account) (#36302)
- FIX: #33148 - partial payments are taken into account in EPC QR codes (#36338)
- FIX: #33899 API Timespent Service Field
- FIX: #35061
- FIX: #35096 #36393 Add minimal fields required asthe class is used by
- FIX: #35141 (#36390)
- FIX: #35375 Accountancy - SQL error on empty filter account category
-
Bookstack - Package Updates[1.46.0]
- Update BookStack to 25.12
- Full Changelog
- Added user mentions for comments. (#5944, #560)
- Added slug history tracking system. (#5913, #5411)
- Added initial developer API for the new WYSIWYG editor. (#5928, #5763)
- Added internal reference handling on content copying. (#5917, #3239)
- Added settings to control the number of books/shelves that will be displayed per page. Thanks to @Xenoamor. (#5606, #2343)
- Updated translations with latest Crowdin changes. (#5933)
- Updated new WYSIWYG editor with a range of fixes. (#5939)
- Updated BookStack system CLI to v0.4. (#5956)
- Updated CSS dark/light mode handling so all CSS variables exist by default. (#5923)
- Updated "Microsoft URL Rewrite Module for IIS" download link. Thanks to @gerundt. (#5952)
-
NodeBB - Package Updates[2.23.2]
- Update NodeBB to 4.7.2
- Full Changelog
- update data-isowner when changing is ownership (
1f9f2df) - bump 2factor (
d031371)
-
"An unexpected error has occurred" due to missing /api/tasks endpointThe bitwarden desktop client app (2025.12.0) now requres an endpoint at /api/tasks when editing an entry. If that endpoint is not available, the client will report "An unexpected error has occurred", or something about an incorrect cipher.
The actual cause of the error is reported here: https://github.com/dani-garcia/vaultwarden/pull/6557
Until Vaultwarden is updated, users will continue to experience this with an upgraded desktop client.
-
chrome-headless zombie processesHi,
I am currently debugging a wordpress installation which seems to drag my server down. While debugging i noticed that i had quite some zombie processes which seem to originate from the Linkwarden app. Has anybody else observed something similar?You can see if you have any by running
ps -eo pid,ppid,stat,comm | grep '^.* Z'?