Added copyparty+samba module, updated traefik

This commit is contained in:
Alexander Derevianko
2025-07-27 20:54:12 +02:00
parent db3c5bf12c
commit 84a20fa695
8 changed files with 176 additions and 22 deletions
+4 -2
View File
@@ -137,7 +137,7 @@ in {
# Reverse Proxy
reverse-proxy = {
nginx.enable = false; # TODO does not work for some reason
traefik.enable = true; # TODO has issues retrieving certificate from duckdns
traefik.enable = true;
caddy.enable = false; # TODO has issues retrieving certificate from duckdns
};
@@ -148,7 +148,9 @@ in {
social.matrix.enable = false; # TODO does not work :)
file-server.copyparty.enable = false;
file-server.copyparty.enable = true;
samba.enable = true;
};
# DO NOT CHANGE AT ANY POINT!