nas fixes
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/cache:/cache"
|
||||
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/log:/log"
|
||||
"/mnt/Main\ Pool/Movies:/movies"
|
||||
"/mnt/Main\ Pool/tv:/TV"
|
||||
"/mnt/Main\ Pool/TV:/tv"
|
||||
];
|
||||
ports = [ "8096:8096" ];
|
||||
environment = {
|
||||
JELLYFIN_LOG_DIR = "/log";
|
||||
PUID = 911;
|
||||
PGID = 1000;
|
||||
PUID = "911";
|
||||
PGID = "1000";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Swag
|
||||
virtualisation.oci-containers.containers."portainer" = {
|
||||
virtualisation.oci-containers.containers."swag" = {
|
||||
autoStart = true;
|
||||
image = "linuxserver/swag";
|
||||
ports = [ "80:80" "443:443" ];
|
||||
@@ -9,8 +9,8 @@
|
||||
"/mnt/Safe\ SSD/ssd_app_data/swag:/config"
|
||||
];
|
||||
environment = {
|
||||
PGID = 1000;
|
||||
PUID = 1000;
|
||||
PGID = "1000";
|
||||
PUID = "1000";
|
||||
TZ = "America/Chicago";
|
||||
URL = "mjallen.dev";
|
||||
VALIDATION = "http";
|
||||
|
||||
Reference in New Issue
Block a user