-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathothers.toml
51 lines (40 loc) · 1.35 KB
/
others.toml
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
44
45
46
47
48
49
50
51
[__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'"
[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
[query-exporter]
source = "github"
github = "albertodonato/query-exporter"
use_max_tag = true
prefix = ""
[iptables-persistent-deb10]
source = "cmd"
cmd = "curl -s http://deb.debian.org/debian/pool/main/i/iptables-persistent/ | grep 'deb10' | tail -1 | sed 's/.*netfilter-persistent_//' | sed 's/_all.*//'"
[healthchecks]
source = "github"
github = "healthchecks/healthchecks"
use_max_tag = true
prefix = "v"
[prometheus-lts]
source = "cmd"
cmd = 'curl -s "https://prometheus.io/docs/introduction/release-cycle/" | xmllint --html --nowarning --recover --noout --xpath "//tr[@class=\"success\"]/td/text()" - 2>/dev/null | grep Prometheus | awk "{print \$2}"'