030 / aotw

Administrator of the Week

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Administrator of the Week

License:MIT License


Languages

Language:Go 70.4%Language:Dockerfile 29.6%