feat: Add stack.toml metadata files for all stacks
This commit is contained in:
parent
a7b59b417c
commit
72e45d5c84
5 changed files with 15 additions and 0 deletions
3
stacks/gotify/stack.toml
Normal file
3
stacks/gotify/stack.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "Gotify"
|
||||
description = "Push-Benachrichtigungen"
|
||||
version = "1.0.0"
|
||||
3
stacks/grafana/stack.toml
Normal file
3
stacks/grafana/stack.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "Grafana"
|
||||
description = "Grafana Dashboards & Visualisierung"
|
||||
version = "1.0.0"
|
||||
3
stacks/node-exporter/stack.toml
Normal file
3
stacks/node-exporter/stack.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "Node Exporter"
|
||||
description = "System-Metriken"
|
||||
version = "1.0.0"
|
||||
3
stacks/prometheus/stack.toml
Normal file
3
stacks/prometheus/stack.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "Prometheus"
|
||||
description = "Prometheus Monitoring & Alerting"
|
||||
version = "1.0.0"
|
||||
3
stacks/vaultwarden/stack.toml
Normal file
3
stacks/vaultwarden/stack.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "Vaultwarden"
|
||||
description = "Password Manager"
|
||||
version = "1.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue