bad lil server
Welcome to this bad lil web server
This is a learning exercise. I want to understand the parts that make up a web server. I have a solid internet connection at home and a spare raspberry pi, so I can put stuff that's not critical on here and learn.
What I've done so far
- Installed nginx
- Installed node.js
- Increased UDP receive buffer size
- Installed MariaDB / mysql
- Installed docker and docker compose, and added the root user to the docker group
- Set up route53-ddns
- Installed snapd
-
Installed
Certbot
and generated a cert for
bazawanks.fun
using the commandsudo certbot --nginx
. - Installed fzf which adds a handy binding for searching files with ctrl + T and previously used commands with ctrl + R