dead-man-switch 0.3.0

A simple no-BS Dead Man's Switch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Upon starting the program it will create this config.toml file.
# Read the README.md for more information on the file location.
username = "me@example.com"
password = ""
smtp_server = "smtp.example.com"
smtp_port = 587
message = "I'm probably dead, go to Central Park NY under bench #137 you'll find an age-encrypted drive. Password is our favorite music in Pascal case."
message_warning = "Hey, you haven't checked in for a while. Are you okay?"
subject = "[URGENT] Something Happened to Me!"
subject_warning = "[URGENT] You need to check in!"
to = "someone@example.com"
from = "me@example.com"
attachment = "/root/important_file.gpg" # optional
timer_warning = 1209600 # 2 weeks
timer_dead_man = 604800 # 1 week