fix: restore files unintentionally reverted by sync commit

- restore jgpc/ layout (undo accidental revert to thinkstation/), homelab-overview.md
  (June 13 version), docs/jarvis doc, owncloud scripts, siklos/beszel compose
- re-remove jellyfin/node-exporter and siklos/monitoring (replaced by Beszel)
- jgpc/frigate/docker-compose.yml: update to newer local version (cpuset pinning, 8G limit)
- root frigate-* files are local working copies -> gitignored
This commit is contained in:
2026-07-08 14:13:20 -05:00
parent 7cb2ebed2d
commit 92c96dc678
15 changed files with 375 additions and 121 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
ports:
- "8081:8080"
volumes:
- /srv/docker/stirling-pdf/trainingData:/usr/share/tessdata
- /srv/docker/stirling-pdf/configs:/configs
- /srv/docker/stirling-pdf/customFiles:/customFiles
- /srv/docker/stirling-pdf/logs:/logs
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
- SECURITY_INITIALLOGIN_USERNAME=admin
- SECURITY_INITIALLOGIN_PASSWORD=stirling
restart: unless-stopped