mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	🐛 Fix traefik config options for atticd
This commit is contained in:
		
							parent
							
								
									4cf6a65764
								
							
						
					
					
						commit
						79cb2e9354
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -43,9 +43,10 @@ in { | ||||||
| 
 | 
 | ||||||
|     services.traefik.dynamicConfigOptions = { |     services.traefik.dynamicConfigOptions = { | ||||||
|       http = { |       http = { | ||||||
|         services.atticd.loadBalancer.server.url = "http://localhost:3900"; |         services.atticd.loadBalancer.servers = [ { url = "http://localhost:3900"; } ]; | ||||||
|         routers.atticd = { |         routers.atticd = { | ||||||
|           entrypoints = ["websecure"]; |           entryPoints = ["websecure"]; | ||||||
|  |           service = "atticd"; | ||||||
|           rule = "Host(`${cfg.subdomain}.${config.${namespace}.services.domain}`)"; |           rule = "Host(`${cfg.subdomain}.${config.${namespace}.services.domain}`)"; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue