myron
61329ff343
feat: expand Docker app catalog from 21 to 60 apps
...
Adds 39 new apps across 8 categories:
- Media & Files: Jellyfin, Navidrome, Kavita, Paperless-ngx, File Browser, Seafile, Immich
- Monitoring & DevOps: Adminer, Grafana, Prometheus, Netdata, Glances, Healthchecks, Docker Registry, Verdaccio, Watchtower
- Git & CI/CD: Forgejo, Woodpecker CI
- Knowledge: BookStack, HedgeDoc, FreshRSS, Wallabag, Homepage
- Auth & Security: Keycloak, Authentik, Passbolt CE
- Analytics: Plausible (Postgres + ClickHouse)
- Low-code / No-code: Baserow, Appsmith CE, NocoDB
- Communication: Rocket.Chat, Chatwoot, Zammad
- Business: Invoice Ninja, Linkding, Mealie
- Design: Penpot, Excalidraw, Stirling PDF
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-10 12:55:35 +00:00
myron
2cc219f9fa
feat: add 12 Docker app catalog entries
...
Adds Uptime Kuma, Portainer CE, MinIO, n8n, Directus, Listmonk, Umami,
PhotoPrism, Meilisearch, Wiki.js, Vikunja, and Mattermost — each with
catalog metadata and a complete docker-compose template.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-10 12:45:30 +00:00
myron
7c17e3696d
feat: Docker tiered container management (#31-35)
...
- DockerManager.php: install Docker CE, engine status, container
lifecycle (run/stop/start/restart/remove/logs/inspect), image
management (pull/list/remove), volumes, networks, compose stacks,
per-user quotas, app catalog with 9 one-click templates
- docker.php API endpoint covering all operations with role-based
access control (admin/reseller/user isolation)
- DB migration 006: docker_containers, docker_compose_stacks,
docker_quotas tables
- Admin panel: Docker sidebar link + full management page (containers,
images, volumes, networks, compose stacks, quota editor)
- Reseller panel: Docker tab with customer container view, quota
management, and app catalog deployment for customers
- User panel: Docker tab with container dashboard, quota display,
and self-service app catalog (9 apps: WP, Ghost, Nextcloud, Gitea,
Matomo, Vaultwarden, Node.js, Flask, Static)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-08 02:24:11 +00:00