move foundry to cupsnet

This commit is contained in:
Cyryl Płotnicki 2024-01-16 22:08:28 +00:00
parent d2074dcdd9
commit e0e6e14586
6 changed files with 2 additions and 3 deletions

View File

@ -12,6 +12,7 @@
./boot.nix
./cryptpad.nix
./disks.nix
./foundryvtt.nix
./gitea.nix
./ssh.nix
];

View File

@ -16,7 +16,6 @@ in {
imports = [../nginx.nix];
services.nginx = {
clientMaxBodySize = "300M";
virtualHosts = {
"foundryvtt.peninsula.industries" = {
forceSSL = true;

View File

@ -42,7 +42,6 @@ in {
networking.firewall.allowedTCPPorts = [sshPort];
services.nginx = {
clientMaxBodySize = "512M";
virtualHosts = {
"${domain}" = {
forceSSL = true;

View File

@ -7,6 +7,7 @@
services.nginx = {
enable = true;
statusPage = true;
clientMaxBodySize = "512M";
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;

View File

@ -7,7 +7,6 @@
../nginx.nix
../send-logs.nix
./backups.nix
./foundryvtt.nix
./mastodon.nix
./rss.nix
./ssh.nix