{
admin off
persist_config off
}
:{$HOPP_AIO_ALTERNATE_PORT:80} {
# Serve the `selfhost-web` SPA by default
root * /site/selfhost-web
file_server
handle_path /admin* {
root * /site/sh-admin-subpath-access
# Ensures any non-existent file in the server is routed to the SPA
try_files {path} /
# Handle requests under `/backend*` path
handle_path /backend* {
reverse_proxy localhost:8080
# Handle requests under `/desktop-app-server*` path
handle_path /desktop-app-server* {
reverse_proxy localhost:3200
# Catch-all route for unknown paths, serves `selfhost-web` SPA
handle {