Update Klipper with Fluidd.

This commit is contained in:
Fredrik Baberg
2024-02-08 22:22:14 +01:00
parent 2155218870
commit eba75db654
24 changed files with 286 additions and 108 deletions

View File

@@ -1,9 +1,16 @@
# Will be exposed by default.
# :7125 {
# reverse_proxy http://127.0.0.1:7125
# }
(fluidd) {
root * {{ .fluidd_src }}
file_server
}
# Ingress
:8099 {
reverse_proxy http://127.0.0.1:7125
handle /websocket* {
reverse_proxy http://127.0.0.1:7125
}
import fluidd
}
# Fluidd
:7130 {
import fluidd
}