Setting up a Firewall on your Raspberry Pi Thumbnail

Setting up a Firewall on your Raspberry Pi

In this quick guide, we will be showing you how to enable and manage a firewall on your Raspberry Pi. This helps protect your Pi from network-based attacks. It achieves this by only allowing access to the services that you open. Combining your firewall with a service like Fail2Ban will improve your security even further. Read More

Running Forgejo on the Raspberry Pi Thumbnail

Running Forgejo on the Raspberry Pi

In this tutorial, we will show you how to self-host the Forgejo platform on your Raspberry Pi. This software is a lightweight Git server. If you have ever used a service like GitHub, you will be very familiar with the web interface and functionality of Forgejo. Read More

Running Plant-it on the Raspberry Pi Thumbnail

Running Plant-it on the Raspberry Pi

In this guide, you will learn how to run Plant-it on your Raspberry Pi. Plant-it is a web-based software that allows you to track and log events about your plants. Being built within a Docker container makes running this software an easy process. Read More

Keeping your Raspberry Pi Running with Watchdog Thumbnail

Keeping your Raspberry Pi Running with Watchdog

In this guide, you will be learning how to set up Watchdog on your Raspberry Pi. This service restarts your Pi when it locks up. It achieves this by using a piece of hardware that runs a short timer. That timer is constantly reset by software. If that timer ever hits 0 your Pi is automatically reset. Read More