feat: Add stack.toml metadata files for all stacks

This commit is contained in:
nocci 2026-03-09 19:05:23 +00:00
parent a7b59b417c
commit 72e45d5c84
5 changed files with 15 additions and 0 deletions

3
stacks/gotify/stack.toml Normal file
View file

@ -0,0 +1,3 @@
name = "Gotify"
description = "Push-Benachrichtigungen"
version = "1.0.0"

View file

@ -0,0 +1,3 @@
name = "Grafana"
description = "Grafana Dashboards & Visualisierung"
version = "1.0.0"

View file

@ -0,0 +1,3 @@
name = "Node Exporter"
description = "System-Metriken"
version = "1.0.0"

View file

@ -0,0 +1,3 @@
name = "Prometheus"
description = "Prometheus Monitoring & Alerting"
version = "1.0.0"

View file

@ -0,0 +1,3 @@
name = "Vaultwarden"
description = "Password Manager"
version = "1.0.0"