GitLab URL expander for Slack
- GitLab API v4
- Slack app and OAuth Access Token
Download latest binary from https://github.com/sue445/gitpanda/releases
PORT=8000 \
GITLAB_API_ENDPOINT=https://your-gitlab.example.com/api/v4 \
GITLAB_BASE_URL=https://your-gitlab.example.com \
GITLAB_PRIVATE_TOKEN=xxxxxxxxxx \
SLACK_OAUTH_ACCESS_TOKEN=xoxp-0000000000-0000000000-000000000000-00000000000000000000000000000000 \
./gitpanda
PORT
- default is
8000
- default is
GITLAB_API_ENDPOINT
- e.g.
https://your-gitlab.example.com/api/v4
- e.g.
GITLAB_BASE_URL
- e.g.
https://your-gitlab.example.com
- e.g.
GITLAB_PRIVATE_TOKEN
SLACK_OAUTH_ACCESS_TOKEN
- see CREATE_SLACK_APP.md
- e.g.
xoxp-0000000000-0000000000-000000000000-00000000000000000000000000000000
$ ./gitpanda --help
Usage of ./gitpanda:
-version
Whether showing version
Recommend to use https://github.com/direnv/direnv
cp .envrc.example .envrc
vi .envrc
direnv allow