diff --git a/compose.yml b/compose.yml index b7ef8e3..da7db82 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: caddy: - image: caddy:latest + image: caddy:2.6.4 container_name: caddy restart: unless-stopped ports: diff --git a/conf/Caddyfile b/conf/Caddyfile index 60390ae..6e2cf8a 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -1,6 +1,5 @@ -#(simpleAuth) (auth) { - basic_auth { + basicauth { admin $2a$14$DahHUWD2cKyXJ96sH5VQwuQv1bqmIn0gsdoSaw4mofzfdNY2Y0VsO } } @@ -47,7 +46,7 @@ qbittorrent.gynther.se { } wetty.gynther.se { - import auth + import auth import common redir / /wetty reverse_proxy wetty:3001