From 5ddf8241ec2eb8faed264781fedc927e62a3c20d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Apr 2023 23:39:07 +0200 Subject: Draft of restic server deployment --- tw/services/restic.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/services/restic.scm') diff --git a/tw/services/restic.scm b/tw/services/restic.scm index 637c7104..c0c09552 100644 --- a/tw/services/restic.scm +++ b/tw/services/restic.scm @@ -22,7 +22,8 @@ using @code{htpasswd-file}.") (restic-server (package restic-rest-server) "The restic REST server package to use.") (bind-address (string ":8000") "The listen address (including port) to bind to.") (htpasswd-file (maybe-string #f) "Location of @code{.htpasswd} file -(default: @code{REPOSITORY-PATH/.htpasswd}).") +(default: @code{REPOSITORY-PATH/.htpasswd}). Use @code{htpasswd} from the +@code{httpd} package to create and/or update this file.") (auth? (boolean #t) "Whether to authenticate users at all (using .htpasswd).") (verify-upload? (boolean #t) "Whether to verify the integrity of uploaded data. @emph{Do not disable} unless the restic server is to be run on a very -- cgit v1.2.3