docs(penpot): update status and correct port/healthcheck info
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -38,7 +38,7 @@
|
||||
| **AMP (Game Server)** | 8080-8082 | https://amp.schweitz.net | Internet | No | - | ✅ Running |
|
||||
| **Home Assistant** | 8123 | https://housekeeping.schweitz.net | Internet | No | - | ✅ Running |
|
||||
| **Paperless-ngx** | 8091 | https://documents.schweitz.net | Internet | No | 8 | ✅ Running |
|
||||
| **Penpot** | 9001 | https://penpot.schweitz.net | Internet (SSO) | No | 10 | ⏳ Pending Deploy |
|
||||
| **Penpot** | 9001 | https://penpot.schweitz.net | Internet (SSO) | No | 10 | ✅ Running |
|
||||
| **ClamAV** | 3310 | N/A (host service) | No | No | - | ✅ Running |
|
||||
| **AdGuard Home** | 53, 3053 | http://dns.schweitz.internal | LAN (DNS) | No | - | ✅ Running |
|
||||
| **Tatlock UI** | 9999 | https://home.schweitz.net | Internet | No | - | ✅ Running |
|
||||
@@ -722,7 +722,7 @@ Penpot is an open-source design and prototyping platform, serving as a self-host
|
||||
| **Access URL (Public)** | https://penpot.schweitz.net |
|
||||
| **Internal Domain** | http://penpot.schweitz.internal |
|
||||
| **External Access** | Yes (via NPM reverse proxy with SSL + Authentik SSO) |
|
||||
| **Port Mapping** | 9001:80 (HTTP) |
|
||||
| **Port Mapping** | 9001:8080 (HTTP) |
|
||||
| **Network Mode** | Bridge (docker-dataplane) |
|
||||
| **Restart Policy** | `unless-stopped` |
|
||||
| **Volume Mounts** | `~/docker-data/penpot/assets:/opt/data/assets` (SSD - uploads, exports) |
|
||||
@@ -733,7 +733,7 @@ Penpot is an open-source design and prototyping platform, serving as a self-host
|
||||
| **Redis DB** | DB 10 (cache + WebSocket coordination) |
|
||||
| **Dependencies** | PostgreSQL Shared, Redis Shared, Authentik (SSO), NPM (reverse proxy) |
|
||||
| **Authentication** | Authentik OIDC only (password login disabled) |
|
||||
| **Health Check** | Frontend: `curl http://localhost:80`, Backend: `curl http://localhost:6060/api/health` |
|
||||
| **Health Check** | Frontend: `curl http://localhost:8080`, Backend: `curl http://localhost:6060/readyz`, Exporter: `curl http://localhost:6061/readyz` |
|
||||
| **WebSocket Support** | Required (enabled via NPM for real-time collaboration) |
|
||||
| **Features** | Vector editing, prototyping, components, auto-layout, multi-page, real-time collaboration, PDF/SVG export |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user