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"