Add initial Klipper with Moonraker setup. Untested.
This commit is contained in:
9
3dprinter-klipper/rootfs/etc/services.d/proxy/run
Normal file
9
3dprinter-klipper/rootfs/etc/services.d/proxy/run
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Add-on: 3dprinter-octoprint
|
||||
# Runs the reverse proxy.
|
||||
# ==============================================================================
|
||||
|
||||
bashio::log.info "Starting proxy..."
|
||||
|
||||
exec caddy run --config /etc/caddy/Caddyfile --envfile /etc/caddy/env
|
||||
Reference in New Issue
Block a user