mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	fix(service/bluesky): resolve traefik configuration issues
This commit is contained in:
		
							parent
							
								
									018f506660
								
							
						
					
					
						commit
						1bbf19a9e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -34,7 +34,7 @@ in { | |||
|       labels = { | ||||
|         "traefik.enable" = "true"; | ||||
|         "traefik.http.routers.bluesky-pds.entrypoints" = "websecure"; | ||||
|         "traefik.http.routers.bluesky-pds.rule" = "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.bsky.thevoid.cafe`)"; | ||||
|         "traefik.http.routers.bluesky-pds.rule" = "Host(`bsky.thevoid.cafe`) || HostRegexp(`.+\.bsky\.thevoid\.cafe`)"; | ||||
|         "traefik.http.middlewares.bluesky-pds-header.headers.customrequestheaders.Host" = "{host}"; | ||||
|         "traefik.http.services.bluesky-pds.loadbalancer.server.port" = "2583"; | ||||
|       }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue