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


Skip to content
  • Uptime Kuma - Package Updates

    Pinned Locked Uptime Kuma
    118
    0 Votes
    118 Posts
    87k Views
    Package UpdatesP
    [2.4.0] Update uptime-kuma to 2.3.0 Full Changelog #7194 fix: Revert "add sorting to status pages" #7312 fix(database): add UPTIME_KUMA_SQLITE_SINGLE_CONNECTION #7304 feat: websocket improve to fix issue #7268 including support authentication (Thanks @sofia-fernandez-six) #7201 feat: add Telnyx messaging provider (Thanks @LuvForAirplanes) #7156 feat: add OracleDB monitor (Thanks @sitiom) #7154 feat: add collapsible groups to status page (Thanks @marco-carvalho) #7248 fix(notification): check for monitorJSON in Stackfield provider (Thanks @jlbrt) #7235 fix(uptime): ensure correct handling of missing time buckets in uptime calculations (Thanks @adrianceding) #7198 fix: Domain expiry doesn't seem to update #7189 (Thanks @shanto) #7125 fix: prometheus metrics have two series for a single monitor when that monitor has tags (Thanks @nicjansma)
  • Cloudron Demo

    Unsolved Support
    6
    1 Votes
    6 Posts
    143 Views
    robiR
    Fail2ban failed to ban
  • oPodSync - Package Updates

    Pinned Locked oPodSync
    10
    1 Votes
    10 Posts
    2k Views
    Package UpdatesP
    [1.1.4] Fixup docs link
  • Polls app update causing error

    Nextcloud
    8
    1
    0 Votes
    8 Posts
    303 Views
    N
    I woke up to a crashed NextCloud because of the polls app. getting an error that ends with this: ...was already defined on table "oc_polls_options". I was able to defeat this by removing the app/code/apps/polls/ directory, but when I try to reinstall Polls, the error comes again, so there must be a database issue. Do we have a way to clear the polls database?
  • Ampache - Package Updates

    Pinned Locked Ampache
    73
    0 Votes
    73 Posts
    34k Views
    Package UpdatesP
    [1.25.3] Update ampache to 7.9.3 Full Changelog run:updateCatalogFile: Add -m|--move parameter to move file in the database to a new location run:updateCatalogFolder: Add -m|--move parameter to move all music in a folder to a new location Catch any Garbage Collection error for Albums Garbage collection for Albums missing from the album table License checks on upload not considering int ID's Star ratings scale Advanced Random actions missing joins for Artist and Album Don't limit Album track display by page size Extended orphan_album check in Song search Correct structuredLyrics array
  • Rocket.Chat - Package Updates

    Pinned Locked Rocket.Chat
    231
    0 Votes
    231 Posts
    233k Views
    Package UpdatesP
    [3.3.0] Update Rocket.Chat to 8.4.0 Full Changelog Adds file thumbnails with image preview to the message composer attachments Adds a new REST endpoint to accept or reject media calls without an active media session Adds externalIds field to livechat visitors for external platform identification. Adds a skipTranspile flag (default false) to webhook integrations. When set to true, the integration script is stored as-is without Babel transpilation matching the 9.0.0 default where Babel is removed entirely. Admins can flip the flag per-integration to validate strict-mode compatibility before upgrading. The field is deprecated and will be removed in 9.0.0. Updates omnichannel routing so agents with offline status are always excluded from assignment. The Livechat_enabled_when_agent_idle setting now only affects agents with away status. Introduces Cold Storage Archiving for Read Receipts to improve performance and scalability in large deployments. Fixed UI becoming unresponsive after clicking "See on Engagement Dashboard" from the workspace info card, which required a manual page refresh to recover. Fixes a bug that could remove all of a user's subscriptions when the user was re-added to a room while still banned. Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) Fixes an issue where the Omnichannel routing system ignored the Livechat_accept_chats_with_no_agents setting. Now, offline agents are correctly considered for assignment when the setting allows it.
  • 1 Votes
    1 Posts
    20 Views
    No one has replied
  • Calibre Web - Package Updates

    Pinned Locked Calibre Web
    87
    0 Votes
    87 Posts
    36k Views
    Package UpdatesP
    [1.35.0] Update calibre to 9.8.0 Full Changelog
  • Paperless-ngx - Package Updates

    Pinned Locked Paperless-ngx
    163
    0 Votes
    163 Posts
    97k Views
    Package UpdatesP
    [1.52.0] Update gotenberg to 8.32.0 Full Changelog Reverted SSRF defaults (breaking vs 8.31.0). 8.31.0 blocked private-IP destinations by default, which broke deployments running Gotenberg inside a private network. 8.32.0 restores the 8.30.x permissive defaults. Operators with internet-facing APIs opt into the strict posture via the new flags below. Rejected file:// at /forms/chromium/convert/url. Submitting url=file:///tmp/... used to let an unauthenticated caller enumerate the request working directory and read other in-flight uploads as rendered PDFs. The route now returns HTTP 400 for any file:// URL. Required uploaded file for image / pdf stamp and watermark sources. Twelve callsites accepted stampSource=pdf or watermarkSource=pdf with an expression pointing at any path the Gotenberg process could open, even when no file was uploaded. Handlers now return HTTP 400 unless the caller uploaded a matching file. Scoped file:// sub-resources to the request working directory. Crafted HTML could reference another request's file:///tmp/<reqdir>/.... The CDP request handler now restricts file:// sub-resources to the current request's directory. /convert/url and /screenshot/url reject every file:// sub-resource outright. Hardened Chromium against DNS rebinding. A short-TTL DNS authority could return a public IP at validation and a private IP at connect. A loopback HTTP / CONNECT proxy now sits between Chromium and the network, resolves DNS once, and pins the dial to the resolved IP. Skipped when --chromium-proxy-server or --chromium-host-resolver-rules is set. Filtered LibreOffice outbound fetches through a proxy. Uploaded OOXML, RTF, and ODF files can embed external URLs that LibreOffice's libcurl resolves below every Go-side SSRF filter. LibreOffice now routes every outbound fetch through an in-process forward proxy on the same gotenberg.DecideOutbound path Chromium and webhook delivery use. See the four new flags below. Recovered webhook async panics. High-concurrency webhooks could panic the async goroutine and crash the whole process. The goroutine now snapshots the request context and recovers any future panic through the existing error path. LibreOffice outbound URL filtering. Four flags mirror the Chromium and webhook layout: --libreoffice-allow-list, --libreoffice-deny-list, --libreoffice-deny-private-ips, --libreoffice-deny-public-ips. All default permissive. IP-class filtering on four modules. chromium, webhook, api-download-from, and libreoffice each accept matching deny-private-ips and deny-public-ips flags. All default to false. Charts print as blank rectangles (#1531, #1532, #1534, #1535 chromedp v0.15.0 suspended the BeginFrame-driven callback dispatch loop under emulatedMediaType=print. requestAnimationFrame, ResizeObserver, IntersectionObserver, CSS transitionend, and CSS animationend all stopped firing. Pinning chromedp back to v0.14.2 restores native dispatch.
  • remotestorage.io

    Discuss
    3
    2 Votes
    3 Posts
    1k Views
    rosanoR
    @seeker Community app now available https://forum.cloudron.io/topic/15473/bind-git-backed-web-apps
  • Bind: Git-backed web apps

    Community Apps
    1
    1
    2 Votes
    1 Posts
    64 Views
    No one has replied
  • Kavita - Package Updates

    Pinned Locked Kavita
    27
    0 Votes
    27 Posts
    8k Views
    Package UpdatesP
    [1.11.0] Update Kavita to 0.9.0 Full Changelog Added: Kavita now has a dedicated queue for downloads with auto-processing, series will now deconstruct to individual items, and it's persistent between reloads. Added: Added the ability to export a reading list to CBL v1 or v2 support Added: You can now craft and save Smart Filters for Reading lists and bind them to your Side Nav/Dashboard as you would Series-based. Changed: Version update checking has been drastically streamlined and made less annoying. Backoff support is implemented, after 5 prompts, Kavita will stop pestering you to update. Changed: Fixed how Kavita creates transactions with SQLite to reduce the 'database is locked' issue. From my testing, database is locked which was happening during reading (webtoon) and from some concurrent scans were eliminated. Changed: Removed all Deprecated APIs (this was communicated last release, I reached out to the big app providers) Fixed: Fixed a lot of endpoints missing access checks Fixed: Fixed the scanner merging several series into one under specific circumstances Fixed: Fixed panels not properly working with the new reading sessions Fixed: Fixed Volume progress tracking not working on Mihon (Thanks @Nedra1998 )
  • App documentation link

    oPodSync
    2
    2 Votes
    2 Posts
    19 Views
    nebulonN
    Thanks, good catch, will be fixed with next package release.
  • Registration not disabled

    oPodSync
    2
    2 Votes
    2 Posts
    26 Views
    nebulonN
    This seems to be an upstream bug, I've created a pull request to fix this https://github.com/kd2org/opodsync/pull/91
  • NocoDB - Package Updates

    Pinned Locked NocoDB
    149
    2 Votes
    149 Posts
    93k Views
    Package UpdatesP
    [1.37.0] Update nocodb | stage to 2026.04.5 Full Changelog
  • 2 Votes
    40 Posts
    1k Views
    osoboO
    Hello everyone. Glad the issue is now fixed. FYI I've received yesterday a legit notification from Hostinger mentioning the following: **Linux kernel vulnerability disclosed (CVE-2026-31431)** A security flaw called "Copy Fail" (CVE-2026-31431) has been found in the Linux kernel. It affects nearly all major Linux distributions – including Ubuntu, Debian, RHEL, Amazon Linux, SUSE, Fedora, and more – on any kernel built between 2017 and today. The vulnerability lets a local user gain full admin access to a server. It can also affect containerized environments. The fix takes just a few minutes. Option 1: Update your kernel (recommended) For Ubuntu/Debian: sudo apt update, sudo apt upgrade -y For RHEL-based systems: sudo yum update Then reboot your server. Option 2: Disable the affected module (temporary fix) If updating right now isn't an option, disable the vulnerable module to reduce exposure: echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf rmmod algif_aead 2>/dev/null || true This won't affect SSH, TLS, LUKS, or OpenSSL." I'm wondering. Is this issue already addressed by Cloudron's latest updates or should I apply the fix myself ? Thanks for your support and happy workers' Day
  • Ollama - Package Updates

    Pinned Locked Ollama
    47
    0 Votes
    47 Posts
    11k Views
    Package UpdatesP
    [1.10.1] Update ollama to 0.22.1 Full Changelog Updated the Gemma 4 renderer for thinking and tool calling improvements Model recommendations are now updated without updating Ollama Aligned the desktop app's launch page with ollama launch integrations Fixed the Poolside integration title in ollama launch Full Changelog: https://github.com/ollama/ollama/compare/v0.22.0...v0.22.1
  • MicroBin is now available

    Announcements
    4
    3 Votes
    4 Posts
    184 Views
    nebulonN
    @robi good catch!
  • 1 Votes
    1 Posts
    28 Views
    No one has replied
  • 2 Votes
    1 Posts
    32 Views
    No one has replied