File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ for CONTAINER in ${AUTO_GEN}; do
9393 elif [ " ${swag_auth} " == " authentik" ]; then
9494 sed -i " s|#include /config/nginx/authentik|include /config/nginx/authentik|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
9595 echo " **** Enabling Authentik for ${CONTAINER} ****"
96+ elif [ " ${swag_auth} " == " tinyauth" ]; then
97+ sed -i " s|#include /config/nginx/tinyauth|include /config/nginx/tinyauth|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
98+ echo " **** Enabling Tinyauth for ${CONTAINER} ****"
9699 elif [ " ${swag_auth} " == " http" ]; then
97100 sed -i " s|#auth_basic|auth_basic|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
98101 echo " **** Enabling basic http auth for ${CONTAINER} ****"
167170 elif [ " ${swag_auth} " == " authentik" ]; then
168171 sed -i " s|#include /config/nginx/authentik|include /config/nginx/authentik|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
169172 echo " **** Enabling Authentik for ${CONTAINER} ****"
173+ elif [ " ${swag_auth} " == " tinyauth" ]; then
174+ sed -i " s|#include /config/nginx/tinyauth|include /config/nginx/tinyauth|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
175+ echo " **** Enabling Tinyauth for ${CONTAINER} ****"
170176 elif [ " ${swag_auth} " == " http" ]; then
171177 sed -i " s|#auth_basic|auth_basic|g" " /etc/nginx/http.d/auto-proxy-${CONTAINER} .subdomain.conf"
172178 echo " **** Enabling basic http auth for ${CONTAINER} ****"
You can’t perform that action at this time.
0 commit comments