[ { "id": "jellyfin", "name": "Jellyfin", "description": "Free media streaming server with optional hardware transcoding.", "tags": ["media", "streaming"], "gpu": "NVIDIA / Intel optional", "file": "jellyfin.yaml", "variables": [ { "name": "PUID", "description": "User ID", "default": "1000" }, { "name": "PGID", "description": "Group ID", "default": "1000" }, { "name": "TZ", "description": "Timezone", "default": "Europe/Berlin" }, { "name": "CONFIG_PATH", "description": "Host path for config", "default": "/srv/jellyfin/config" }, { "name": "MEDIA_PATH", "description": "Host path to media library", "default": "/srv/media" }, { "name": "HTTP_PORT", "description": "Web UI port", "default": "8096" } ] }, { "id": "vaultwarden", "name": "Vaultwarden", "description": "Lightweight Bitwarden-compatible password manager.", "tags": ["password-manager", "security"], "gpu": null, "file": "vaultwarden.yaml", "variables": [ { "name": "TZ", "description": "Timezone", "default": "Europe/Berlin" }, { "name": "DATA_PATH", "description": "Host path for data", "default": "/srv/vaultwarden" }, { "name": "HTTP_PORT", "description": "Web UI port", "default": "8200" }, { "name": "ADMIN_TOKEN", "description": "Admin panel token", "default": "change-me" } ] }, { "id": "uptime-kuma", "name": "Uptime Kuma", "description": "Self-hosted uptime / status monitoring tool.", "tags": ["monitoring"], "gpu": null, "file": "uptime-kuma.yaml", "variables": [ { "name": "DATA_PATH", "description": "Host path for data", "default": "/srv/uptime-kuma" }, { "name": "HTTP_PORT", "description": "Web UI port", "default": "3001" } ] }, { "id": "paperless-ngx", "name": "Paperless-NGX", "description": "Document management system that indexes scanned documents.", "tags": ["documents"], "gpu": null, "file": "paperless-ngx.yaml", "variables": [ { "name": "TZ", "description": "Timezone", "default": "Europe/Berlin" }, { "name": "DATA_PATH", "description": "Host path base", "default": "/srv/paperless" }, { "name": "HTTP_PORT", "description": "Web UI port", "default": "8000" }, { "name": "ADMIN_USER", "description": "Admin username", "default": "admin" }, { "name": "ADMIN_PASSWORD", "description": "Admin password", "default": "change-me" } ] }, { "id": "gitea", "name": "Gitea", "description": "Lightweight self-hosted Git service.", "tags": ["git", "dev"], "gpu": null, "file": "gitea.yaml", "variables": [ { "name": "PUID", "description": "User ID", "default": "1000" }, { "name": "PGID", "description": "Group ID", "default": "1000" }, { "name": "DATA_PATH", "description": "Host path for data", "default": "/srv/gitea" }, { "name": "HTTP_PORT", "description": "Web UI port", "default": "3000" }, { "name": "SSH_PORT", "description": "SSH port", "default": "2222" } ] } ]