Update hashed password for syncthing webservice

This commit is contained in:
Evie Litherland-Smith 2023-11-20 08:33:21 +00:00
parent 7c01aac140
commit afaafd0b88

View file

@ -45,7 +45,7 @@ in {
};
services.caddy.virtualHosts."sync.xenia.me.uk".extraConfig = ''
basicauth {
evie $apr1$LB0wVd6I$BHVPIyh.F5Ewt9/7PqAtS.
evie $2a$14$AwYqa81IWL8lU7B5SrQhlOILZj4VqCgcIn9cte8nytQIP/WhfJoSG
}
reverse_proxy http://localhost:8384
'';