feat: git, jelly file up again

This commit is contained in:
admin 2024-03-24 22:51:46 +01:00
parent dbd396f613
commit 2730b695e7
8 changed files with 10 additions and 26 deletions

View file

@ -10,7 +10,6 @@ in
port = 8000;
};
services.nginx.enable = true;
services.nginx.virtualHosts.${domain} = {
default = true;

View file

@ -20,14 +20,9 @@ in
services.nginx.virtualHosts.${domain} = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:8080/";
proxyWebsockets = true;
# extraConfig = ''
# access_log /var/log/nginx/access.log main if=$forgejo_access_log;
# '';
};
};
}

View file

@ -10,10 +10,10 @@
./configuration.nix
./audiobooks.nix
./tunnel.nix
# ./forgejo.nix
./forgejo.nix
# ./nextcloud.nix
# ./jellyfin.nix
# ./filebrowser.nix
./jellyfin.nix
./filebrowser.nix
# ./matrix.nix
# ./tail.nix
# ./coturn.nix

View file

@ -19,7 +19,6 @@ in
};
services.nginx = {
enable = true;
appendHttpConfig = ''
map $uri $forgejo_access_log {
default 1;
@ -29,13 +28,8 @@ in
};
services.nginx.virtualHosts.${domain} = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:3000/";
# extraConfig = ''
# access_log /var/log/nginx/access.log main if=$forgejo_access_log;
# '';
};
};
}

View file

@ -12,14 +12,9 @@ in
services.nginx.virtualHosts.${domain} = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:8096/";
proxyWebsockets = true;
# extraConfig = ''
# access_log /var/log/nginx/access.log main if=$forgejo_access_log;
# '';
};
};
}

View file

@ -52,8 +52,8 @@ services.postgresql = {
services.nginx.virtualHosts = {
${fqdn} = {
enableACME = true;
forceSSL = true;
# enableACME = true;
# forceSSL = true;
locations."/".extraConfig = ''
return 404;
'';
@ -65,8 +65,8 @@ services.postgresql = {
};
${domain} = {
enableACME = true;
forceSSL = true;
# enableACME = true;
# forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:8008";
};

View file

@ -17,8 +17,8 @@ in
services = {
nginx.virtualHosts = {
${domain} = {
forceSSL = true;
enableACME = true;
# forceSSL = true;
# enableACME = true;
# Use DNS Challenege.
# acmeRoot = null;
};

View file

@ -1,5 +1,6 @@
{...}:
{
services.nginx.enable = true;
services.cloudflared = {
enable = true;
tunnels = {