-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathothers.toml
More file actions
43 lines (33 loc) · 1.28 KB
/
others.toml
File metadata and controls
43 lines (33 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[__config__]
oldver = "others_old.txt"
newver = "others_new.txt"
# other packages i need
[ocserv]
source = "cmd"
cmd = "curl -s ftp://ftp.infradead.org/pub/ocserv/ | awk '{print $9}' | tail -n 1 | sed 's:.*-::;s:.tar.*::'"
[node_exporter]
source = "github"
github = "prometheus/node_exporter"
use_latest_release = true
[grafana_dashboard_1860]
source = "cmd"
cmd = "curl -s https://grafana.com/api/dashboards/1860/revisions | jq -r '.items | last | .revision'"
[grafana_dashboard_15798]
source = "cmd"
cmd = "curl -s https://grafana.com/api/dashboards/15798/revisions | jq -r '.items | last | .revision'"
[grafana_dashboard_12309]
source = "cmd"
cmd = "curl -s https://grafana.com/api/dashboards/12309/revisions | jq -r '.items | last | .revision'"
[thelounge]
source = "aur"
github = "thelounge"
[cloudflare_ipv4]
source = "cmd"
cmd = "curl 'https://api.cloudflare.com/client/v4/ips' -s | jq -r '.result.etag'"
[nginx-vod-module]
source = "github"
github = "kaltura/nginx-vod-module"
use_max_tag = true
[prometheus-lts]
source = "cmd"
cmd = 'curl -s "https://raw.githubusercontent.com/prometheus/docs/refs/heads/main/docs/introduction/release-cycle.md" | xmllint --html --nowarning --recover --noout --xpath "//tr[@class=\"success\"]/td/text()" - 2>/dev/null | grep Prometheus | awk "{print \$2}"'