April 2023

How to Securely Clone a Private GitHub Repository to Your Server with SSH

In this guide, I will show you how you can easily and securely clone and deploy a private GitHub Repository to any server that has SSH enabled without exposing your GitHub account credentials to the server or giving the server any unnecessary access to your Github account. We will do it using the Deploy keys […]

How to Securely Clone a Private GitHub Repository to Your Server with SSH Read More »

How to Install File Browser on Ubuntu with Nginx

Filebrowser is a file manager that is free and open source. It provides all the functionalities expected from any file manager such as copying, moving, deleting, and renaming files and directories. Moreover, it provides an authentication and authorization system where you can manage users and their roles. Based on the official Filebrowser GitHub repository, it was

How to Install File Browser on Ubuntu with Nginx Read More »

Scroll to Top