feature/home-config #130

Merged
ahuston-0 merged 3 commits from feature/home-config into main 2025-07-08 01:26:39 -04:00
5 changed files with 41 additions and 17 deletions
Showing only changes of commit 8f8bb999a3 - Show all commits

View File

@ -10,7 +10,7 @@ in
image = "restic/rest-server:latest";
volumes = [ "${restic_path}:/data" ];
environment = {
OPTIONS = "--prometheus --htpasswd-file /data/.htpasswd";
OPTIONS = "--prometheus --private-repos --htpasswd-file /data/.htpasswd";
};
ports = [ "8010:8000" ];
extraOptions = [