Skip to content

0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 15:26
· 6 commits to main since this release

Changed the endpoints so they are easier to reverse proxy

Old:

GUI: http://localhost:1717/secrets
REST: http://localhost:1717/api/secrets

New:

GUI: http://localhost:1717/secrets
REST: http://localhost:1717/secrets/api

This way you can have an NGINX configuration that proxies "/secrets" to "/secrets". With the old config, either you needed two
location definitions, or an extra prefix in the path requested by the client.