0.0.6
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.