Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evry-ace/link-unfurl-slack-bot

Link unfurl Slack bot for private endpoints
https://github.com/evry-ace/link-unfurl-slack-bot

Last synced: 6 days ago
JSON representation

Link unfurl Slack bot for private endpoints

Awesome Lists containing this project

README

        

# Link Unfurl Slack-bot ![Go Test](https://github.com/evry-ace/link-unfurl-slack-bot/actions/workflows/go.yml/badge.svg) ![CodeQL Analysis](https://github.com/evry-ace/link-unfurl-slack-bot/actions/workflows/codeql-analysis.yml/badge.svg) [![codecov](https://codecov.io/gh/evry-ace/link-unfurl-slack-bot/branch/main/graph/badge.svg?token=GK90PXI0A7)](https://codecov.io/gh/evry-ace/link-unfurl-slack-bot)

Slack-bot to do link unfurl for private endpoints 🔐

## Features

* [x] Atlassian Bitbucket Server
* [ ] Atlassian Confluence Server
* [ ] Atlassian JIRA Server

## Configuration

| Environment Variable | Description | Required | Default |
|----------------------|-------------|----------|---------|
| `LOGLEVEL` | Logrus log level | `false` | `debug` |
| `LOGFORMAT` | Logrus log format | `false` | `text` |
| `BITBUCKET_PAT` | Bitbucket Personal Access Token | `true` | `""` |
| `BITBUCKET_SERVER` | Bitbucket Server Hostname | `true` | `""` |
| `SLACK_APP_TOKEN` | Slack App Token | `true` | `""` |
| `SLACK_BOT_TOKEN` | Slack Bot Token | `true` | `""` |
| `CHANNEL_REGEX` | Enabled channels for link unfurling | `false` | `"^devops-([a-zA-Z0-9_]+)$"` |

## Deployment

[Go to Kubernetes deploymennt guide](./dist/kubernetes/).