invidious: fix conflic with forgejo port
This commit is contained in:
		
							parent
							
								
									a7eb3ce176
								
							
						
					
					
						commit
						4a61403ede
					
				
					 3 changed files with 2 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -13,9 +13,6 @@ in
 | 
			
		|||
    virtualHosts.${cfg.settings.server.DOMAIN} = {
 | 
			
		||||
      forceSSL = true;
 | 
			
		||||
      enableACME = true;
 | 
			
		||||
      extraConfig = ''
 | 
			
		||||
        client_max_body_size 512M;
 | 
			
		||||
      '';
 | 
			
		||||
      locations."/".proxyPass = "http://localhost:${toString srv.HTTP_PORT}";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,20 +1,12 @@
 | 
			
		|||
{ config, ... }:
 | 
			
		||||
{
 | 
			
		||||
  services.invidious = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    domain = "invidious.lelgenio.com";
 | 
			
		||||
    nginx.enable = true;
 | 
			
		||||
    port = 10601;
 | 
			
		||||
    settings.db = {
 | 
			
		||||
      user = "invidious";
 | 
			
		||||
      dbname = "invidious";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.nginx = {
 | 
			
		||||
    clientMaxBodySize = "100m";
 | 
			
		||||
    virtualHosts.${config.services.invidious.domain} = {
 | 
			
		||||
      enableACME = true;
 | 
			
		||||
      forceSSL = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,6 +11,7 @@
 | 
			
		|||
    recommendedTlsSettings = true;
 | 
			
		||||
    recommendedOptimisation = true;
 | 
			
		||||
    recommendedGzipSettings = true;
 | 
			
		||||
    clientMaxBodySize = "512M";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Redirect *lelgenio.xyz -> *lelgenio.com
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue