Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
(fluidd) {
|
||||
root * {{ .fluidd_src }}
|
||||
file_server
|
||||
}
|
||||
|
||||
# Ingress
|
||||
:8099 {
|
||||
handle /websocket* {
|
||||
reverse_proxy http://127.0.0.1:7125
|
||||
}
|
||||
import fluidd
|
||||
}
|
||||
# Fluidd
|
||||
:7130 {
|
||||
import fluidd
|
||||
}
|
||||
(fluidd) {
|
||||
root * {{ .fluidd_src }}
|
||||
file_server
|
||||
}
|
||||
|
||||
# Ingress
|
||||
:8099 {
|
||||
handle /websocket* {
|
||||
reverse_proxy http://127.0.0.1:7125
|
||||
}
|
||||
import fluidd
|
||||
}
|
||||
# Fluidd
|
||||
:7130 {
|
||||
import fluidd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user