KillingSpark / restic-cronned

periodic backups with restic
MIT License
5 stars 2 forks source link

Status Server as Unix Domain Socket #5

Open seoester opened 5 years ago

seoester commented 5 years ago

The status server only listens on an address:port TCP address. Using a Unix Domain Socket instead would increase security and allow default configuration.

Within the configuration file, either a Unix domain socket or a TCP address could be specified (both?).

Some ideas for default paths:

KillingSpark commented 5 years ago

I do think it is a feature to allow the control/info about tcp/http. I will think about adding support for Unix sockets