Skip to content

Commit

Permalink
revert ingress option
Browse files Browse the repository at this point in the history
This needs some deeper handling in the http server dispatcher
to handle rewriting paths to be relative to the ingress controller
path prefix.

revert it for now

refs: #306
  • Loading branch information
wez committed Jan 4, 2025
1 parent 43db376 commit 2c39a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
apparmor: true

webui: http://[HOST]:[PORT:8056]/assets/index.html
ingress: true
ingress_port: 8056
#ingress: true
#ingress_port: 8056

# Host network access is required for LAN discovery
host_network: true
Expand Down

0 comments on commit 2c39a50

Please sign in to comment.