Skip to content

Commit

Permalink
feat: add metube as service
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 18, 2024
1 parent 49cf826 commit 9f9d7d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/nixos/mini/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@
];
# restartPolicy = "always";
};

metube = {
ports = ["127.0.0.1:8081:8081"];
image = "ghcr.io/alexta69/metube:latest";
volumes = [
"/home/${user}/downloads/metube:/downloads"
];
};

};
};

Expand Down

0 comments on commit 9f9d7d9

Please sign in to comment.