swag wildcard certs
This commit is contained in:
@@ -213,6 +213,7 @@ in
|
|||||||
gparted
|
gparted
|
||||||
grsync
|
grsync
|
||||||
kmod
|
kmod
|
||||||
|
kdePackages.ksvg
|
||||||
lact
|
lact
|
||||||
nano
|
nano
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
# gamescope # using chaotic git version
|
# gamescope # using chaotic git version
|
||||||
# gamescope-wsi # using chaotic git version
|
# gamescope-wsi # using chaotic git version
|
||||||
bottles
|
bottles
|
||||||
|
chromium
|
||||||
deadnix
|
deadnix
|
||||||
discord
|
discord
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ in
|
|||||||
networks = {
|
networks = {
|
||||||
"Joey’s Jungle" = {
|
"Joey’s Jungle" = {
|
||||||
psk = password;
|
psk = password;
|
||||||
|
# extraConfig = "bssid_blacklist=34:60:F9:8F:FE:7B";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ in
|
|||||||
"${toString cfg.httpsPort}:443"
|
"${toString cfg.httpsPort}:443"
|
||||||
"81:81"
|
"81:81"
|
||||||
];
|
];
|
||||||
|
extraOptions = [
|
||||||
|
"--cap-add=NET_ADMIN"
|
||||||
|
];
|
||||||
volumes = [ "${cfg.configPath}:/config" ];
|
volumes = [ "${cfg.configPath}:/config" ];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = cfg.puid;
|
PUID = cfg.puid;
|
||||||
@@ -42,6 +45,7 @@ in
|
|||||||
EMAIL = cfg.email;
|
EMAIL = cfg.email;
|
||||||
URL = cfg.url;
|
URL = cfg.url;
|
||||||
VALIDATION = cfg.validation;
|
VALIDATION = cfg.validation;
|
||||||
|
DNSPLUGIN = cfg.dnsPlugin;
|
||||||
SUBDOMAINS = cfg.subdomains;
|
SUBDOMAINS = cfg.subdomains;
|
||||||
DOCKER_MODS = "linuxserver/mods:swag-dashboard";
|
DOCKER_MODS = "linuxserver/mods:swag-dashboard";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -61,12 +61,17 @@ with lib;
|
|||||||
|
|
||||||
validation = mkOption {
|
validation = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "http";
|
default = "dns";
|
||||||
|
};
|
||||||
|
|
||||||
|
dnsPlugin = mkOption {
|
||||||
|
type = types.str;
|
||||||
|
default = "cloudflare";
|
||||||
};
|
};
|
||||||
|
|
||||||
subdomains = mkOption {
|
subdomains = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "jellyfin,jellyseerr,cloud,office,chat,hass,mealie";
|
default = "wildcard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user