Productivity and automation services live in the Tools stack: document management, remote desktop, code editing, file browsing, recipe management, notifications, workflow automation, file synchronization, and PDF conversion.【F:tools/compose.yml†L1-L330】
frontend_net, backend_net, and db_net depending on whether the service requires database access or public exposure.【F:tools/compose.yml†L5-L305】/mnt/user bind mounts hold data for Paperless, Mealie, FileBrowser, Syncthing, etc. Some volumes (e.g., tools_new_filebrowser_config) are external to preserve existing state.【F:tools/compose.yml†L10-L318】| Service | Role |
|---|---|
| paperless | Document ingestion and OCR repository backed by Postgres and Redis. |
| firefox | Headless Firefox browser accessible via noVNC. |
| code-server | VS Code in the browser for remote development. |
| filebrowser | Web-based file manager with access to /mnt/user. |
| mealie | Recipe manager with OIDC authentication. |
| organizr | Unified portal dashboard aggregating service links. |
| apprise | Notification relay API supporting many providers. |
| n8n | Workflow automation engine connected to Postgres and Redis. |
| rclone | Remote storage synchronization with optional web UI. |
| syncthing | Continuous file synchronization across devices. |
| bentopdf | PDF conversion service. |
/mnt/user; enforce permissions via PUID/PGID and user-level policies to prevent accidental data loss.