From c6921e59e1c74d28ac6e025b5d58913aa6427c53 Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Thu, 8 Jan 2026 11:48:49 +0000 Subject: [PATCH] Update README.md: add OnlyOffice service and update date to January 2026 --- .gitignore | 123 +++++------------------------------------------------ README.md | 4 +- 2 files changed, 14 insertions(+), 113 deletions(-) diff --git a/.gitignore b/.gitignore index 99b09c5..d99af5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,115 +1,14 @@ -# Environment and Secrets +# Ignore everything by default +/* + +# Only track these files +!docker-compose.yaml +!.env.example +!.gitignore +!README.md +!RESTORE.md + +# Never track actual secrets .env .env.* !.env.example - -# Docker Runtime Data -/npm/data/ -/npm/letsencrypt/ -/npm/mysql/ - -# Media & Arr Configs (contain API keys and tokens) -/docker/Arrs/ -/docker/qBittorrent/ -/docker/slskd/ -/docker/soulsync/ - -# Document Management Data -/docker/paperless/ -/docker/stirling/ - -# AI/LLM Data (may contain sensitive prompts/data) -/docker/litellm/ - -# Photo Management (contains personal photos) -/docker/immich/ - -# Personal Data -/docker/obsidian/ -/docker/syncthing/ - -# Development -/docker/gitea/ - -# Genealogy (personal family data) -/docker/gramps-jamie/ -/docker/gramps-helen/ - -# Utilities Data -/docker/speedtest-tracker/ -/docker/rustdesk/ -/docker/redbot/ - -# Finance (sensitive financial data) -/wygiwyh/ - -# Music Scrobbling Data -/docker/maloja/ -/docker/scrobble/ - -# Homepage (may contain custom configs with internal URLs) -/docker/Homepage/ - -# Docker Volumes (managed by Docker) -*.sock -/var/run/docker.sock - -# Logs -*.log -/docker/*/logs/ -logs/ - -# Database Files -*.db -*.sqlite -*.sqlite3 -*.db-shm -*.db-wal - -# Backup Files -*.backup -*.bak -*.old -*~ - -# OS Generated Files -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db -desktop.ini - -# Editor Files -.vscode/ -.idea/ -*.swp -*.swo -*~ -.project -.settings/ - -# Temporary Files -*.tmp -*.temp -tmp/ -temp/ - -# Certificates and Keys -*.pem -*.key -*.crt -*.cert -*.p12 -*.pfx - -# Docker Compose Override (may contain personal customizations) -docker-compose.override.yml - -# Keep only structure files -!README.md -!.gitignore -!.env.example -!docker-compose.yaml diff --git a/README.md b/README.md index 6b80c3b..ddf8299 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This infrastructure manages a comprehensive self-hosted environment including me - Tika for text extraction - Gotenberg for PDF rendering - **Paperless-AI**: AI-powered document analysis +- **OnlyOffice**: Document collaboration server - **Stirling-PDF**: PDF manipulation tools - **Open WebUI**: LLM interface - **LiteLLM**: LLM proxy/gateway with PostgreSQL @@ -220,6 +221,7 @@ Default ports (configure reverse proxy for SSL/domains): - qBittorrent: 7070 - Paperless: 8100 - Stirling-PDF: 8090 +- OnlyOffice: 8091 - Open WebUI: 3000 - Immich: 2283 - Syncthing: 8384 @@ -349,4 +351,4 @@ For issues with specific services, consult their official documentation: --- -**Last Updated**: December 2025 +**Last Updated**: January 2026