Files
michaelschiemer/docs/deployment
Michael Schiemer 24cbbccf4c feat: update deployment configuration and encrypted env loader
- Update Ansible playbooks and roles for application deployment
- Add new Gitea/Traefik troubleshooting playbooks
- Update Docker Compose configurations (base, local, staging, production)
- Enhance EncryptedEnvLoader with improved error handling
- Add deployment scripts (autossh setup, migration, secret testing)
- Update CI/CD workflows and documentation
- Add Semaphore stack configuration
2025-11-02 20:38:06 +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