Archived
Add .envrc.sample and basic setup instructions
This commit is contained in:
@@ -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>
|
||||||
@@ -2,4 +2,11 @@
|
|||||||
|
|
||||||
Check email (IMAP) and boop snoots (Rocketchat).
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user