Friday, January 3, 2020

Show HN: Self-hosted and self-contained web app password manager written in Go https://ift.tt/37shtbn

Show HN: Self-hosted and self-contained web app password manager written in Go I have written a passwords/secrets manager for my personal needs. Maybe it solves some of your problems too. It is written in Go and is a self-contained executable for a small web-app: https://ift.tt/2QimXzQ There is also a CLI version if that is your taste: https://ift.tt/36sOgNL To read about more technical details, look into the core repository at https://ift.tt/2lqgZMB Any questions/comments/suggestions are welcome in here or via GitHub pull requests. January 2, 2020 at 06:36PM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...