Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evry-ace/link-unfurl-slack-bot
- Owner: evry-ace
- License: mit
- Created: 2021-07-27T20:26:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T21:32:57.000Z (over 1 year ago)
- Last Synced: 2024-11-14T17:48:26.048Z (2 months ago)
- Language: Go
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).