1
0

first commit

This commit is contained in:
2026-01-26 15:36:52 +01:00
commit 23da3d20b5
30 changed files with 1022 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-config-schema.json
variables:
tag_name: ""
github:
- name: "alertmanager"
api_url: "https://api.github.com/repos/prometheus/alertmanager/releases/latest"
search: "linux-arm64.tar.gz$"
bin_file: ""
os_family: "linux"
architecture: "arm64"
- name: "coredns"
api_url: "https://api.github.com/repos/coredns/coredns/releases/latest"
search: "linux_arm64.tgz$"
bin_file: ""
os_family: "linux"
architecture: "arm64"
- name: "nodeexporter"
api_url: "https://api.github.com/repos/prometheus/node_exporter/releases/latest"
search: "linux-arm64.tar.gz$"
bin_file: ""
os_family: "linux"
architecture: "arm64"
- name: "prometheus"
api_url: "https://api.github.com/repos/prometheus/prometheus/releases/latest"
search: "linux-arm64.tar.gz$"
bin_file: ""
os_family: "linux"
architecture: "arm64"
- name: "traefik"
api_url: "https://api.github.com/repos/traefik/traefik/releases/latest"
search: "linux_arm64.tar.gz$"
bin_file: ""
os_family: "linux"
architecture: "arm64"
- name: "ttyd"
api_url: "https://api.github.com/repos/tsl0922/ttyd/releases/latest"
search: "ttyd.arm$"
bin_file: "ttyd"
os_family: "linux"
architecture: "arm64"
- name: "git"
api_url: "https://api.github.com/repos/go-gitea/gitea/releases/latest"
health_url: "https://git.jesof.ch/api/healthz"
search: "linux-arm64$"
bin_file: "gitea"
os_family: "linux"
architecture: "arm64"
orchestra:
- role: "minio"