Explore >> Select a destination


You are here

blog.orhun.dev
| | blog.m5e.de
5.1 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
| | yasoob.me
6.3 parsecs away

Travel
| | Hi everyone! ?? I maintain an old website for a client that was originally developed in 2015. It hasn't been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven't been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation.
| | rolisz.ro
5.4 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | citizen428.net
70.8 parsecs away

Travel
| My blog gets generated with Hugo, which Im generally happy with. Until recently, I hosted the static files on Netlify but now decided to get my own little server again. There are two main reasons for this: I actually missed doing some sysadmin work. The Internet was supposed to be a federated system and I dont want to outsource everything to a few tech giants. Operating system choice OpenBSD has always been one of my favorite (server) operating systems, for reasons that are nicely summarized at Why OpenB...