From f9762de13292505694d752c5dcbc57c8fbeba935 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 20 Dec 2023 03:55:54 +0000 Subject: [PATCH] Add auth to prometheus --- scripts/prometheus/manifest.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prometheus/manifest.dat b/scripts/prometheus/manifest.dat index 3ccaf79..920a2f8 100644 --- a/scripts/prometheus/manifest.dat +++ b/scripts/prometheus/manifest.dat @@ -9,4 +9,4 @@ @ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") % @ #START_CONTAINER -@ os.system("mkdir -p /opt/prometheus/data && touch /opt/prometheus/prometheus.yaml && chown -R nobody:nogroup /opt/prometheus/") \ No newline at end of file +@ os.system("mkdir -p /opt/prometheus/data && touch /opt/prometheus/prometheus.yaml && touch /opt/prometheus/web.yaml && chown -R nobody:nogroup /opt/prometheus/") \ No newline at end of file