/aotw

Administrator of the Week

Primary LanguageGoMIT LicenseMIT

aotw

Docker Pulls

Administrator Of The Week

Configure sasm

Create a directory:

mkdir ~/.aotw

Create a config file:

vim ~/.aotw/config.yml

Add a Slack token:

---
admins:
  # aaa
  - code
  # bbb
  - code2
slack_token: someSlackToken

Save the file. Update the permissions to ensure that you are the only one that is able to read and write to the config file:

chmod 0600 ~/.aotw/config.yml

Send a slack message

dockeri.co

docker run \
    -v /home/${USER}/.aotw/:/home/aotw/.aotw/ utrecht/aotw:0.1.1 \
    aotw -config /home/aotw/.aotw/config.yml