Files
michaelschiemer/docs/deployment
Michael Schiemer e598309c48 feat: improve WireGuard client management and framework initialization
- Improve WireGuard client IP calculation logic (find next available IP)
- Add local wireguard-clients directory for storing client configs
- Integrate Redis pool into CacheInitializer
- Improve ContainerBootstrapper with better imports and Redis pool
- Add monitoring role tags for better task organization
- Update WireGuard documentation
- Store generated WireGuard client configs locally
2025-11-02 03:29:23 +01:00
..

Deployment Documentation

Hinweis: Die Haupt-Deployment-Dokumentation befindet sich jetzt im deployment/ Ordner.


📖 Haupt-Dokumentation

Für aktuelle Deployment-Informationen siehe:


📚 Spezifische Themen-Dokumentation

Die folgenden Dokumente behandeln spezifische Deployment-Themen:

VPN & Security

Configuration & Setup

Automation (Veraltet - siehe deployment/ansible)


🚀 Schnellstart

Für aktuelle Deployment-Informationen:

# Haupt-Dokumentation
cat deployment/README.md

# Schnellstart
cat deployment/QUICK_START.md

# Commands
cat deployment/DEPLOYMENT_COMMANDS.md

Für spezifische Themen:

  • VPN Setup: docs/deployment/WIREGUARD-SETUP.md
  • Database Migrations: docs/deployment/database-migration-strategy.md
  • Logging: docs/deployment/production-logging.md
  • SSL Setup: docs/deployment/ssl-setup.md

Haupt-Deployment-Dokumentation: Siehe deployment/ Ordner