Advanced Search
Search Results
17 total results found
Self hosting Cookbook
I go on a lot of self hosting adventures , this book is a collection of recipes I get from all th...
Media streaming on your pi / Your own netflix
Basic setup The guide here assumes that you are running Ubuntu server 20.04.02 LTS on Raspberry ...
Installing everything
Install the arm toolchain sudo apt update sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-...
Gitea
To run gitea , you need to have the gitea container itself and then you need to have a database c...
Discourse
Step 1: Getting and building the docker image git clone https://github.com/discourse/discourse_...
Your own VPN
This guide will help you set up wireguard VPN with pihole as the DNS server. What is pi-hole Pi...
Introduction to self-hosting
What is this ? Self hosting is the art of hosting all your SaaS services on your own since huge ...
Your own Google services / Nextcloud
Now hosting nextcloud is a pretty vanilla setup , all you gotta do is get yourself a compose file...
VPN setup
Server side For the server side setup I recommend that people install wireguard using pivpn and n...
Getting started with the Pico
The new raspberry pi pico is a super powerful micro-controller , this book intends to explore jus...
SSH Tunneling
What is SSH SSH is a standard for secure remote logins and file transfers over untrusted networks...
Introduction to the toolchain
Setting up the toolchain and the pico-sdk and getting introduced to it
Misc Recipies
Recipies for other things I have self hosted in the past
A gentle introduction to docker and docker-compose
Containerize everything !!!
Things to do with a pi
Setup an HTPC server, pihole, host your cloud and a lot more
Exposing Publically
This chapter contains ways you can expose your services publically , safely , securely and gracio...
Introduction to Make and Cmake
Intro to Make and Cmake Let's start simply by compiling the below cpp programm #include <iostream...