This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 143
Administraton Mattermost
jayDayZee edited this page Sep 6, 2017
·
2 revisions
- server address
- 162.243.136.142
- username
- mattermost
- password
- notes
- mattermost and the integrations are all running within screen
- to connect to the screen session
- $HOME/Scripts/screen.mattermost
-
Zapier
- github integration
-
mattermost-github - DID NOT USE - OBSOLETE IGNORE
- /~https://github.com/softdevteam/mattermost-github-integration
- cloned to
- $HOME/mattermost-github
- other installation
- docker
- config.py
USERNAME = "Github"
ICON_URL = "yourdomain.org/github.png"
MATTERMOST_WEBHOOK_URLS = {
'default' : ("http://chat.holochain.net/hooks/jtk9idg4ifnj7ncm9et6tjdi5w", "off-topic"),
'metacurrency/holochain' : ("http://chat.holochain.net/hooks/jtk9idg4ifnj7ncm9et6tjdi5w", "feedcode"),
#'teamname' : ("yourdomain.org/hooks/hookid3", "town-square"),
#'teamname/unimportantrepo' : None,
}
GITHUB_IGNORE_ACTIONS = {
"issues": ["labeled", "assigned"],
}
SECRET = None
SHOW_AVATARS = True
SERVER = {
'hook': "/"
, 'address': "0.0.0.0"
, 'port': 5000
}
- github webhook
- payload url
- secret
$$BLANK$$ - setting secret to anything other than blank causes the flask startup to fail
- which events
- send me everything
Project Links: | Holochain Overview | Code Repository | White Paper | GoDocs API Reference |
---|
Holochain is part of Ceptr, and brought to you by the MetaCurrency Project