Co Op cloud alternatives

Co-op Cloud has done a great job of listing out their opinions of the pros / cons of other server / app management software.

Copy / pasted from their FAQ so I can easily reference.

Cloudron

Pros

  • πŸ‘ Decent web interface for app, domain & user management.
  • πŸ‘ Large library of apps.
  • πŸ‘ Built-in SSO using LDAP, which is compatible with more apps and often has a better user interface than OAuth.
  • πŸ‘ Apps are actively maintained by the Cloudron team.

    Cons

  • πŸ‘Ž Moving away from open source. The core is now proprietary software.
  • πŸ‘Ž Libre tier has a single app limit.
  • πŸ‘Ž Based on Docker images, not stacks, so multi-process apps (e.g. parsoid visual editor for Mediawiki) are a non-starter.
  • πŸ‘Ž Difficult to extend apps.
  • πŸ‘Ž Only supported on Ubuntu LTS.
  • πŸ‘Ž Upstream libre software communities aren't involved in packaging.
  • πŸ‘Ž Limited to vertical scaling.
  • πŸ‘Ž Tension between needs of hosting provider and non-technical user.
  • πŸ‘Ž LDAP introduces security problems - one vulnerable app can expose a user's password for all apps.
  • πŸ‘Ž Bit of aΒ black box

@boris commentary: do I wish that Cloudron were fully open source? Yes. But I also like that the team has a sustainable business where they keep all of these apps packaged and updated over time! They mention the SSO model here as LDAP, but in fact it's OIDC now.

Yunohost

Pros

  • πŸ‘ Lovely web interface for app, domain & user management.
  • πŸ‘ Bigger library of apps.
  • πŸ‘ Awesome backup / deploy / restore continuous integration testing.
  • πŸ‘ Supports hosting apps in subdirectories as well as subdomains.
  • πŸ‘ Doesn't require a public-facing IP.
  • πŸ‘ Supports system-wide mutualisation of resources for apps (e.g. sharing databases by default)

    Cons

  • πŸ‘Ž Upstream libre software communities aren't involved in packaging.
  • πŸ‘Ž Uninstalling apps leaves growing cruft.
  • πŸ‘Ž Limited to vertical scaling.
  • πŸ‘Ž Not intended for use by hosting providers.

@boris commentary: I took a look at Yunohost and found it scary from a security perspective. Packaging is a pile of bash scripts. More apps but they're mostly undermaintained

Caprover

Pros

  • πŸ‘ Bigger library of apps.
  • πŸ‘ Easy set-up using a DigitalOcean one-click app.
  • πŸ‘ Works without a domain name or a public IP, in non-HTTPS mode (good for homeservers).
  • πŸ‘ Deploy any app with aΒ docker-compose.ymlΒ file as a "One Click App" via the web interface.
  • πŸ‘ Multi-node (multi-server) set-up works by default.

    Cons

  • πŸ‘Ž Single-file app definition format, difficult to tweak using entrypoint scripts.
  • πŸ‘Ž Nginx instead of Traefik for load-balancing.
  • πŸ‘Ž Command-line client requires NodeJS /Β npm.
  • πŸ‘ŽΒ Requires 512MB RAM for a single app.
  • πŸ‘ŽΒ Backup/restore is "experimental", and doesn't currently help with backing up Docker volumes.
  • πŸ‘Ž Exposes its bespoke management interface to the internet via HTTPS by default.

Ansible

Pros

  • πŸ‘ Includes server creation and bootstrapping.

    Cons

  • πŸ‘Ž Upstream libre software communities aren't publishing Ansible roles.
  • πŸ‘Ž Lots of manual work involved in things like app isolation, backups, updates.

Kubernetes

Pros

  • πŸ‘ Helm charts are available for some key apps already.
  • πŸ‘ Scale all the things.

    Cons

  • πŸ‘Ž Too big – requires 3rd party tools to run a single-node instance.
  • πŸ‘Ž Not suitable for a small to mid size hosting provider.

Docker-compose

Pros

  • πŸ‘ Quick to set up and familiar for many developers.

    Cons

  • πŸ‘Ž Manual work required for process monitoring.
  • πŸ‘Ž Secret storage not available yet.
  • πŸ‘ŽΒ Swarm is the new best practice.

I'll skip the the "doing it manually" old school version of server + app maintenance.

Notes mentioning this note