prevent restic from binding to localhost only

This commit is contained in:
Cyryl Płotnicki 2021-06-12 16:50:16 +01:00
parent 3b5f680111
commit 6881b8916a

View file

@ -7,7 +7,7 @@
dataDir = "/data/restic";
appendOnly = true;
prometheus = true;
listenAddress = "brix:8000";
listenAddress = "brix.cyplo.github.beta.tailscale.net:8000";
extraFlags = [ "--no-auth" ];
};