You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPS API service is to be designed to support custom domain on any project or docker container.
How should it work?
Docker: If HTTPS API container is running on a network frontend then all containers running on the same network if set VIRTUAL_HOST_* environment variable, then custom domain set on the vhost variable should work without any additional configuration.
REST API: If reverse proxy info is added via REST API. eg. POST /domains {'domain': 'xxx', 'target': 'yyy'}, it should simply work.
HTTPS API service is to be designed to support custom domain on any project or docker container.
How should it work?
frontend
then all containers running on the same network if setVIRTUAL_HOST_*
environment variable, then custom domain set on the vhost variable should work without any additional configuration.More details to be followed...
REST API
1. Add a custom domain
POST /domains
2. Get custom domains
GET /domains
The text was updated successfully, but these errors were encountered: