jhaals / yopass

Secure sharing of secrets, passwords and files
https://yopass.se
Apache License 2.0
1.87k stars 290 forks source link

Add headless mode to yopass-server #2509

Open stefanbols opened 1 month ago

stefanbols commented 1 month ago

Adding headless mode as a flag for yopass-server by removing the UI route from the yopass-server HTTP server if flag is set.

This will provide the possibility to be running the yopass-server and having a custom UI to use the server, without having the Yopass UI showing on the API root.

jhaals commented 1 month ago

Thanks for the PR! Could you also add a test case please 🙏