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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
I've tried reverse proxying the salt-api endpoint on /api as described in the the nginx tutorial, but there doesn't seem to be a way to tell saltpad to look for the salt api below that path, as API_URL does not accept an URL but a hostname/port.
TypeError: Hostname "salt.xy.z.net:443/api" contains characters other than [A-Z0-9.-]
We will need to "proxy" requests from nginx to salt-api on a specific URL, let's choose "/api", your configuration should now looks like:
I've tried reverse proxying the salt-api endpoint on
/api
as described in the the nginx tutorial, but there doesn't seem to be a way to tell saltpad to look for the salt api below that path, as API_URL does not accept an URL but a hostname/port.No mention how to update settings.json accordingly.
(https://github.com/Lothiraldan/saltpad/blob/master/docs/installation/nginx-across-internet-cors.md#salt-api-configuration)
The text was updated successfully, but these errors were encountered: