Skip to content

Docker container for easily using slackin - a server that enabled public Slack organizations

License

Notifications You must be signed in to change notification settings

inthepocket/slackin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Slackin

Docker image for Slackin based on Alpine linux.

Usage

Pass your Slack organization (SLACK_ORGANIZATION) and API token (SLACK_API_TOKEN) as environment variables to the container. The container will run the Slackin web app on port 80 - in the example below, a port forward to local port 3000 is configured:

docker run -e SLACK_ORGANIZATION=<Slack organization> \
          -e SLACK_API_TOKEN=<Slack API token> \
          -d -p 3000:80 \
          inthepocket/slackin

About

Docker container for easily using slackin - a server that enabled public Slack organizations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published