move foundry to cupsnet
This commit is contained in:
parent
d2074dcdd9
commit
e0e6e14586
6 changed files with 2 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./cryptpad.nix
|
./cryptpad.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
|
./foundryvtt.nix
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -16,7 +16,6 @@ in {
|
||||||
imports = [../nginx.nix];
|
imports = [../nginx.nix];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
clientMaxBodySize = "300M";
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"foundryvtt.peninsula.industries" = {
|
"foundryvtt.peninsula.industries" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
|
@ -42,7 +42,6 @@ in {
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [sshPort];
|
networking.firewall.allowedTCPPorts = [sshPort];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
clientMaxBodySize = "512M";
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${domain}" = {
|
"${domain}" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
statusPage = true;
|
statusPage = true;
|
||||||
|
clientMaxBodySize = "512M";
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
../nginx.nix
|
../nginx.nix
|
||||||
../send-logs.nix
|
../send-logs.nix
|
||||||
./backups.nix
|
./backups.nix
|
||||||
./foundryvtt.nix
|
|
||||||
./mastodon.nix
|
./mastodon.nix
|
||||||
./rss.nix
|
./rss.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|
Loading…
Reference in a new issue