Files
michaelschiemer/docs/deployment
Michael Schiemer 02e4dc9338 feat(local-secrets): introduce unified local secrets management and documentation
- Add example secret files for `app_key`, `db_user_password`, and `redis_password`.
- Introduce `local.vault.yml.example` for Ansible Vault encryption of local secrets.
- Create migration and setup scripts for transitioning from `.env.local` to secrets files.
- Update `docker-compose.local.yml` to adopt Docker Secrets and `_FILE` pattern for local configurations.
- Add deployment playbooks and enhanced logging configurations for local development.
2025-11-04 11:06:21 +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