prevent restic from binding to localhost only
This commit is contained in:
parent
3b5f680111
commit
6881b8916a
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue