Skip to main content
The configuration on this page is for self-hosted deployments that have a commercial license. See Commercial licensing.

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:
Add a Caddyfile in the same directory:
Caddyfile
Then access it at http://<server>:8080/asktable/. In production you usually add your own gateway in front, exposing 80/443.

White-labeling

Set brand info under the asktable service’s environment:
Replace the logo and favicon via volume mounts (on the asktable service):
If you set APP_NAME, mount a custom logo too — otherwise the brand name clashes with the default logo.