summaryrefslogtreecommitdiffhomepage
path: root/debug-me.default
Commit message (Collapse)AuthorAge
* Server: DEBUG_ME_FROM_EMAIL can be used to specify the --from-email.Joey Hess2017-05-09
| | | | This is used in debug-me.default to encourage configuring it.
* avoid EMAILJoey Hess2017-05-09
| | | | | | I think that systemd's parser for environment files does not let environment variables be built up out of previously set variables, so avoid that.
* use postmaster as defaultJoey Hess2017-05-09
|
* expose --from-email in debug-me.defaultSean Whitton2017-05-09
| | | | | | The default "unknown@server" is likely to cause mail to be filtered as spam or simply not delivered. Expose --from-email in the defaults file to encourage administrators to change it.
* add init script, systemd service file, MakefileJoey Hess2017-05-04
for debug-me server installation Adapted from keysafe