/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lukespear.co.uk
| | blog.nootch.net
9.2 parsecs away

Travel
| | I like to host my own stuff. And it's not a recent phenomenon - I've been running my own mail-server for a few years now (thanks, mailcow-dockerized!), and I run a personal wiki. Even this blog is hosted on a Vultr server. With the (not anymore) recent PRISM revelations, my gut feeling has been reinforced. Since I work on personal projects, I need source hosting, error tracking and a build runner at the very least to have a "professional" developer experience, and in total control of the infrastructure.
| | www.hallada.net
9.7 parsecs away

Travel
| | I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.
| | blog.chand1012.dev
7.9 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | brandont.dev
15.1 parsecs away

Travel
| [AI summary] This post explains how to use Git hooks to create an automated CI/CD pipeline for deploying static websites to a remote VPS.