Add .envrc.sample and basic setup instructions

This commit is contained in:
3wc 2021-08-11 13:29:21 +02:00
parent 97a160ae40
commit a538106343
2 changed files with 12 additions and 0 deletions

5
.envrc.sample Normal file
View File

@ -0,0 +1,5 @@
export MAIL_SERVER=mail.gandi.net
export MAIL_USER=helo@autonomic.zone
export MAIL_PASSWORD=$(pass autonomic/logins/helo@autonomic.zone/password)
export ROCKETCHAT_HOOK_URL=<fill in from rocketchat admin>

View File

@ -2,4 +2,11 @@
Check email (IMAP) and boop snoots (Rocketchat).
## Development
```
git clone ssh://git@git.autonomic.zone:2222/3wordchant/mailboop.git
pip install -r requirements-dev.txt
cp .envrc.sample .envrc
envrc allow
```