testing filebrowser
This commit is contained in:
parent
276775108a
commit
ab04058e1b
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -32,12 +32,15 @@
|
|||||||
"esbenp",
|
"esbenp",
|
||||||
"extest",
|
"extest",
|
||||||
"fenix",
|
"fenix",
|
||||||
|
"filebrowser",
|
||||||
"fileroller",
|
"fileroller",
|
||||||
"Filesystems",
|
"Filesystems",
|
||||||
"foxundermoon",
|
"foxundermoon",
|
||||||
"gamescope",
|
"gamescope",
|
||||||
|
"gparted",
|
||||||
"hexeditor",
|
"hexeditor",
|
||||||
"HRDN",
|
"HRDN",
|
||||||
|
"hurlenko",
|
||||||
"hwloc",
|
"hwloc",
|
||||||
"hyprland",
|
"hyprland",
|
||||||
"hyprwm",
|
"hyprwm",
|
||||||
|
16
systems/jeeves/docker.nix
Normal file
16
systems/jeeves/docker.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
virtualisation.oci-containers = {
|
||||||
|
backend = "docker";
|
||||||
|
containers.filebrowser = {
|
||||||
|
image = "hurlenko/filebrowser";
|
||||||
|
ports = [ "443:8080" ];
|
||||||
|
volumes = [
|
||||||
|
"/DATA_DIR:/ZFS"
|
||||||
|
"/CONFIG_DIR:/ZFS/Media/Docker/filebrowser"
|
||||||
|
];
|
||||||
|
environment = [ "FB_BASEURL=/filebrowser" ];
|
||||||
|
autoStart = true;
|
||||||
|
user = "richie:users";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user