From a987b7755199689beaba3ea02ce949239e4b6d34 Mon Sep 17 00:00:00 2001 From: tfasano1 Date: Wed, 30 Jun 2021 21:36:18 -0400 Subject: added to index.html --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index f6803ea..3c16f0e 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,7 @@
  • Use your SSH keys to prevent hacking.
  • Schedule tasks with Crontabs/Cronjobs.
  • Mirror your site on Tor.
  • +
  • Control Access with HTTP Basic Authentication.
  • "Build your own platform!"

    -- cgit v1.2.3 From 08014695c87d4caf94a002cabfa22c0e800663dc Mon Sep 17 00:00:00 2001 From: tfasano1 Date: Wed, 30 Jun 2021 22:13:37 -0400 Subject: fixes --- auth.html | 11 ----------- index.html | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'index.html') diff --git a/auth.html b/auth.html index 72ef15e..adc5632 100644 --- a/auth.html +++ b/auth.html @@ -112,19 +112,8 @@

    Reload nginx and you're good to go!

    - - - - - - - - - - Contributor - tomfasano.xyz -
    LandChad.net
    Because Everyone should be an Internet LandChad.
  • chad
  • RSS
  • BTC
  • XMR
  • Github
  • diff --git a/index.html b/index.html index 3c16f0e..3074ed7 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@
  • Use your SSH keys to prevent hacking.
  • Schedule tasks with Crontabs/Cronjobs.
  • Mirror your site on Tor.
  • -
  • Control Access with HTTP Basic Authentication.
  • +
  • Access Control with HTTP Basic Authentication.
  • "Build your own platform!"

    -- cgit v1.2.3 From 28cfc20065686d48f651f6e1844d94df13ff4395 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 23:03:21 -0400 Subject: minor branding changes and tweaks --- auth.html | 26 ++++++++++++++------------ index.html | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'index.html') diff --git a/auth.html b/auth.html index 6388452..6c30d7f 100644 --- a/auth.html +++ b/auth.html @@ -1,7 +1,7 @@ - HTTP Basic Authentication + Requiring Passwords for Webpages (HTTP Authentication) – LandChad.net @@ -9,25 +9,27 @@ -

    Access Control with HTTP Basic Auth

    +

    Requiring Passwords for Webpages

    - access control with nginx -

    HTTP basic authentication will allow you to secure parts (or all) of your website with a user name and password without the trouble of php or javascript.

    + access control with nginx +

    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

    Now think of a username and password and remember them.

    -
    htpasswd -c /etc/apache2/myusers username
    +
    htpasswd -c /etc/nginx/myusers username