aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-08-29 00:01:45 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-08-29 00:01:45 +0200
commit2f12a917b9f156e012c9dd6cae382bdc36fae7c7 (patch)
tree7060ded82988dd5ead8483e014edfa74dc930e39 /README.md
parent6ea0264d32d5337c033d3865e16f6f35dfbe47f0 (diff)
downloadfastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar
fastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar.bz2
fastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar.zst
pending bang verdict notifications
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7dd2aa4..1186725 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ If you go with environment variables, the following options are available:
- BASE\_URL: url of the deployed website, without trailing slash. Default: "http://localhost:20546"
- ADMIN\_USER: username for logging into the interface for accepting/rejecting bangs. Default: "bleb"
- ADMIN\_PW\_HASH: hash of the passwort used for logging in. Default: ""
+- EMAIL\_CMD: path to an executable for sending emails. Will be called with the recipient, subject and body as command-line arguments. Default: ""
On the password hash:
The default setting makes it impossible to log in, forcing you to set your own. You DON'T NEED TO DO THIS if you don't plan on adding custom bangs. The format is the sha512 hash of the password, converted to base64.