chore: complete update

This commit is contained in:
2025-07-17 16:38:55 +02:00
parent 64a7051137
commit ec5526e2b2
46 changed files with 3139 additions and 1 deletions

View File

@@ -0,0 +1,40 @@
# Netcup Simple Deploy
Ultra-einfaches Ansible-Setup für Netcup VPS Deployment.
## Quick Start
1. **Server-Info eintragen:**
```bash
vim inventory/hosts.yml
# Deine Netcup-Server IP und Domain eintragen
```
2. **App-Einstellungen:**
```bash
vim inventory/group_vars.yml
# Domain, Repo, etc. anpassen
```
3. **Deployen:**
```bash
ansible-playbook deploy.yml
```
## Was wird installiert
✅ Docker & Docker Compose
✅ Nginx Reverse Proxy
✅ SSL mit Let's Encrypt
✅ Deine App aus Git
✅ Automatische Updates
## Features
- 🚀 **Ein Kommando** deployment
- 🔒 **Automatisches SSL**
- 🐳 **Docker-basiert**
- 📱 **Health Checks**
- 🔄 **Zero-Downtime Updates**
Perfekt für einfache Web-Apps auf Netcup VPS!