From 177cdb47dcdb80cdcecc65e71b3ffb0ee31b8cc3 Mon Sep 17 00:00:00 2001 From: rov Date: Tue, 16 Dec 2025 23:13:14 -0300 Subject: [PATCH] Update prometheus.yml --- prometheus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus.yml b/prometheus.yml index 2f10e76..80b13b9 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -9,6 +9,7 @@ scrape_configs: static_configs: - targets: ['localhost:9090'] - job_name: 'gitea' + scheme: 'https' static_configs: - targets: ['git.badger-pirarucu.ts.net'] metrics_path: '/metrics' \ No newline at end of file