From d9f4e1d22c1f900b6d6c52b3c5599b216cc4a0a5 Mon Sep 17 00:00:00 2001 From: nocci Date: Mon, 9 Mar 2026 16:42:26 +0000 Subject: [PATCH] fix: Remove stack.toml files - Komodo v2 may only need compose.yml --- stacks/communication/gotify/stack.toml | 5 ----- stacks/communication/vaultwarden/stack.toml | 5 ----- stacks/monitoring/grafana/stack.toml | 5 ----- stacks/monitoring/node-exporter/stack.toml | 5 ----- stacks/monitoring/prometheus/stack.toml | 5 ----- 5 files changed, 25 deletions(-) delete mode 100644 stacks/communication/gotify/stack.toml delete mode 100644 stacks/communication/vaultwarden/stack.toml delete mode 100644 stacks/monitoring/grafana/stack.toml delete mode 100644 stacks/monitoring/node-exporter/stack.toml delete mode 100644 stacks/monitoring/prometheus/stack.toml diff --git a/stacks/communication/gotify/stack.toml b/stacks/communication/gotify/stack.toml deleted file mode 100644 index 020dece..0000000 --- a/stacks/communication/gotify/stack.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "Gotify" -description = "Push-Benachrichtigungen selbst gehostet" -version = "1.0.0" -category = "communication" -compose_file = "compose.yml" diff --git a/stacks/communication/vaultwarden/stack.toml b/stacks/communication/vaultwarden/stack.toml deleted file mode 100644 index 543219f..0000000 --- a/stacks/communication/vaultwarden/stack.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "Vaultwarden" -description = "Password Manager (Bitwarden-kompatibel)" -version = "1.0.0" -category = "communication" -compose_file = "compose.yml" diff --git a/stacks/monitoring/grafana/stack.toml b/stacks/monitoring/grafana/stack.toml deleted file mode 100644 index 4589272..0000000 --- a/stacks/monitoring/grafana/stack.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "Grafana" -description = "Grafana Dashboards & Visualisierung" -version = "1.0.0" -category = "monitoring" -compose_file = "compose.yml" diff --git a/stacks/monitoring/node-exporter/stack.toml b/stacks/monitoring/node-exporter/stack.toml deleted file mode 100644 index 1defd65..0000000 --- a/stacks/monitoring/node-exporter/stack.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "Node Exporter" -description = "System-Metriken für Prometheus" -version = "1.0.0" -category = "monitoring" -compose_file = "compose.yml" diff --git a/stacks/monitoring/prometheus/stack.toml b/stacks/monitoring/prometheus/stack.toml deleted file mode 100644 index dc18445..0000000 --- a/stacks/monitoring/prometheus/stack.toml +++ /dev/null @@ -1,5 +0,0 @@ -name = "Prometheus" -description = "Prometheus Monitoring & Alerting System" -version = "1.0.0" -category = "monitoring" -compose_file = "compose.yml"