Skip to content

Instantly share code, notes, and snippets.

@spruce
spruce / .hubotrc
Last active March 23, 2021 21:06 — forked from febuiles/hubot.sh
Scripts to start automatically start hubot on startup on debian
#!/bin/bash
export PORT=5555 # setting port for hubot scripts, only needed if port 8080 is not ok with you
export BIND_ADDRESS=127.0.0.1 # So that hubot is not public under port but can be proxied through e.g. nginx
export HUBOT_HIPCHAT_JID="YOUR_ID_HERE@chat.hipchat.com" # set HipChatid
export HUBOT_HIPCHAT_PASSWORD="YOUR_PASSWORD_HERE" # setting password for HipChat
export GITLAB_CHANNEL="CHANNEL@conf.hipchat.com" # channel to which to send the GITLAB messages