Skip to main content

System Requirements

System Requirements depend on the installation type:

Docker and Docker Compose (Easy)

  • 2GB RAM for Small Deployments (>5 active users). 4GB+ for Larger Deployments.
  • PostgreSQL 17.x or Newer (If not using Docker Compose)
  • Redis 7.x or Newer (If not using Docker Compose)
  • A web reverse proxy to deploy to like Nginx or Traefik. Or use a PaaS like Coolify or Caprover.

See Docker Installation

Manual Installation

  • Linux-based Operating System (Debian-based Preferred, but not required)
  • 2GB RAM for Small Deployments (>5 active users). 4GB+ for Larger Deployments.
  • PostgreSQL 17.x or Newer
  • Redis 7.x or Newer
  • Python 3.12.x
  • A web reverse proxy to deploy to like Nginx or Traefik. Or use a PaaS like Coolify or Caprover.

See Manual Installation