|
You are here |
blog.infosec.exchange | ||
| | | | |
sleeplessbeastie.eu
|
|
| | | | | Take advantage of Docker to install Mastodon. | |
| | | | |
billyle.dev
|
|
| | | | | Learn how to add Remark42, an open source comment engine with multiple auth providers, to your website without a subdomain. This tutorial will walk you through the steps and dive into the details on how to write the code and set it up on Coolify. | |
| | | | |
www.janhouse.lv
|
|
| | | | | In one of my previous blog postsI mentioned hiding your server behind proxy to protect yourself from long downtime. Since some of you wanted more information, I figured I should write about it. This will still only scratch the surface of it and you should do some additional reading if you want to get a ... Continue reading "Hiding your web server behind proxy" | |
| | | | |
blog.chand1012.dev
|
|
| | | 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. | ||