myron
008658e0ec
feat: expand Docker app catalog from 60 to 140 apps
...
Added 80 new apps across 13 categories: AI/LLM (Ollama, Open-WebUI,
Flowise, Langfuse, AnythingLLM, LocalAI, ComfyUI), Dev Tools
(code-server, Jenkins, SonarQube, Vault, MailHog, Dozzle, Yacht,
Semaphore), Databases (Redis, MongoDB, PostgreSQL, MariaDB,
Elasticsearch, InfluxDB, Neo4j, Qdrant), Monitoring (Loki+Grafana,
Jaeger, VictoriaMetrics, changedetection.io, Metabase), Networking
(Pi-hole, AdGuard Home, NPM, Traefik, wg-easy, Cloudflared, CrowdSec,
Authelia), CMS/Commerce (Drupal, Joomla, Grav, PrestaShop, OpenCart,
Medusa, Answer), Project Mgmt (Plane, OpenProject, Leantime, WeKan,
Focalboard), Communication (Matrix Synapse, Gotify, ntfy, Grist,
Mailpit), File/Storage (Syncthing, SFTPGo, ownCloud, Duplicati,
Calibre-Web), ERP/Business (Odoo, Akaunting, Monica, Twenty CRM,
Dolibarr), Media (Audiobookshelf, Komga, Grocy, TubeArchivist, AFFiNE),
Smart Home (Home Assistant, Node-RED, Mosquitto, Zigbee2MQTT),
Dashboards (Dashy, Homarr, Homer, IT-Tools, CloudBeaver, pgAdmin,
phpMyAdmin, Infisical).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-10 13:34:31 +00:00
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
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