[docs] Improve setup guide for non-standard hosting (#12588)

* [docs] Updated docs for complex server setups

Ref: https://github.com/inventree/InvenTree/discussions/12538

* Add FAQ entry
This commit is contained in:
Oliver
2026-08-09 07:26:56 +10:00
committed by GitHub
parent 61fe3c9ce5
commit bc150e09e8
6 changed files with 49 additions and 2 deletions
+6
View File
@@ -14,8 +14,14 @@ INVENTREE_TAG=stable
INVENTREE_SITE_URL="http://localhost"
#INVENTREE_SITE_URL="http://inventree.localhost"
#INVENTREE_SITE_URL="https://inventree.my-domain.com" # Or a public domain name (which you control)
# Port that the InvenTree server listens on *inside* the container - do not change unless you know what you are doing
INVENTREE_WEB_PORT=8000
# Ports that the proxy (Caddy) publishes on the *host* - change these to serve InvenTree on a non-standard port
#INVENTREE_HTTP_PORT=80
#INVENTREE_HTTPS_PORT=443
# InvenTree proxy forwarding settings
INVENTREE_USE_X_FORWARDED_HOST=True
INVENTREE_USE_X_FORWARDED_PORT=True