/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

foo.zone
| | scvalex.net
2.3 parsecs away

Travel
| | A thing I've been missing is the ability to easily share files with insecure devices. I've tried a bunch of solutions over the years, including using Syncthing and Nextcloud, but they were neither nice to use nor run. Recently, a friend found a much better trade-off in terms of setup complexity and ease-of-use. So, let's build such a file-sharing service with rclone, Nginx, and Kubernetes.
| | willhaley.com
2.1 parsecs away

Travel
| | These are the steps I use to set up k3s lightweight kubernetes for local development with Arch Linux. This guide results in a deployment using LetsEncrypt via Traefik, HTTPS support, and a vanilla nginx web server. Note that, with these instructions, LetsEncrypt will only generate a valid HTTPS certificate if the computer where k3s is being installed can be reached via HTTP on port 80 over the public Internet using the domain name we specify below. Routing and Firewall Enable IP forwarding.
| | martinheinz.dev
2.0 parsecs away

Travel
| | As your project grows, it might get to the point that it becomes too hard to handle with just single VM or some simple SaaS solution. You can solve tha...
| | iridakos.com
10.8 parsecs away

Travel
| A step by step tutorial to dockerize a Rails application and run it in Docker with PostgreSQL and Redis.