{ "version": "3", "templates": [ { "id": 1001, "type": 3, "title": "Docmost", "name": "docmost", "description": "Open source collaborative wiki and documentation software (Alternative zu Confluence & Notion)", "categories": [ "Dokumentation", "Produktivität" ], "platform": "linux", "logo": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/docmost.png", "repository": { "url": "https://git.thiede-brauer.de/thiede-brauer/portainer.git", "stackfile": "stacks/docmost.yml" }, "env": [ { "name": "DOCMOST_PORT", "label": "HTTP Port", "default": "9444" }, { "name": "APP_URL", "label": "App URL" }, { "name": "APP_SECRET", "label": "App Secret" }, { "name": "POSTGRES_PASSWORD", "label": "Postgres Passwort" }, { "name": "SMTP_HOST", "label": "SMTP Host" }, { "name": "SMTP_PORT", "label": "SMTP Port" }, { "name": "SMTP_SECURE", "label": "SMTP Secure", "default": "TLS" }, { "name": "SMTP_USERNAME", "label": "SMTP Username" }, { "name": "SMTP_PASSWORD", "label": "SMTP Passwort" }, { "name": "MAIL_FROM_ADDRESS", "label": "Absender E-Mail" }, { "name": "MAIL_FROM_NAME", "label": "Absender Name" } ] }, { "id": 1002, "type": 1, "title": "Bitwarden", "name": "bitwarden", "description": "Leichter Bitwarden-kompatibler Passwort-Manager (Vaultwarden)", "categories": [ "Security", "Password Manager" ], "platform": "linux", "logo": "https://raw.githubusercontent.com/bitwarden/brand/main/logos/icon.svg", "image": "vaultwarden/server:latest", "ports": [ "{{PORT}}:80" ], "volumes": [ { "container": "/data", "volume": "bitwarden_data" } ], "env": [ { "name": "ADMIN_TOKEN", "label": "Admin Token" }, { "name": "ORG_GROUPS_ENABLED", "label": "Organisationsgruppen aktivieren", "default": "true" }, { "name": "SIGNUPS_ALLOWED", "label": "Registrierung erlauben", "default": "false" } ], "restart_policy": "always" } ] }