How to install Poste.io on Debian 11/10/9

Poste.io is a mail server solution that provides a simple, fast, and secure way to send and receive emails. In this tutorial, we will learn how to install Poste.io on Debian 11/10/9. Prerequisites Before installing Poste.io, make sure your system meets the following requirements: * A…

Setup a reverse proxy using nginx with SSL

Reverse proxy are really useful for accessing services on your server via https instead of http. This is also required when using an api, for example, on your website that uses SSL. As it is not allowed to access http resources from an https connection. In this post, I'll show…

How to setup Pocketbase on Debian 11/10/9 (with proxy)

In this post I'm going to share with you, how to setup Pocketbase on the latest Debian versions. Pocketbase is a simple Firebase and Stripe alternative, you can use for your side project, side hustle etc. You can access your data over an API or using the JS or Flutter…

How to use LetsEncrypt with Certbot

Certbot is a wonderful tool you can use to: Generate a SSL certificate with LetsEncrypt and automatically install and configure it on your webserver. Prerequisites You'll need a website that's already online and hosted on a server. Obviously a domain is also necessary. Installing Certbot... on Debian 11/10 First…

How to install Plausible Analytics on Debian 11

You don't have to pay for Plausible. You can simply host it yourself. In this guide I will show you: How to install the Plausible docker container and setup a reverse proxy with Nginx. This will enable you to track any website. Reasons to choose Plausible over Google Analytics * Plausible…