summaryrefslogtreecommitdiff
path: root/tw/services
diff options
context:
space:
mode:
authorTimo Wilken2023-04-20 23:39:07 +0200
committerTimo Wilken2023-04-21 14:32:02 +0200
commit5ddf8241ec2eb8faed264781fedc927e62a3c20d (patch)
tree2d12fec3d87623a17cc42cf05f5ce1d41d380351 /tw/services
parent79ea4090f9b5591e1e93c0bc5a5250ce4b390981 (diff)
Draft of restic server deployment
Diffstat (limited to 'tw/services')
-rw-r--r--tw/services/restic.scm3
1 files changed, 2 insertions, 1 deletions
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