rsync is a simple way to copy files and folders between your local computer and server. While you can install Nextcloud is a more normie-friendly Dropbox/Google Drive-like way to share files, people familiar with the command-line will find all they need in the simple rsync command. It not only makes file-transfer easy, but it allows you to build and maintain your website offline, then easily upload it to the proper directory on your server so you don't need to constantly be logged into your s...| landchad.net
HTTP basic authentication will allow you to secure parts (or all) of your website with a username and password without the trouble of PHP or Javascript. This will work with any Nginx server. Installation We will be using the command htpasswd to make username and password pairs. apt install apache2-utils The apache utils include a small username-password pair encryption tool. Like the other tutorials on this site, this tutorial is for Nginx, not for Apache servers.| landchad.net