docs: provide nginx config for no-Docker self-hosted installs #24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
install.shnow supports a no-Docker path that runs the FastAPI API directly with uvicorn and servesweb/dist/viapython3 -m http.server. That works for testing but is not suitable for production (no TLS, single-threaded HTTP server, no proper proxy).Needed
A sample nginx config for self-hosters running without Docker:
Document in README and as
docs/nginx-selfhost.conf.Raised from
Self-hosted install testing (Strahl, no-Docker path).