Compare commits

1 Commits
Author SHA1 Message Date
oqyude fe391211c4 path refactoring 2026-08-08 22:51:51 +03:00
5 changed files with 5 additions and 42 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# server = "https://localhost:9000/acme/acme/directory";
# listenHTTP = ":80";
# dnsProvider = null;
# };
# };
# # "turn.home.arpa" = {
# # listenHTTP = "127.0.0.1:80";
# # group = "turnserver";
+1 -2
View File
@@ -4,7 +4,6 @@
}:
{
imports = [
../containers/3x-ui.nix
../software/beets
./acme.nix
./bentopdf.nix
@@ -24,9 +23,9 @@
./postgresql.nix
./power.nix
./samba.nix
# ./step-ca.nix
./syncthing.nix
./systemd.nix
# ./step-ca.nix
# ../containers/remnawave.nix
# ./coturn.nix
# ./mealie.nix
+1 -15
View File
@@ -6,9 +6,6 @@
xlib,
...
}:
let
navidromeDir = "/var/lib/services/navidrome-point";
in
{
services = {
navidrome = {
@@ -18,19 +15,8 @@ in
settings = {
Address = "0.0.0.0";
Port = 4533;
MusicFolder = "${navidromeDir}";
MusicFolder = "/mnt/beets/music";
};
};
};
systemd.mounts = [
{
enable = true;
options = "bind,x-systemd.automount,nofail";
requires = [ "local-fs.target" ];
type = "none";
wantedBy = [ "multi-user.target" ];
what = "${xlib.dirs.server-home}/Music";
where = "${navidromeDir}";
}
];
}
-22
View File
@@ -64,28 +64,6 @@ in
client_max_body_size 5G;
'';
};
"x.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://${server}:2049";
proxyWebsockets = true;
};
"/subs/" = {
proxyPass = "http://${server}:2096";
proxyWebsockets = true;
};
"/subsjs/" = {
proxyPass = "http://${server}:2096";
proxyWebsockets = true;
};
"/clash/" = {
proxyPass = "http://${server}:2096";
proxyWebsockets = true;
};
};
};
# "pdf.home.arpa" = {
# forceSSL = true;
# enableACME = true;
+2 -2
View File
@@ -17,7 +17,7 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"pubray1.zeroq.su" = {
"x.zeroq.su" = {
forceSSL = true;
enableACME = true;
locations = {
@@ -45,7 +45,7 @@ in
security.acme = {
acceptTerms = true;
defaults = {
email = "oqyude@gmail.com";
email = "go.bin043120@gmail.com";
};
};
networking.firewall.allowedTCPPorts = [