feat: Authorise fruitbook
This commit is contained in:
@@ -27,6 +27,8 @@ in {
|
||||
description = "Deertopia's WebDAV server";
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
# TODO: Exclude .git.
|
||||
# TODO: Respect .gitignore.
|
||||
script = ''
|
||||
${pkgs.rclone}/bin/rclone serve webdav \
|
||||
--addr ":${builtins.toString cfg.port}" \
|
||||
|
||||
Reference in New Issue
Block a user