rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.51k stars 1.35k forks source link

self hosting #267

Open ssshake opened 7 years ago

ssshake commented 7 years ago

Any chance you can publish an images to docker's repo. I don't have any interested to host this on a cloud provider but would like to use what you've done as easy as possible.

maxmarkus commented 7 years ago

You might want to have a look at hub.docker.com. I am using this one: https://hub.docker.com/r/chk1/slackin/

ssshake commented 7 years ago

oh cool, thanks! I did a search for slackin, or at least I thought I did. Didn't see this.

Daniel15 commented 7 years ago

I didn't want to deal with Docker, so I ended up installing it via npm (npm install --global slackin) and using the slackin command to run it, via supervisord:

[program:slackin]
command=slackin "example" --port=30861 --interval=60000
environment=SLACK_API_TOKEN=xxxxxxxxxxxx
user=www-data