My home infra is a mix of random mish-mash at this point. Instance Specs Availablity Digitalocean Droplet 1vCPU, 1 GB RAM, 20GB SSD 99.99% uptime, 2 Gbps Ubuntu VM on Unraid Host 5vCPU, 20 GB RAM, ~4 TB NAS tiered Storage Uptime Based on ISP (~99.5) Bare Metal Arch Daily Driver 20vCPU, 20 GB RAM,… Continue reading Terraform + Ansible: Upgrading my Homelab.
Category: Self-Hosting
UnRAID Server: Adding Password-less login
Non-persistent SSH access, the following will last till the next server reboot. If necessary, generate an SSH key on your Mac or Linux machines, using ssh-keygen Create an authorized_keys file for the unRAID server, using the id_rsa.pub files on all the machines which require access. Copy this file to your server’s /root/.ssh/ folder. This will… Continue reading UnRAID Server: Adding Password-less login
Have a server lying around? Install a password manager there.
Motivation Since the 2015 LastPass breach and the other security incidents had happened, I always wanted to have a secure storage solution that would not require my passwords be stored on third party servers. I have a strong fascination with CLI tools and when I stumbled upon pass(https://www.passwordstore.org/), I quickly transferred all my accounts over… Continue reading Have a server lying around? Install a password manager there.