/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

osc.garden
| | thomasvilhena.com
0.7 parsecs away

Travel
| | [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication.
| | blog.m5e.de
1.0 parsecs away

Travel
| | In this Guide, I want to cover installing ZITADEL with PostgreSQL on a Linux system. Please be aware that PostgreSQL support is still in Beta at the time of this writing, and you will need a PostgreSQL installation with Version 14 or higher. NGINX Proxy Create a new subdomain and point it to your server. Use certbot -d domain.name for creating a new SSL Cert. Create a new file in /etc/nginx/sites-available/domainname
| | www.hallada.net
1.0 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.
| | janikvonrotz.ch
10.4 parsecs away

Travel
| This post is part of my Your own Virtual Private Server hosting solution project. Get the latest version of this article here: https://gist.github.com/9408741. Introduction This is a minimal Nginx website configuration. It's a good way to start your next project.