https://github.com/khulnasoft/postee
https://github.com/khulnasoft/postee
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/postee
- Owner: khulnasoft
- License: mit
- Created: 2024-06-11T23:51:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T08:41:27.000Z (10 months ago)
- Last Synced: 2025-02-01T02:16:39.399Z (8 months ago)
- Language: Go
- Homepage: https://khulnasoft.github.io/postee/
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice: Postee is no longer under active development or maintenance.
![]()
![Docker Pulls][docker-pull]
[![Go Report Card][report-card-img]][report-card]

[![License][license-img]][license]
![]()
[download]: https://img.shields.io/github/downloads/khulnasoft/postee/total?logo=github
[release-img]: https://img.shields.io/github/release/khulnasoft/postee.png?logo=github
[release]: https://github.com/khulnasoft/postee/releases
[docker-pull]: https://img.shields.io/docker/pulls/khulnasoft/postee?logo=docker&label=docker%20pulls%20%2F%20postee
[go-doc-img]: https://godoc.org/github.com/khulnasoft/postee?status.svg
[report-card-img]: https://goreportcard.com/badge/github.com/khulnasoft/postee
[report-card]: https://goreportcard.com/report/github.com/khulnasoft/postee
[license-img]: https://img.shields.io/badge/License-mit-blue.svg
[license]: https://github.com/khulnasoft/postee/blob/master/LICENSEPostee is a simple message routing application that receives input messages through a webhook interface, and can take enforce actions using predefined outputs via integrations.
Watch a quick demo of how you can use Postee:
[](https://www.youtube.com/watch?v=HZ5Z8jAVH8w)
Primary use of Postee is to act as a message relay and notification service that integrates with a variety of third-party services. Postee can also be used for sending vulnerability scan results or audit alerts from Khulnasoft Platform to collaboration systems.
In addition, Postee can also be used to enforce pre-defined behaviours that can orchestrate actions based on input messages as triggers.

## Status
Although we are trying to keep new releases backward compatible with previous versions, this project is still incubating,
and some APIs and code structures may change.## Documentation
The official [Documentation] provides detailed installation, configuration, troubleshooting, and quick start guides.---
Postee is an [Khulnasoft Security](https://khulnasoft.com) open source project.
Learn about our [Open Source Work and Portfolio].
Join the community, and talk to us about any matter in [GitHub Discussions] or [Slack].[Documentation]: https://khulnasoft.github.io/postee/latest
[Open Source Work and Portfolio]: https://www.khulnasoft.com/products/open-source-projects/
[Slack]: https://slack.khulnasoft.com/
[GitHub Discussions]: https://github.com/khulnasoft/postee/discussions## Release
1. Bump version of [helm chart](https://github.com/khulnasoft/postee/blob/main/deploy/helm/postee/Chart.yaml).
1. (By repository admin) Create a new tag. Postee and helm charts are automatically released by github actions.
1. (By repository admin) Run [publish-docs workflow](https://github.com/khulnasoft/postee/blob/main/.github/workflows/publish-docs.yml), if document has been updated.