From c8895920754c1380e17ebc9763cdee806a7e1394 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 17 Mar 2021 11:17:26 -0700 Subject: [PATCH] Enable basicAuth --- CloudronManifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 3469116..e1ad4f1 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -10,7 +10,9 @@ "icon": "logo.png", "addons": { "localstorage": {}, - "proxyAuth": {} + "proxyAuth": { + "basicAuth": true + } }, "manifestVersion": 2, "website": "https://prometheus.io/",