option_refactor #4

Merged
jsw merged 7 commits from option_refactor into master 2025-09-17 09:11:38 +00:00
22 changed files with 325 additions and 205 deletions
Showing only changes of commit fc8178ed80 - Show all commits

View file

@ -6,7 +6,39 @@
networking.interfaces.enp2s0.wakeOnLan.enable = true; networking.interfaces.enp2s0.wakeOnLan.enable = true;
niksos = { niksos = {
server = true; # server = true;
server = {
baseDomain = "jsw.tf";
derek-bot.enable = true;
forgejo = {
enable = true;
subDomain = "git";
};
immich = {
enable = true;
subDomain = "photos";
};
jsw-bot = {
enable = true;
subDomain = "dc";
};
nextcloud = {
enable = true;
subDomain = "cloud";
};
stalwart = {
enable = true;
subDomain = "mail";
};
zitadel = {
enable = true;
subDomain = "z";
};
site = {
enable = true;
subDomain = "";
};
};
hardware.graphics = { hardware.graphics = {
nvidia = false; #FIXME: Compile error nvidia = false; #FIXME: Compile error
intel = true; intel = true;

View file

@ -34,7 +34,7 @@
}; };
}; };
neovim = false; neovim = false;
server = false; # server = false;
}; };
#NOTE: Old info #NOTE: Old info

Binary file not shown.

View file

@ -1,16 +0,0 @@
age-encryption.org/v1
-> ssh-ed25519 GQzYWA a0CqbXhMIeFmKsMSnQzPWJcdi0hH8caayThGHtKNdjc
ZfRN0ukqXH8L1E1pWBU+tw0LmPxsb6/4FoeERCKEYCk
-> ssh-ed25519 MfR7VA WO0CmKh4CQY1ZLtgDbGIhxfbC8C/C9Vw4p4UGkZTzSs
0oQbzzz8A6WJRbFqEPR6WStMRRGtFy2eEXIJ1WCqvIg
-> ssh-ed25519 +cvRTg ZYBJwTDV8zwZIpqY7sZIszS3saww0OV4RwVREVNxWHg
PW9gzG2odI4G2I5zz+Gr2vaouPB6796RWDJzYZNFREQ
-> ssh-ed25519 WCPLrA p8I1d6YXg5pN6Ljeq/wsY5jj4rPaSvD+/au+vEUsgh4
U0aiqeildEqF8SNh0L4hGIq3rQxY4HcSnDvluwldDpQ
-> ssh-ed25519 7/ziYw 7DGE8Zr0qMGh3P5lUSRYT+AdgRges037cLjHbbPPnTc
daC7dau5IHSZr/HmjszbWrQNsVJOQILqNS/Yn1YE/zM
-> ssh-ed25519 VQy60Q cAuS4VLmDC9iCZ+7e+/5WVIxrvBa7ZChCz2pPSSY/TY
ut6SAJSZMm9/YElx7SShyMufrBYAlb/IyQp0g4ADMa4
--- DQrDZ/cXaadnKTDN8MrGuTokHttdMbOzs2IPYTIOPw4
Ôú9è çEJG($Ç'_±z·3õ<33>§!;\Ûkç<6B><C3A7>IâEæ3„%”!zŒíÄþO£ôŠú«*’®ÂÂãÝ.,ó à•…`û+',À*ÝÞÄÑml%g?â¥0°'ñ-<MíwYŒj]SR‡aÕ©V£Í(çk”—yü6Â@`j9jÈ~¨[úò_º½Dz±¨Ìd^¨"\Ú7ÍóéÔîlóÂþO ƒÏcW=ôa~K],0![ßG¨~4ª™!XÅÊ|ÿó·(CÌ4)g^-¢5D”n¶lI·m C§,ê-9ƒš4¢åÓbI: 1áõÝUx»ôe¡ôMÄêã¡X(¯ÿʼ5²m킌[ÖBXH ãâ f_äJ{Ôuóf<C3B3>OT”D^¸*Y3³-<2D>ƒ•³ƒŠ¹e-OB¤t Á‘.Qˆ²{m ¼ð$W7ÝL>r¿Â•'‰>€b6º¹D©;w*.uYž‡µ°÷ÃXß`A**Œ2¨$T<>ïtÔŒM<C592>Â_1NÜÆ
<06>@cJsÎåtÄ,Ð…hÏïaº¯Ç<4A>pØå§j:æ¼sG@P/¼¾LœÜ4˜¥ö>XRÞ{f¶íJB>ƒÃzï&÷ÖÀ;|û«vœÎçΚJ<C5A1>ÙS•¥Úì±Î¶AÄ,7ÉE{MEõwí<77>PªÉ:ÿG‰òcœŠYžR¯ ç³³ z£@³Xô„æÕ<C3A6>*½j%­MM•ĵšB¦´`HzŸéÝSëKUWy+xûGÇDåÈ“¯Ém÷ï~›¬Ö›êóÉû¹‰·>ó%Î]RƒŸ;9”¶¿8åœV…¾ÉLc (<28>XäRùrŽl˜!eSAʧG3jhw¼œ•˜ƒ»£ªÒ,ã2b1

View file

@ -14,35 +14,35 @@ in {
password.file = ./password.age; password.file = ./password.age;
# NOTE: server things # NOTE: server things
dcbot = mkIf server { jsw-bot = mkIf server.jsw-bot.enable {
file = ./dcbot.age; file = ./jsw-bot.age;
owner = serviceUser "dcbot"; # owner = serviceUser "jsw-bot"; #
}; };
bread-dcbot = mkIf server { derek-bot = mkIf server.derek-bot.enable {
file = ./bread-dcbot.age; file = ./derek-bot.age;
owner = "bread-dcbot"; owner = "derek-bot";
}; };
matrix-registration = mkIf server { # matrix-registration = mkIf server.matrix.enable {
file = ./matrix-registration.age; # file = ./matrix-registration.age;
owner = abstrServiceUser "matrix-continuwuity"; # owner = abstrServiceUser "matrix-continuwuity";
}; # };
mail-admin = mkIf server { mail-admin = mkIf server.stalwart.enable {
# owner = serviceUser "stalwart-mail"; #FIXME: revert when stopped using docker for stalwart. # owner = serviceUser "stalwart-mail"; #FIXME: revert when stopped using docker for stalwart.
file = ./mail-admin.age; file = ./mail-admin.age;
}; };
zitadel-key = mkIf server { zitadel-key = mkIf server.zitadel.enable {
file = ./zitadel-key.age; file = ./zitadel-key.age;
owner = abstrServiceUser "zitadel"; owner = abstrServiceUser "zitadel";
}; };
forgejo-mailpass = mkIf server { forgejo-mailpass = mkIf server.forgejo.enable {
file = ./forgejo-mailpass.age; file = ./forgejo-mailpass.age;
owner = abstrServiceUser "forgejo"; owner = abstrServiceUser "forgejo";
}; };
immich-oidc = mkIf server { immich-oidc = mkIf server.immich.enable {
file = ./immich-oidc.age; file = ./immich-oidc.age;
owner = abstrServiceUser "immich"; owner = abstrServiceUser "immich";
}; };
nextcloud-admin-pass = mkIf server { nextcloud-admin-pass = mkIf server.nextcloud.enable {
file = ./nextcloud-admin-pass.age; file = ./nextcloud-admin-pass.age;
owner = "nextcloud"; #NOTE: not a clear 'nextcloud.service' or 'services.nextcloud.user'. owner = "nextcloud"; #NOTE: not a clear 'nextcloud.service' or 'services.nextcloud.user'.
}; };

BIN
secrets/derek-bot.age Normal file

Binary file not shown.

BIN
secrets/jsw-bot.age Normal file

Binary file not shown.

View file

@ -14,8 +14,8 @@ let
keys = users ++ devices; keys = users ++ devices;
in { in {
"password.age".publicKeys = keys; "password.age".publicKeys = keys;
"dcbot.age".publicKeys = keys; "jsw-bot.age".publicKeys = keys;
"bread-dcbot.age".publicKeys = keys; "derek-bot.age".publicKeys = keys;
"matrix-registration.age".publicKeys = keys; "matrix-registration.age".publicKeys = keys;
"mail-admin.age".publicKeys = keys; "mail-admin.age".publicKeys = keys;
"zitadel-key.age".publicKeys = keys; "zitadel-key.age".publicKeys = keys;

View file

@ -3,13 +3,15 @@
lib, lib,
... ...
}: let }: let
cfg = config.niksos.server; inherit (config.services.caddy) enable;
inherit (lib) mkIf;
in { in {
services.caddy = { config = mkIf enable {
enable = cfg; services.caddy = {
email = "jurnwubben@gmail.com"; email = "jurnwubben@gmail.com";
enableReload = false; enableReload = false;
}; };
networking.firewall.allowedTCPPorts = lib.mkIf cfg [80 443]; networking.firewall.allowedTCPPorts = [80 443];
};
} }

View file

@ -1,16 +1,24 @@
{lib, ...}: { {lib, ...}: let
inherit (lib) mkOption types;
in {
imports = [ imports = [
# ./matrix.nix # ./matrix.nix
./bot.nix # ./temp.nix
./jsw-bot.nix
./caddy.nix ./caddy.nix
./derekBot.nix ./derek-bot.nix
./forgejo.nix ./forgejo.nix
./immich.nix ./immich.nix
./index ./index
./mail.nix ./mail.nix
./nextcloud.nix ./nextcloud.nix
./temp.nix
./zitadel.nix ./zitadel.nix
]; ];
options.niksos.server = lib.mkEnableOption "server servcies (such as caddy)."; #TODO: per service option. options.niksos.server = {
baseDomain = mkOption {
type = types.lines;
description = "Set's the apex domain for the webservices. Do not include 'https' or a slash at the end. Just 'example.com'.";
example = "example.com";
};
};
} }

View file

@ -4,26 +4,26 @@
lib, lib,
... ...
}: let }: let
cfg = config.niksos.server; name = "derek-bot";
userGroup = "bread-dcbot"; cfg = config.niksos.server.${name}.enable;
userGroup = name;
gitRepo = "https://github.com/The-Breadening/Breadener"; gitRepo = "https://github.com/The-Breadening/Breadener";
bash = lib.getExe pkgs.bash; inherit (lib) getExe mkEnableOption mkIf;
bash = getExe pkgs.bash;
varLib = "/var/lib/"; varLib = "/var/lib/";
mainDir = mainDir = "${varLib}${userGroup}";
varLib programDir = "${mainDir}/program";
+ ( denoDir = "${mainDir}/deno";
if !cfg tokenDir = "${mainDir}/Breadener-token";
then ""
else userGroup
)
+ "/";
programDir = mainDir + "program";
denoDir = mainDir + "deno";
tokenDir = mainDir + "Breadener-token";
path = builtins.concatStringsSep ":" (map (x: "${x}/bin/") [pkgs.coreutils pkgs.deno pkgs.git]); path = builtins.concatStringsSep ":" (map (x: "${x}/bin/") [pkgs.coreutils pkgs.deno pkgs.git]);
in { in {
config = lib.mkIf config.niksos.server { options.niksos.server.${name}.enable = mkEnableOption name;
config = mkIf cfg {
systemd.services.${userGroup} = { systemd.services.${userGroup} = {
enable = true; enable = true;
after = ["network.target"]; after = ["network.target"];
@ -39,7 +39,7 @@ in {
export PATH=${path} export PATH=${path}
cd "${mainDir}" cd "${mainDir}"
chown -R ${userGroup}:${userGroup} ${mainDir}* || echo chown -R ${userGroup}:${userGroup} ${mainDir}/* || echo
rm -rf "${tokenDir}" || echo rm -rf "${tokenDir}" || echo
mkdir -p "${denoDir}" "${tokenDir}" mkdir -p "${denoDir}" "${tokenDir}"
@ -48,7 +48,7 @@ in {
if [ ! -d "${programDir}" ]; then if [ ! -d "${programDir}" ]; then
git clone "${gitRepo}" "${programDir}" git clone "${gitRepo}" "${programDir}"
fi fi
chmod -R 750 ${mainDir}* || echo chmod -R 750 ${mainDir}/* || echo
cd "${programDir}" cd "${programDir}"

View file

@ -3,17 +3,24 @@
lib, lib,
... ...
}: let }: let
DOMAIN = "git.jsw.tf"; name = "forgejo";
cfg = import ./lib/extractWebOptions.nix {inherit config name;};
DOMAIN = cfg.domain;
in { in {
options = import ./lib/webOptions.nix {inherit config lib name;};
config = config =
lib.mkIf config.niksos.server lib.mkIf cfg.enable
{ {
services.caddy.virtualHosts.${DOMAIN}.extraConfig = '' services.caddy = {
request_body { enable = true;
max_size 512M virtualHosts.${DOMAIN}.extraConfig = ''
} request_body {
reverse_proxy unix/${config.services.forgejo.settings.server.HTTP_ADDR} max_size 512M
''; }
reverse_proxy unix/${config.services.forgejo.settings.server.HTTP_ADDR}
'';
};
services.forgejo = { services.forgejo = {
enable = true; enable = true;
@ -52,12 +59,13 @@ in {
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";
}; };
mailer = { mailer = {
#FIXME: Only enable if stalwart is enabled by default.
ENABLED = true; ENABLED = true;
SUBJECT_PREFIX = "JSWGit"; SUBJECT_PREFIX = "JSWGit";
PROTOCOL = "smtps"; PROTOCOL = "smtps";
SMTP_ADDR = "mail.jsw.tf"; #FIXME: replace with config... to stalwart setting once using stalwart nixos module. SMTP_ADDR = "mail.${cfg.baseDomain}"; #FIXME: replace with config... to stalwart setting once using stalwart nixos module.
SMTP_PORT = 465; SMTP_PORT = 465;
FROM = "git@jsw.tf"; FROM = "git@${cfg.baseDomain}";
USER = "git"; USER = "git";
PASSWD_URI = "file:${config.age.secrets.forgejo-mailpass.path}"; PASSWD_URI = "file:${config.age.secrets.forgejo-mailpass.path}";
}; };

View file

@ -4,23 +4,29 @@
pkgs, pkgs,
... ...
}: let }: let
name = "immich";
inherit (lib) mkIf mkForce mkDefault; inherit (lib) mkIf mkForce mkDefault;
cfg = config.niksos.server; cfg = import ./lib/extractWebOptions.nix {inherit config name;};
oidcSubstitute = "*@#OPENIDCLIENTSECRET#@*"; oidcSubstitute = "*@#OPENIDCLIENTSECRET#@*";
config-dir = "/run/immich-conf"; config-dir = "/run/immich-conf";
url = "photos.jsw.tf"; httpsUrl = "https://" + cfg.domain;
httpsUrl = "https://" + url;
in { in {
config = options = import ./lib/webOptions.nix {inherit config lib name;};
mkIf cfg
{
users.users.${config.services.immich.user}.extraGroups = ["video" "render"];
services.caddy.virtualHosts.${url}.extraConfig = ''
reverse_proxy localhost:9002
'';
services.immich = mkIf cfg { config =
mkIf cfg.enable
{
services.caddy = {
enable = true;
virtualHosts.${cfg.domain}.extraConfig = ''
reverse_proxy localhost:9002
'';
};
users.users.${config.services.immich.user}.extraGroups = ["video" "render"];
services.immich = {
enable = true; enable = true;
port = 9002; port = 9002;

View file

@ -2,13 +2,19 @@
config, config,
lib, lib,
... ...
}: { }: let
services.caddy.virtualHosts."jsw.tf" = lib.mkIf config.niksos.server { name = "site";
extraConfig = '' cfg = import ../lib/extractWebOptions.nix {inherit config name;};
header Content-Type text/html in {
respond <<HTML options = import ../lib/webOptions.nix {inherit config lib name;};
${builtins.readFile ./index.html} config = lib.mkIf cfg.enable {
HTML 200 services.caddy.virtualHosts.${cfg.domain} = {
''; extraConfig = ''
header Content-Type text/html
respond <<HTML
${builtins.readFile ./index.html}
HTML 200
'';
};
}; };
} }

View file

@ -5,8 +5,13 @@
inputs, inputs,
... ...
}: let }: let
deno = lib.getExe pkgs.deno; name = "jsw-bot";
bash = lib.getExe pkgs.bash; cfg = import ./lib/extractWebOptions.nix {inherit config name;};
inherit (lib) getExe mkIf optional;
inherit (config.niksos.server) nextcloud;
bash = getExe pkgs.bash;
mainDir = "/var/lib/dcbot/"; mainDir = "/var/lib/dcbot/";
programDir = mainDir + "program"; programDir = mainDir + "program";
@ -15,10 +20,14 @@
path = builtins.concatStringsSep ":" (map (x: "${x}/bin/") [pkgs.coreutils pkgs.typst pkgs.deno]); path = builtins.concatStringsSep ":" (map (x: "${x}/bin/") [pkgs.coreutils pkgs.typst pkgs.deno]);
in { in {
config = lib.mkIf config.niksos.server { options = import ./lib/webOptions.nix {
systemd.services.dcbot = { inherit config lib name;
};
config = mkIf cfg.enable {
systemd.services.${name} = {
enable = true; enable = true;
after = ["network.target"]; after = ["network.target"]; #FIXME: doesn't start after network.
wantedBy = ["default.target"]; wantedBy = ["default.target"];
description = "Jsw's slaafje, discord bot."; description = "Jsw's slaafje, discord bot.";
@ -33,35 +42,37 @@ in {
cd "${mainDir}" cd "${mainDir}"
mkdir -p "${programDir}" "${dataDir}" "${denoDir}" mkdir -p "${programDir}" "${dataDir}" "${denoDir}"
chown -R dcbot:dcbot ${mainDir}* || echo chown -R ${name}:${name} ${mainDir}* || echo
chmod -R 750 ${mainDir}* || echo chmod -R 750 ${mainDir}* || echo
cp --no-preserve=mode,ownership -r ${inputs.dcbot}/* "${programDir}/" cp --no-preserve=mode,ownership -r ${inputs.dcbot}/* "${programDir}/"
rm "${dataDir}/.env" || echo rm "${dataDir}/.env" || echo
ln -s "${config.age.secrets.dcbot.path}" "${dataDir}/.env" ln -s "${config.age.secrets.jsw-bot.path}" "${dataDir}/.env"
cd "${programDir}" cd "${programDir}"
DENO_DIR=${denoDir} deno i DENO_DIR=${denoDir} deno i
''; '';
serviceConfig = { serviceConfig = {
StateDirectory = "dcbot"; StateDirectory = name;
ExecStart = "${bash} -c 'cd ${dataDir} && deno run -A ${programDir}/src/main.ts'"; ExecStart = "${bash} -c 'cd ${dataDir} && deno run -A ${programDir}/src/main.ts'";
User = "dcbot"; User = name;
Group = "dcbot"; Group = name;
Restart = "always"; Restart = "always";
}; };
}; };
services.caddy.virtualHosts."dc.jsw.tf" = { services.caddy = {
serverAliases = ["www.dc.jsw.tf"]; enable = true;
extraConfig = '' virtualHosts.${cfg.domain} = {
reverse_proxy :9001 extraConfig = ''
''; reverse_proxy :9001
'';
};
}; };
users.groups."dcbot" = { users.groups."dcbot" = {
members = ["nextcloud"]; #TODO: if config.niksos.server.nextcloud members = optional nextcloud.enable "nextcloud"; #TODO: if config.niksos.server.nextcloud
#NOTE: for nextcloud mounted folder #NOTE: for nextcloud mounted folder
}; };
users.users."dcbot" = { users.users."dcbot" = {

View file

@ -0,0 +1,18 @@
{
config,
name,
}: let
inherit (config.niksos) server;
inherit (server) baseDomain;
cfg = server.${name};
subDomain =
if cfg.subDomain == ""
then ""
else "${cfg.subDomain}.";
in
{
domain = "${subDomain}.${baseDomain}";
inherit baseDomain;
}
// cfg

View file

@ -0,0 +1,16 @@
{
config,
lib,
name,
}: let
inherit (lib) mkEnableOption mkOption types;
in {
niksos.server.${name} = {
enable = mkEnableOption name;
subDomain = mkOption {
type = types.lines;
description = "What subdomain to use for ${name}";
example = name;
};
};
}

View file

@ -2,10 +2,15 @@
config, config,
lib, lib,
... ...
}: { }: let
name = "stalwart";
cfg = import ./lib/extractWebOptions.nix {inherit config name;};
in {
#FIXME: revert when stopped using docker for stalwart. https://github.com/NixOS/nixpkgs/issues/416091 (look at older commits for previous code.) #FIXME: revert when stopped using docker for stalwart. https://github.com/NixOS/nixpkgs/issues/416091 (look at older commits for previous code.)
config = lib.mkIf config.niksos.server { options = import ./lib/webOptions.nix {inherit lib config name;};
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers.stalwart = { virtualisation.oci-containers.containers.stalwart = {
image = "docker.io/stalwartlabs/stalwart:latest"; image = "docker.io/stalwartlabs/stalwart:latest";
labels = { labels = {
@ -22,8 +27,11 @@
465 465
]; ];
services.caddy.virtualHosts."mail.jsw.tf".extraConfig = '' services.caddy = {
reverse_proxy http://127.0.0.1:9003 enable = true;
''; virtualHosts.${cfg.domain}.extraConfig = ''
reverse_proxy http://127.0.0.1:9003
'';
};
}; };
} }

View file

@ -3,36 +3,37 @@
lib, lib,
... ...
}: let }: let
database = { name = "matrix";
connection_string = "postgres:///dendrite?host=/run/postgresql"; cfg = import ./lib/extractWebOptions.nix {inherit config name;};
max_open_conns = 97;
max_idle_conns = 5;
conn_max_lifetime = -1;
};
host = "matrix.jsw.tf";
in { in {
config = lib.mkIf config.niksos.server { options = import ./lib/webOptions.nix {inherit config lib name;};
config = lib.mkIf cfg.enable {
services = { services = {
matrix-continuwuity = { matrix-continuwuity = {
enable = true; enable = true;
group = "caddy"; # Permissions for socket group = "caddy"; # Permissions for socket
#FIXME: caddy should be part of matrix group, not other way around
settings.global = { settings.global = {
unix_socket_path = "/run/continuwuity/continuwuity.sock"; unix_socket_path = "/run/continuwuity/continuwuity.sock";
server_name = host; server_name = cfg.domain;
allow_registration = true; allow_registration = true;
registration_token_file = config.age.secrets.matrix-registration.path; registration_token_file = config.age.secrets.matrix-registration.path;
new_user_displayname_suffix = ""; new_user_displayname_suffix = "";
}; };
}; };
caddy.virtualHosts = { caddy = {
${host}.extraConfig = '' enable = true;
header /.well-known/matrix/* Content-Type application/json virtualHosts = {
header /.well-known/matrix/* Access-Control-Allow-Origin * ${cfg.domain}.extraConfig = ''
respond /.well-known/matrix/server `{"m.server": "${host}:443"}` header /.well-known/matrix/* Content-Type application/json
respond /.well-known/matrix/client `{"m.homeserver": {"base_url": "https://${host}"}}` header /.well-known/matrix/* Access-Control-Allow-Origin *
reverse_proxy /_matrix/* unix//run/continuwuity/continuwuity.sock respond /.well-known/matrix/server `{"m.server": "${cfg.domain}:443"}`
''; respond /.well-known/matrix/client `{"m.homeserver": {"base_url": "https://${cfg.domain}"}}`
reverse_proxy /_matrix/* unix//run/continuwuity/continuwuity.sock
'';
};
}; };
}; };
}; };

View file

@ -4,18 +4,24 @@
lib, lib,
... ...
}: let }: let
inherit (config.niksos) server; name = "nextcloud";
host = "cloud.jsw.tf"; cfg = import ./lib/extractWebOptions.nix {inherit config name;};
nginxRoot = config.services.nginx.virtualHosts.${host}.root;
inherit (cfg) enable domain;
nginxRoot = config.services.nginx.virtualHosts.${domain}.root;
fpmSocket = config.services.phpfpm.pools.nextcloud.socket; fpmSocket = config.services.phpfpm.pools.nextcloud.socket;
imaginaryPort = 9004; imaginaryPort = 9004;
in { in {
config = lib.mkIf server { options = import ./lib/webOptions.nix {inherit config lib name;};
config = lib.mkIf enable {
users.groups.nextcloud.members = ["nextcloud" "caddy"]; users.groups.nextcloud.members = ["nextcloud" "caddy"];
services = { services = {
nextcloud = { nextcloud = {
enable = true; enable = true;
hostName = host; hostName = domain;
# Need to manually increment with every major upgrade. # Need to manually increment with every major upgrade.
package = pkgs.nextcloud31; package = pkgs.nextcloud31;
@ -77,12 +83,12 @@ in {
dbtype = "pgsql"; dbtype = "pgsql";
}; };
}; };
imaginary = { # imaginary = { #FIXME: doesn't start.
enable = true; # enable = true;
port = imaginaryPort; # port = imaginaryPort;
address = "localhost"; # address = "localhost";
settings.returnSize = true; # settings.returnSize = true;
}; # };
nginx.enable = lib.mkForce false; nginx.enable = lib.mkForce false;
phpfpm.pools.nextcloud.settings = let phpfpm.pools.nextcloud.settings = let
@ -91,58 +97,62 @@ in {
"listen.owner" = user; "listen.owner" = user;
"listen.group" = group; "listen.group" = group;
}; };
caddy.virtualHosts."${host}".extraConfig = ''
encode zstd gzip
root * ${nginxRoot} caddy = {
enable = true;
virtualHosts.${domain}.extraConfig = ''
encode zstd gzip
redir /.well-known/carddav /remote.php/dav 301 root * ${nginxRoot}
redir /.well-known/caldav /remote.php/dav 301
redir /.well-known/* /index.php{uri} 301
redir /remote/* /remote.php{uri} 301
header { redir /.well-known/carddav /remote.php/dav 301
Strict-Transport-Security max-age=31536000 redir /.well-known/caldav /remote.php/dav 301
Permissions-Policy interest-cohort=() redir /.well-known/* /index.php{uri} 301
X-Content-Type-Options nosniff redir /remote/* /remote.php{uri} 301
X-Frame-Options SAMEORIGIN
Referrer-Policy no-referrer
X-XSS-Protection "1; mode=block"
X-Permitted-Cross-Domain-Policies none
X-Robots-Tag "noindex, nofollow"
-X-Powered-By
}
php_fastcgi unix/${fpmSocket} { header {
root ${nginxRoot} Strict-Transport-Security max-age=31536000
env front_controller_active true Permissions-Policy interest-cohort=()
env modHeadersAvailable true X-Content-Type-Options nosniff
} X-Frame-Options SAMEORIGIN
Referrer-Policy no-referrer
X-XSS-Protection "1; mode=block"
X-Permitted-Cross-Domain-Policies none
X-Robots-Tag "noindex, nofollow"
-X-Powered-By
}
@forbidden { php_fastcgi unix/${fpmSocket} {
path /build/* /tests/* /config/* /lib/* /3rdparty/* /templates/* /data/* root ${nginxRoot}
path /.* /autotest* /occ* /issue* /indie* /db_* /console* env front_controller_active true
not path /.well-known/* env modHeadersAvailable true
} }
error @forbidden 404
@immutable { @forbidden {
path *.css *.js *.mjs *.svg *.gif *.png *.jpg *.ico *.wasm *.tflite path /build/* /tests/* /config/* /lib/* /3rdparty/* /templates/* /data/*
query v=* path /.* /autotest* /occ* /issue* /indie* /db_* /console*
} not path /.well-known/*
header @immutable Cache-Control "max-age=15778463, immutable" }
error @forbidden 404
@static { @immutable {
path *.css *.js *.mjs *.svg *.gif *.png *.jpg *.ico *.wasm *.tflite path *.css *.js *.mjs *.svg *.gif *.png *.jpg *.ico *.wasm *.tflite
not query v=* query v=*
} }
header @static Cache-Control "max-age=15778463" header @immutable Cache-Control "max-age=15778463, immutable"
@woff2 path *.woff2 @static {
header @woff2 Cache-Control "max-age=604800" path *.css *.js *.mjs *.svg *.gif *.png *.jpg *.ico *.wasm *.tflite
not query v=*
}
header @static Cache-Control "max-age=15778463"
file_server @woff2 path *.woff2
''; header @woff2 Cache-Control "max-age=604800"
file_server
'';
};
}; };
}; };
} }

View file

@ -1,14 +1,15 @@
#WARNING: deprecated
{ {
config, # config,
pkgs, # pkgs,
lib, # lib,
inputs, # inputs,
... # ...
}: { # }: {
config = lib.mkIf config.niksos.server { # config = lib.mkIf config.niksos.server {
# NOTE: allows me to spin up temporarily services. # # NOTE: allows me to spin up temporarily services.
services.caddy.virtualHosts."temp.jsw.tf".extraConfig = '' # services.caddy.virtualHosts."temp.jsw.tf".extraConfig = ''
reverse_proxy :8000 # reverse_proxy :8000
''; # '';
}; # };
} }

View file

@ -3,15 +3,22 @@
lib, lib,
... ...
}: let }: let
ExternalDomain = "z.jsw.tf"; name = "zitadel";
cfg = import ./lib/extractWebOptions.nix {inherit config name;};
Port = 9000; Port = 9000;
in { in {
options = import ./lib/webOptions.nix {inherit config lib name;};
config = config =
lib.mkIf config.niksos.server lib.mkIf cfg.enable
{ {
services.caddy.virtualHosts.${ExternalDomain}.extraConfig = '' services.caddy = {
reverse_proxy localhost:${builtins.toString Port} enable = true;
''; virtualHosts.${cfg.domain}.extraConfig = ''
reverse_proxy localhost:${builtins.toString Port}
'';
};
# services.zitadel = { # services.zitadel = {
# enable = true; # enable = true;
@ -32,8 +39,10 @@ in {
enable = true; enable = true;
masterKeyFile = config.age.secrets.zitadel-key.path; masterKeyFile = config.age.secrets.zitadel-key.path;
settings = { settings = {
inherit Port ExternalDomain; inherit Port;
ExternalDomain = cfg.domain;
ExternalPort = 443; ExternalPort = 443;
Database.postgres = { Database.postgres = {
Host = "/var/run/postgresql/"; Host = "/var/run/postgresql/";
Port = 5432; Port = 5432;
@ -53,9 +62,9 @@ in {
steps.FirstInstance = { steps.FirstInstance = {
InstanceName = "jsw"; InstanceName = "jsw";
Org = { Org = {
Name = "jsw"; Name = "jsw-admin";
Human = { Human = {
UserName = "jsw@jsw.tf"; UserName = "jsw-admin@jsw.tf";
FirstName = "Jurn"; FirstName = "Jurn";
LastName = "Wubben"; LastName = "Wubben";
Email.Verified = true; Email.Verified = true;