10 lines
367 B
Plaintext
Executable File
10 lines
367 B
Plaintext
Executable File
#!/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
|