Subpath deployment
To host AskTable under a subpath (e.g.https://example.com/asktable), add BASE_PATH to the asktable service in the Self-hosting docker-compose.yaml, and add a Caddy reverse proxy:
Caddyfile in the same directory:
Caddyfile
http://<server>:8080/asktable/. In production you usually add your own gateway in front, exposing 80/443.
White-labeling
Set brand info under theasktable service’s environment:
asktable service):
If you set
APP_NAME, mount a custom logo too — otherwise the brand name clashes with the default logo.