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


Skip to content
  • Gravitational Teleport

    Moved App Wishlist
    4
    0 Votes
    4 Posts
    840 Views
    L
    Wandering Monster packaging report: Verdict: Don't package. Wrong category, wrong topology, wrong target audience — and arguably actively dangerous to package @robi what do you think about this. A different package is suggested instead. https://paste.wanderingmonster.dev/?d616a4ba0a53975b#ARECEhDgrxgvJid95yE2ovVcHg9weoKNL9yne8towLRC
  • SSH remote copy always failed, falling back to sshfs copy

    Unsolved Support backup restore zfs sshfs
    13
    1 Votes
    13 Posts
    341 Views
    D
    @joseph thanks for the interresting idea but Cloudron does not allow it. On back up setup it shows this message : "prefix must be a relative path"
  • 3 Votes
    37 Posts
    7k Views
    L
    @robi https://forum.cloudron.io/topic/12472/please-use-this-template-to-make-an-app-wishlist-request/13 Where is the github for this application?
  • Payload CMS Next-Gen

    App Wishlist
    7
    5 Votes
    7 Posts
    1k Views
    L
    WanderingMonster packaging report: Verdict: Not packageable. Wrong category of software What do you think about this, @micmc ? https://paste.wanderingmonster.dev/?bc5011f47c0f96c7#9ok3GazxUvUHGwNHb8pxyPiSKmdvwtaNdxt92mwBSBwy
  • Fluxer.app

    App Wishlist
    6
    6 Votes
    6 Posts
    625 Views
    L
    WanderingMonster packaging report: Hard, and you're looking at the wrong fork. https://paste.wanderingmonster.dev/?bb7abb92580b93ad#EG6vaUrc1uXu7FSSSynSmoLFWds71AXMAj7mznGh8Nmv
  • 7 Votes
    8 Posts
    3k Views
    L
    WanderingMonster packaging report: wrong repo and hard in any case: https://paste.wanderingmonster.dev/?85971e7ed9384334#FHmpJXTnBaDJVgGXEEUiKZk5Y1PUFnKk2kpi5HBzRbWy
  • InvoiceShelf

    App Wishlist
    8
    1
    8 Votes
    8 Posts
    1k Views
    L
    WanderingMonster packaging report: Easy! https://paste.wanderingmonster.dev/?6429b4f9e4186540#6KWSMGU9sHWcwHg2UzHYzjxxj4v51Lk3JEG6gmxFU38r
  • Anytype (finally) released for public beta

    Moved App Wishlist
    40
    14
    21 Votes
    40 Posts
    24k Views
    L
    WanderingMonster packaging assessment: hard but feasible: https://paste.wanderingmonster.dev/?b2fca6eaed2d0b52#GiC3HNTScC2ZvfkLDTy8HPGvRVjMEa4F19xZhiV1dEif
  • Wazuh - The Open Source Security Platform

    App Wishlist
    13
    18 Votes
    13 Posts
    4k Views
    L
    WanderingMonster packaging report: don't package Wazuh — Cloudron Packaging Assessment Verdict: Don't package. Wrong category, wrong scale, wrong topology. Wazuh is an open-source SIEM/XDR platform — a security infrastructure stack for monitoring fleets of endpoints, not an app a Cloudron operator runs alongside Nextcloud and a wiki. The URL points to the Wazuh GitHub organisation, which contains dozens of repos that together compose the platform. Even the smallest sensible deployment is a multi-node cluster sized in tens of GB of RAM. This belongs on dedicated infrastructure, not on Cloudron. What Wazuh actually is A free, open-source security monitoring platform — log analysis, intrusion detection, file integrity monitoring, vulnerability detection, configuration assessment, and regulatory compliance reporting (PCI-DSS, HIPAA, GDPR, NIST). It originated as a fork of OSSEC and now ships as a four-part stack: Component What it does Repo Wazuh Manager (Server) Receives data from agents, runs detection rules, generates alerts. C + Python daemons (ossec-analysisd, ossec-remoted, wazuh-modulesd, etc.) wazuh/wazuh Wazuh Indexer Search and analytics backend. A fork of OpenSearch, which is itself a fork of Elasticsearch. JVM-based. wazuh/wazuh-indexer Wazuh Dashboard Web UI. A fork of OpenSearch Dashboards, which is itself a fork of Kibana. Node.js. wazuh/wazuh-dashboard Wazuh Agents Lightweight collectors installed on every endpoint you want to monitor (Linux, Windows, macOS, AIX, Solaris, Docker, K8s). wazuh/wazuh The Cloudron operator would only ever package the first three. The agents live on the machines being monitored, which is the whole point. Auto-Detected Axes Axis Score Notes Data 2 The Wazuh Indexer (OpenSearch fork) is the database. There's no Cloudron addon for OpenSearch — it must run inside the container, with its data on /app/data. Indices grow continuously and unboundedly with log volume. Runtime 2 C, Python, Java 11+ (indexer + dashboard's bundled JVM), Node.js. Java is not in cloudron/base:5.0.0 and would need to be installed via apt. Broker 0 None per se, but the manager-to-indexer pipeline acts as one (Filebeat by default). Processes 8+ A non-exhaustive count: ossec-analysisd, ossec-remoted, ossec-monitord, ossec-execd, wazuh-modulesd, wazuh-db, the Wazuh API (Python aiohttp), Filebeat, the OpenSearch JVM, the OpenSearch Dashboards Node process, Nginx in front. Supervisor mandatory and complex. Manual Axes Filesystem writes Wazuh Manager state and rules → /app/data/wazuh/{etc,logs,queue,stats,var} — extensive, every daemon writes constantly. Indexer (OpenSearch) data → /app/data/indexer — this is the elephant. Tens of GB minimum, hundreds with real fleets. Dashboard config and saved objects → /app/data/dashboard. TLS certificates → Wazuh uses internal mTLS between manager, indexer, and dashboard. Generate on first boot, store under /app/data/certs. Authentication Wazuh has its own user system in the Indexer's security plugin (RBAC, internal users, role mapping). LDAP integration exists but is more involved than typical Cloudron ldap addon wiring — the security plugin's config files want OpenSearch-style YAML. SSO via the Cloudron oidc addon is theoretically possible but is days of work, not hours. Memory — the dealbreaker Realistic per-component minimums for a single-node, single-tenant, evaluation-grade deployment: Indexer (OpenSearch JVM): 4 GB heap minimum. 8 GB is the documented production floor. Dashboard (Node + bundled Chromium for reports): 1 GB. Manager + daemons + Filebeat: 2 GB. OS / cache headroom: 1 GB. Floor: 8 GB. Wazuh's own documentation specifies 16 GB / 8 vCPU as the minimum for an all-in-one deployment, scaling rapidly with agent count and EPS (events per second). Set memoryLimit: 16384 and warn loudly. This is not a 256 MB sidecar. Disk Indices grow with retained log volume. A small deployment (10 agents, 30-day retention) is in the tens of GB. A real one is hundreds of GB to terabytes. Every byte sits under /app/data and is therefore included in Cloudron backups — meaning the backup pipeline has to move all of it on every snapshot. This alone makes Cloudron the wrong substrate. Process count — 8+, Supervisor mandatory Boot ordering is delicate: certificates must exist → Indexer must be up and have its security index bootstrapped → Manager can register and start Filebeat → Dashboard can connect. Each of these has a cold-start time measured in minutes; the Cloudron healthcheck must serve 200 from Nginx immediately or the platform will kill the container before the stack is up. Agents — the architectural mismatch Wazuh's value comes from running agents on the machines you want to monitor. Those agents connect inbound to the Manager on TCP/UDP 1514 (encrypted) and 1515 (enrolment). Cloudron only routes HTTP(S) on the app's domain through its outer Nginx. There is no first-class way to expose arbitrary TCP ports per app — any agents would have to connect over the host's IP directly, bypassing Cloudron's routing model. This is the structural reason Wazuh doesn't fit Cloudron, independent of memory or process count. A SIEM that can't accept agent connections is a dashboard for an empty database. Why this isn't a Cloudron app Cloudron is a personal-server PaaS. Its sweet spot is Nextcloud, a wiki, a blog, a chat server — single-tenant web apps with modest footprints. Wazuh is enterprise security infrastructure. The two have approximately nothing in common operationally. Resource floor exceeds typical Cloudron host capacity. A real Wazuh deployment alone would dwarf the rest of an entire Cloudron server's apps combined. Multi-port ingest doesn't fit the platform model. Even if you crammed the three server components into one container, the agents have nowhere to connect. Backup pipeline mismatch. Cloudron backups assume gigabytes, not terabytes; OpenSearch indices want their own snapshot lifecycle (snapshot-to-S3, ILM policies), not filesystem rsync. Upstream ships its own deployment tooling. Wazuh's installation methods are an all-in-one bash script, distribution packages (rpm/deb), an official Docker Compose stack, Ansible roles, Puppet, and Kubernetes manifests. None of this is shaped like a Cloudron package, and there is no upstream interest in making it so. It's a fork-of-a-fork. Wazuh Indexer is a fork of OpenSearch, which is a fork of Elasticsearch. Wazuh Dashboard is a fork of OpenSearch Dashboards, which is a fork of Kibana. Tracking upstream security patches across that lineage is an ongoing maintenance burden that doesn't make sense for a single packager. Recommendation Don't package this. If you want SIEM/log monitoring on a Cloudron-class machine, the realistic options are: Run Wazuh on its own host using the official wazuh-docker Compose stack on a dedicated VM (4–8 vCPU, 16 GB RAM minimum), and let it monitor your Cloudron box as one of its endpoints by installing the Wazuh agent on the Cloudron host. This is the deployment shape Wazuh was designed for. Use a lighter alternative if your needs are modest. CrowdSec is closer to Cloudron-scale (small Go agent, optional local API, modest RAM) and there's existing community interest in packaging it. Graylog, Loki + Grafana, or even plain journald + rsyslog forwarding cover the "I want to see my logs in one place" use case at a fraction of the footprint. For endpoint hardening on the Cloudron host itself, install a Wazuh agent on the host OS pointing at an external Wazuh manager. The agent is lightweight (~50 MB RAM) and runs fine alongside Cloudron without needing to be a Cloudron app. If you're absolutely set on running Wazuh "near" Cloudron, the right shape is a separate VM on the same hypervisor or LAN — not a Cloudron app. Reference Packaging conventions and templates: forgejo.wanderingmonster.dev/WanderingMonster/cloudron-packaging.
  • 8 Votes
    32 Posts
    10k Views
    L
    WanderingMonster packaging assessment: not packageable https://paste.wanderingmonster.dev/?0530355d90ca5d6a#HGp7ygEK9Rw6mzCSy4DUGngvob7iHU79kL3Y6TryKEPd
  • 7 Votes
    3 Posts
    258 Views
    L
    WanderingMonster packaging assessment: Easy! https://paste.wanderingmonster.dev/?2180611792d396fd#BeCwtxUcEPECSe4gtMpJGNYgf3m132CkyMM7ucoywPZD
  • Wikibase - collaborative knowledge bases

    App Wishlist
    2
    1 Votes
    2 Posts
    58 Views
    L
    WanderingMonster packaging assessment: hard, bordering on wrong shape: https://paste.wanderingmonster.dev/?a87cb0fa708f8166#GdGPqs6XtgG5PNdpk4VKgAmkvjP164znsrJMVE4kXAnZ
  • Stirling Image: Stirling-PDF, but for images

    App Wishlist
    4
    10 Votes
    4 Posts
    137 Views
    L
    WanderingMonster packaging assessment: Easy to Moderate https://paste.wanderingmonster.dev/?e3d78d69bf08ef54#Bqt8B1yRUVkyon2VbuHpUEJpnnnCJBAUKBHzKRWtVXYo
  • 2 Votes
    2 Posts
    42 Views
    L
    WanderingMonster packaging report is that this would be hard but feasible: https://paste.wanderingmonster.dev/?ebe00188d1149a6d#GSN4LJzodW7ptL9toLBhkTHGj3YJWriFj5FsEu5vFbRw
  • 5 Votes
    3 Posts
    146 Views
    L
    This is a great proposal! We need it, other downloaders are flaky, and it would be about the easiest application to package on Cloudron. A report on how to package it is here: https://paste.wanderingmonster.dev/?06af18bc0e10b387#7JTZKMbxhiE4KuGNXYppA9t3NC6HoZos5sXUhzd1Kt2U
  • Tandoor - Package Updates

    Pinned Tandoor
    72
    0 Votes
    72 Posts
    22k Views
    Package UpdatesP
    [1.12.5] Update recipes to 2.6.5 Full Changelog fixed docs link to gunicorn docs #​4563 (thanks to @​igordiogobp #​4608) fixed vite error (thanks to @​smilerz #​4592) fixed shopping list error when item has no amount fixed minus in meal plan editor could remove the date completely fixed move ingredient dialog not working #​4552 fixed potential DDoS by limiting uploaded zip file sizes https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-w8pq-4pwf-r2m8
  • Metabase - Package Updates

    Pinned Metabase
    535
    1 Votes
    535 Posts
    461k Views
    Package UpdatesP
    [3.5.2] Update metabase to 0.59.6.3 Full Changelog
  • RustFS - Package Updates

    Pinned RustFS
    9
    0 Votes
    9 Posts
    142 Views
    Package UpdatesP
    [0.7.1] Update rustfs to 1.0.0-alpha.93 Full Changelog fix(get-object): harden GET fast path against mid-stream regressions by @​houseme in #​2472
  • Forgejo - Package Updates

    Pinned Forgejo
    8
    0 Votes
    8 Posts
    462 Views
    Package UpdatesP
    [1.0.1] Update forgejo to 14.0.4 Full Changelog
  • Minecraft - Package Updates

    Pinned Minecraft
    205
    0 Votes
    205 Posts
    156k Views
    Package UpdatesP
    [2.37.8] Update bedrock to 1.26.14.1