Passbolt – Login/Recover Account Without Email
Once Passbolt is deployed there is not much else to think about. You retrieve login credentials, auto-fill them with it’s browser extension and iOS App. But what if.. what if you want to use your Passbolt installation on another browser? On another computer? And even worse… Don’t have any Email servers configured for the recovery/login […]
Docker – Simple Registry Web UI With Docker-Registry-UI From Joxit
Hosting your own Docker registry is great, it’s just that… It’s pretty anonymous. You don’t really get to see how many images you have, or their tags, or image digests etc. Unless you want to send manual GET requests via CURL, you can use joxit/docker-registry-ui. Add the following to “ui service” to your existing registry […]
Kubernetes – Useful Network Policy Generator
Kubernetes policy’s are hard, wouldn’t it be awesome if there were some graphical tool to visualize a new policy? Wait, there is! The editor is available at: https://editor.cilium.io/ Firewall, ish 👾
Linode – Free $100 Credit!
Linode is great. Affordable, easy to use, quick setup. All of my server hosting (including this site!) are through Linode. If you feel like trying it out (or have grown tired of AWS, GCP, Azure etc..) use my referral link For a $100 60-day credit: https://www.linode.com/lp/refer/?r=000db71da26640d8bf7075eaa8b3aaf4b096c3e6 You’ll receive a $100, 60-day credit once a valid […]
Kubernetes – Passbolt Kubernetes Deployment
Passbolt is great. It provides a secure and very useful interface for password/manual secret storage. Both the Firefox addon and iOS App works great, and are easy to setup and use. The available documentation explains installation on most platforms, including Ubuntu and Docker, but no “basic” Kubernetes deployment. With that said, I am aware of […]