Update hashed password for syncthing webservice
This commit is contained in:
parent
7c01aac140
commit
afaafd0b88
|
@ -45,7 +45,7 @@ in {
|
||||||
};
|
};
|
||||||
services.caddy.virtualHosts."sync.xenia.me.uk".extraConfig = ''
|
services.caddy.virtualHosts."sync.xenia.me.uk".extraConfig = ''
|
||||||
basicauth {
|
basicauth {
|
||||||
evie $apr1$LB0wVd6I$BHVPIyh.F5Ewt9/7PqAtS.
|
evie $2a$14$AwYqa81IWL8lU7B5SrQhlOILZj4VqCgcIn9cte8nytQIP/WhfJoSG
|
||||||
}
|
}
|
||||||
reverse_proxy http://localhost:8384
|
reverse_proxy http://localhost:8384
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue