Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Administraton Mattermost

jayDayZee edited this page Sep 6, 2017 · 2 revisions

Mattermost Server

Integrations

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

Please see our new documentation site at developer.holochain.org.

Intro

External Links

Holochain Core Development

Dev pages, need integrating into the wiki

Docker install for Devs

Clone this wiki locally