mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dufs
This commit is contained in:
parent
f6606d1dc0
commit
2637d43ecd
1 changed files with 12 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue