|
You are here |
greg.molnar.io | ||
| | | | |
nts.strzibny.name
|
|
| | | | | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal. | |
| | | | |
weisser-zwerg.dev
|
|
| | | | | How to set up your own private Git repositories and reclaim your digital independence and privacy. | |
| | | | |
willhaley.com
|
|
| | | | | 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. | |
| | | | |
managing.blue
|
|
| | | While creating a Deployment earlier today, I faced a weird situation where a specific environment variable that was held as a Secret, was not being set. I tried deleting and recreating the secret, with no success. Mind you this was a long YAML with volumes, volumeMounts, ConfigMaps as enviroment variables, lots of lines. In the... | ||