From 4c40e7612a13134478a136d51973b576a0c9bc6a Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 17 May 2023 23:39:11 +0200 Subject: [PATCH] Scripts: Add usage comment to dist/install-firewall.sh Signed-off-by: Michael Mayer --- scripts/dist/install-firewall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/dist/install-firewall.sh b/scripts/dist/install-firewall.sh index 3e04f012b..8c98cfe33 100755 --- a/scripts/dist/install-firewall.sh +++ b/scripts/dist/install-firewall.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# This installs a simple firewall on Ubuntu Linux that only allows incoming http, https and ssh connections. +# bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-firewall.sh) + # Install ufw package if needed: sudo apt-get update sudo apt-get -qq install --no-install-recommends ufw