From c698e5634e372c41098951ed96fc044bf5eb327e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Jun 2021 15:39:05 -0400 Subject: changes --- index.html | 8 ++++++-- nginx.html | 7 ++++--- sshkeys.html | 1 - 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 269cf01..105c8f4 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@

Excellent Extras

- @@ -93,12 +94,15 @@
  • Cronjobs
  • IRC servers
  • Email webclients
  • +
  • Simple static site generators
  • NextCloud (file hosting)
  • Calibre (library server)
  • Nitter
  • Pleroma (like Twitter)
  • PeerTube (like YouTube)
  • Using ufw as a firewall.
  • +
  • XMPP ejabberd
  • +
  • Movim for XMPP
  • diff --git a/nginx.html b/nginx.html index fd0d69c..6023b4c 100644 --- a/nginx.html +++ b/nginx.html @@ -196,8 +196,8 @@ If you don't have ufw installed, you can skip this section.

    Option 1: Disable the firewall entirely...

    -

    It's usually easier to just entirely disable the firewall. -I recommend this in 99% of the cases. +

    It's usually easier to just entirely disable the firewall as we set up different services. +But be sure to see the article on how to fully configure the firewall later.

    systemctl stop ufw
    @@ -205,7 +205,8 @@ systemctl disable ufw

    Option 2: Or enable the proper ports.

    -

    If you want to keep and customize the firewall for later, we can get away with just enabling the ports needed for a webserver: +

    We can also simply manually disable the blocking of connections over HTTP and HTTPS. +This keeps the firewall otherwise active.

    ufw allow http,https
    diff --git a/sshkeys.html b/sshkeys.html index a02a359..14db22c 100644 --- a/sshkeys.html +++ b/sshkeys.html @@ -150,7 +150,6 @@ UsePAM no From here, simply reverse the settings we set above and you can login via SSH with a password and you can reapprove a newly created SSH key or whatever you want to do.

    - Next:<++> -- cgit v1.2.3