From 011be07e03ecb06efaa0f2da87715c6e1e0383c2 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 28 Mar 2026 19:48:59 -0400 Subject: [PATCH] Add set password instructions to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe88e4..ea3a1d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightweight Ruby CGI status page for home server monitoring. ## Install -Copy repository directory to `/var/www/malp`. +Copy this repository directory to `/var/www`, so `/var/www/malp/cgi-bin` exists. ### Example Apache Setup @@ -57,3 +57,9 @@ openssl req -new -x509 -key anubis.key -out anubis.crt -days 3650 -sha384 ScriptAlias / /var/www/malp/cgi-bin/malp.rb ``` + +### Set user name and password + +``` +/var/www/malp/bin/setpasswd +```