feat: Flatten stack structure - all stacks directly in stacks/

- Removed all subdirectories
- Renamed compose.yml to <stack>-compose.yml
- Updated stack.toml to reference new compose file names
- Structure is now flat for easier Komodo sync

New structure:
stacks/
├── prometheus.toml
├── prometheus-compose.yml
├── grafana.toml
├── grafana-compose.yml
├── gotify.toml
├── gotify-compose.yml
├── vaultwarden.toml
├── vaultwarden-compose.yml
└── node-exporter.toml
└── node-exporter-compose.yml
This commit is contained in:
nocci 2026-03-09 19:26:17 +00:00
parent 2ee82c24e1
commit f0bcf8c70c
15 changed files with 5 additions and 348 deletions

View file

@ -6,7 +6,7 @@ category = "communication"
author = "nocci"
[compose]
file = "compose.yml"
file = "gotify-compose.yml"
[variables.secrets]
gotify-admin-user = "Admin Username"

View file

@ -1,70 +0,0 @@
# Gotify
📱 **Push-Benachrichtigungen selbst gehostet**
Gotify ist ein einfacher Server zum Senden und Empfangen von Push-Nachrichten.
---
## 🚀 Quick Start
1. **In Komodo:** Stack auswählen → Deploy
2. **Server wählen** wo Gotify laufen soll
3. **Warten** bis Container läuft
4. **Caddy Config** hinzufügen (siehe unten)
5. **Öffnen** und Admin-Account erstellen
---
## 🔧 Caddy Integration
Nach dem Deployen auf dem Server:
```bash
ssh <server>
sudo nano /etc/caddy/Caddyfile
```
Hinzufügen:
```caddyfile
gotify.example.com {
reverse_proxy localhost:9091
}
```
Dann:
```bash
sudo systemctl reload caddy
```
---
## 🔐 Secrets (Komodo)
Folgende Secrets in Komodo anlegen **vor** dem Deployen:
| Secret Name | Beschreibung | Beispiel |
|-------------|--------------|----------|
| `gotify-admin-user` | Admin Username | `admin` |
| `gotify-admin-pass` | Admin Password | `sicheres-passwort` |
In Komodo: **Settings → Secrets → Add Secret**
---
## 📁 Files
- `compose.yml` - Docker Compose Konfiguration
---
## 🔄 Updates
Gotify wird automatisch aktuell gehalten durch Komodo.
---
## 📞 Support
- **Docs:** https://gotify.net/docs
- **GitHub:** https://github.com/gotify/server

View file

@ -6,7 +6,7 @@ category = "monitoring"
author = "nocci"
[compose]
file = "compose.yml"
file = "grafana-compose.yml"
[variables.secrets]
grafana-admin-user = "Admin Username"

View file

@ -1,74 +0,0 @@
# Grafana
📊 **Dashboards & Visualisierung**
Grafana ist eine Open-Source-Plattform für Datenvisualisierung.
---
## 🚀 Quick Start
1. **In Komodo:** Stack auswählen → Deploy
2. **Server wählen**
3. **Warten** bis Container läuft
4. **Caddy Config** hinzufügen
5. **Öffnen** und einloggen (admin/admin)
---
## 🔧 Caddy Integration
```bash
ssh <server>
sudo nano /etc/caddy/Caddyfile
```
Hinzufügen:
```caddyfile
grafana.example.com {
reverse_proxy localhost:3000
}
```
```bash
sudo systemctl reload caddy
```
---
## 🔐 Secrets (Komodo)
| Secret Name | Beschreibung | Beispiel |
|-------------|--------------|----------|
| `grafana-admin-user` | Admin Username | `admin` |
| `grafana-admin-pass` | Admin Password | `sicheres-passwort` |
---
## 📁 Files
- `compose.yml` - Docker Compose Konfiguration
---
## 📊 Datenquellen
Nach dem ersten Login:
1. **Configuration → Data Sources**
2. **Add data source**
3. **Prometheus** auswählen
4. URL: `http://prometheus:9090` (wenn auf gleichem Server: `http://localhost:9090`)
5. **Save & Test**
---
## 🔄 Updates
Wird automatisch aktuell gehalten durch Komodo.
---
## 📞 Support
- **Docs:** https://grafana.com/docs
- **GitHub:** https://github.com/grafana/grafana

View file

@ -6,7 +6,7 @@ category = "monitoring"
author = "nocci"
[compose]
file = "compose.yml"
file = "node-exporter-compose.yml"
[variables]
# Keine Secrets erforderlich

View file

@ -1,63 +0,0 @@
# Node Exporter
📈 **System-Metriken für Prometheus**
Node Exporter sammelt Hardware- und Betriebssystem-Metriken.
---
## 🚀 Quick Start
1. **In Komodo:** Stack auswählen → Deploy
2. **Server wählen** (wo Prometheus läuft)
3. **Warten** bis Container läuft
4. **In Prometheus** als Target hinzufügen
---
## 🔧 Prometheus Integration
In Prometheus Config (`prometheus.yml`):
```yaml
scrape_configs:
- job_name: 'node-exporter'
static_configs:
- targets: ['localhost:9100']
```
---
## 🔐 Secrets
Keine Secrets erforderlich.
---
## 📁 Files
- `compose.yml` - Docker Compose Konfiguration
---
## 📊 Metriken
Node Exporter exposed Metriken auf Port 9100:
- CPU Usage
- Memory Usage
- Disk I/O
- Network I/O
- System Load
---
## 🔄 Updates
Wird automatisch aktuell gehalten durch Komodo.
---
## 📞 Support
- **GitHub:** https://github.com/prometheus/node_exporter
- **Docs:** https://prometheus.io/docs/guides/node-exporter/

View file

@ -6,7 +6,7 @@ category = "monitoring"
author = "nocci"
[compose]
file = "compose.yml"
file = "prometheus-compose.yml"
[variables]
# Keine Secrets erforderlich

View file

@ -1,69 +0,0 @@
# Prometheus
📊 **Monitoring & Alerting**
Prometheus ist ein Open-Source-Monitoring- und Alerting-System.
---
## 🚀 Quick Start
1. **In Komodo:** Stack auswählen → Deploy
2. **Server wählen**
3. **Warten** bis Container läuft
4. **Caddy Config** hinzufügen
5. **Öffnen** unter `prometheus.example.com`
---
## 🔧 Caddy Integration
```bash
ssh <server>
sudo nano /etc/caddy/Caddyfile
```
Hinzufügen:
```caddyfile
prometheus.example.com {
reverse_proxy localhost:9090
}
```
```bash
sudo systemctl reload caddy
```
---
## 🔐 Secrets (Komodo)
Keine Secrets erforderlich für Basis-Installation.
---
## 📁 Files
- `compose.yml` - Docker Compose Konfiguration
---
## 📊 Prometheus UI
- **URL:** http://localhost:9090
- **Query Browser:** `/graph`
- **Alerts:** `/alerts`
- **Targets:** `/targets`
---
## 🔄 Updates
Prometheus wird automatisch aktuell gehalten durch Komodo.
---
## 📞 Support
- **Docs:** https://prometheus.io/docs
- **GitHub:** https://github.com/prometheus/prometheus

View file

@ -6,7 +6,7 @@ category = "security"
author = "nocci"
[compose]
file = "compose.yml"
file = "vaultwarden-compose.yml"
[variables.secrets]
vaultwarden-admin-token = "Admin API Token (openssl rand -base64 48)"

View file

@ -1,67 +0,0 @@
# Vaultwarden
🔐 **Password Manager (Bitwarden-kompatibel)**
Vaultwarden ist eine inoffizielle Bitwarden API-Implementierung in Rust.
---
## 🚀 Quick Start
1. **In Komodo:** Stack auswählen → Deploy
2. **Server wählen**
3. **Warten** bis Container läuft
4. **Caddy Config** hinzufügen
5. **Öffnen** und Organization erstellen
---
## 🔧 Caddy Integration
```bash
ssh <server>
sudo nano /etc/caddy/Caddyfile
```
Hinzufügen:
```caddyfile
vault.example.com {
reverse_proxy localhost:8080
}
```
```bash
sudo systemctl reload caddy
```
---
## 🔐 Secrets (Komodo)
| Secret Name | Beschreibung | Beispiel |
|-------------|--------------|----------|
| `vaultwarden-admin-token` | Admin API Token | `zufälliger-string` |
**Wichtig:** Admin-Token generieren mit:
```bash
openssl rand -base64 48
```
---
## 📁 Files
- `compose.yml` - Docker Compose Konfiguration
---
## 🔄 Updates
Vaultwarden wird automatisch aktuell gehalten durch Komodo.
---
## 📞 Support
- **Docs:** https://github.com/dani-garcia/vaultwarden
- **Wiki:** https://github.com/dani-garcia/vaultwarden/wiki