Add set password instructions to README.md

This commit is contained in:
Josh Holtrop 2026-03-28 19:48:59 -04:00
parent 518ee7c366
commit 011be07e03

View File

@ -4,7 +4,7 @@ A lightweight Ruby CGI status page for home server monitoring.
## Install ## 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 ### 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 ScriptAlias / /var/www/malp/cgi-bin/malp.rb
</VirtualHost> </VirtualHost>
``` ```
### Set user name and password
```
/var/www/malp/bin/setpasswd
```