=> 🏡 Home | Back to notes
I have a small fleet of Raspberry Pis [1] (mostly the Pi 4 Model B), which I use at home for various tasks.
=> 1
They are all firewalled off and are reachable via Tailscale [2]. A small number of the services they run are also exposed to the local network.
=> 2
As of the time of writing, services I run on the Pis include the following:
I use large SSDs (e.g. this one [3]) for the Pis that require extra storage, such as for my photos. These are connected via USB3-SATA cables (such as these [4]).
For sensitive data, I encrypt the enclosing directories using Fscrypt [5]. Follow the instructions on the Arch Wiki.
=> 5
I tend to use Manjaro Linux as an OS for the Pis.
To setup a new Pi I follow this rough guide:
=> 6
root
with no password)pacman -Syyu
pacman -S vim tailscale docker ufw
)tailscale up
)ufw allow in on tailscale0
, ufw default deny
, ufw enable
)docker
group (usermod -aG docker will
)Note: Make sure to use the arm64
version of any Docker images required.
text/gemini;lang=en-GB
This content has been proxied by September (ba2dc).