Update README.md: add OnlyOffice service and update date to January 2026
This commit is contained in:
123
.gitignore
vendored
123
.gitignore
vendored
@@ -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.*
|
.env.*
|
||||||
!.env.example
|
!.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
|
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ This infrastructure manages a comprehensive self-hosted environment including me
|
|||||||
- Tika for text extraction
|
- Tika for text extraction
|
||||||
- Gotenberg for PDF rendering
|
- Gotenberg for PDF rendering
|
||||||
- **Paperless-AI**: AI-powered document analysis
|
- **Paperless-AI**: AI-powered document analysis
|
||||||
|
- **OnlyOffice**: Document collaboration server
|
||||||
- **Stirling-PDF**: PDF manipulation tools
|
- **Stirling-PDF**: PDF manipulation tools
|
||||||
- **Open WebUI**: LLM interface
|
- **Open WebUI**: LLM interface
|
||||||
- **LiteLLM**: LLM proxy/gateway with PostgreSQL
|
- **LiteLLM**: LLM proxy/gateway with PostgreSQL
|
||||||
@@ -220,6 +221,7 @@ Default ports (configure reverse proxy for SSL/domains):
|
|||||||
- qBittorrent: 7070
|
- qBittorrent: 7070
|
||||||
- Paperless: 8100
|
- Paperless: 8100
|
||||||
- Stirling-PDF: 8090
|
- Stirling-PDF: 8090
|
||||||
|
- OnlyOffice: 8091
|
||||||
- Open WebUI: 3000
|
- Open WebUI: 3000
|
||||||
- Immich: 2283
|
- Immich: 2283
|
||||||
- Syncthing: 8384
|
- Syncthing: 8384
|
||||||
@@ -349,4 +351,4 @@ For issues with specific services, consult their official documentation:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Last Updated**: December 2025
|
**Last Updated**: January 2026
|
||||||
|
|||||||
Reference in New Issue
Block a user