Use the correct port for ombi
This commit is contained in:
		
							parent
							
								
									7e65497a64
								
							
						
					
					
						commit
						ee9bcf7f52
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,7 +6,6 @@
 | 
				
			||||||
  users.users = {
 | 
					  users.users = {
 | 
				
			||||||
    ombi.extraGroups = ["radarr" "sonarr"];
 | 
					    ombi.extraGroups = ["radarr" "sonarr"];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  #uses port 7878
 | 
					 | 
				
			||||||
  services.ombi = {
 | 
					  services.ombi = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    port = 2368;
 | 
					    port = 2368;
 | 
				
			||||||
| 
						 | 
					@ -18,7 +17,7 @@
 | 
				
			||||||
        forceSSL = true;
 | 
					        forceSSL = true;
 | 
				
			||||||
        enableACME = true;
 | 
					        enableACME = true;
 | 
				
			||||||
        locations."/" = {
 | 
					        locations."/" = {
 | 
				
			||||||
          proxyPass = "http://localhost:2386";
 | 
					          proxyPass = "http://localhost:2368";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue