diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:32:24 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:32:24 +0000 |
| commit | 1f256dd208e40468a90a51684a940631d07a67d4 (patch) | |
| tree | 896e2a6e21542ca7a89353c09c0d54fefcbb159a /README.md | |
| parent | 56fc00068916f1a809f5bea38105f394248348f9 (diff) | |
more
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,12 +100,14 @@ An external USB SSD or HDD as a backup drive. A VPS (Virtual Private Server) - I use Racknerd. This will give you access to a reliable static IP. ### Base Image setup +Once you have a server+storage, and a VPS, you are ready to start. I have switched to using DietPi images (from Alpine) as they support my hardware, as well as RPis. 1. Follow instructions from [DietPi wiki](https://dietpi.com/docs/install/) to create a bootable SD card and boot up. 2. On first boot, I recommend you change your `root` password, and change the SSH server to use OpenSSH (from Dropbear). This makes running automation against it easier. 3. Then you can run our playbook with the `base` tag to install all pre-requisite software. +See the Install section below for getting started with running playbooks from this repo. 4. You should then setup your drives according to your needs. If you are doing ZFS, the section below might be useful. ### NAS Setup |
