diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 01:21:51 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 01:21:51 +0200 |
commit | a07a29ef8f22a96b12f9777fc34c2554e6c201ab (patch) | |
tree | 1ccf5bc23764d07d7988baedcb4f377ccabd7a60 /README.md | |
parent | ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f (diff) | |
download | fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar.bz2 fastbangs-a07a29ef8f22a96b12f9777fc34c2554e6c201ab.tar.zst |
batched/commulative notifications about pending bangs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ If you go with environment variables, the following options are available: - 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: "" +- ADMIN\_EMAIL: Email that receives notifications about pending bangs using EMAIL\_CMD. 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. |