This commit is contained in:
death916 2025-06-09 04:59:05 -07:00
parent f6606d1dc0
commit 2637d43ecd

View file

@ -174,6 +174,18 @@ users.users.death916 = {
virtualisation.oci-containers = {
backend = "docker";
containers = {
dufs = {
image = "sigoden/dufs:latest";
ports = [ "5000:5000" ];
volumes = [ "/media/storage/media/books/ebook:/data" ]; # <-- Remember to change this path
cmd = [
"/data", "-A"
];
extraOptions = [ "--restart=unless-stopped" ];
};
c2c-scraper = {
image = "death916/c2cscrape:latest";
volumes = [