From 8dc424a554c0b8795fae937ee596c505cc5ef087 Mon Sep 17 00:00:00 2001 From: Maciej Krok <> Date: Sun, 9 Aug 2020 12:05:34 +0200 Subject: [PATCH] password fix --- podcast-generator/podcast-generator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podcast-generator/podcast-generator.yaml b/podcast-generator/podcast-generator.yaml index 53b1ddb..4beb0cf 100644 --- a/podcast-generator/podcast-generator.yaml +++ b/podcast-generator/podcast-generator.yaml @@ -53,8 +53,8 @@ networks: external: true ### Environment variables -# echo $(htpasswd -nb user qwe321) | sed -e s/\\$/\\$\\$/g +# htpasswd -nb user qwe321 # HOST -# BASICAUTHUSERS user:$$apr1$$UgzGZ8JC$$3XqsN3KQ6qz9hBZylFsb5/ +# BASICAUTHUSERS user:$apr1$UgzGZ8JC$3XqsN3KQ6qz9hBZylFsb5/ # YTURL # REGENERATERSSKEY \ No newline at end of file