tabby-web testing

This commit is contained in:
mjallen18
2025-09-03 20:01:19 -05:00
parent bb96cf2406
commit d2c60d8157
6 changed files with 681 additions and 0 deletions

View File

@@ -151,6 +151,12 @@
htpasswdFile = "/media/nas/main/backup/restic/.htpasswd";
extraFlags = [ "--no-auth" ];
};
tabby-web = {
enable = true;
port = 9000;
openFirewall = true;
};
};
};
}