Reset history to current sanitized state

This commit is contained in:
2026-08-05 14:37:16 +00:00
commit 9581cea7c7
4 changed files with 467 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Draw.io
Self-hosted diagrams.net web application for creating and editing diagrams in the browser.
## Deployment layout
- **Compose:** `/srv/docker/drawio/docker-compose.yml`
- **Static configuration/source:** no additional static configuration or build source
- **Non-secret environment:** JVM heap limits and the G1 garbage collector are declared inline in Compose; there
is no project-local `.env`
- **Secrets:** none
- **NVMe application state:** none
- **Bulk HDD data:** none
- **Other mounts:** none
Secrets are never committed to this repository. No secret files or secret
variables are required by this deployment.
## Dependencies and recovery
- **Networks/dependencies:** Draw.io uses the external `npm_proxy` network at `192.168.98.15`; no dependent
services are declared
- **Back up:** none
- **Re-creatable:** the Draw.io container; diagrams are not persisted by this deployment