https://github.com/cloudron-io/releasebell
https://github.com/cloudron-io/releasebell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudron-io/releasebell
- Owner: cloudron-io
- License: mit
- Created: 2021-01-18T11:50:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T17:09:58.000Z (over 1 year ago)
- Last Synced: 2025-03-25T03:38:32.816Z (about 1 year ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Release Bell
A Self-Hosted Release Notification Service. Stay on top of releases for repos you star on GitHub.
## Installation
### Cloudron
Release Bell is packaged already as a Cloudron app and is installable directly from the Cloudron App Store.
It is fully integrated with the Cloudron usermanagement. The email sending is also preconfigured and needs not further configuration to work.
[](https://cloudron.io/button.html?app=io.cloudron.releasebell)
#### Sending Notifications via Email
Release Bell currently only supports sending out release notifications via email, so for a production deployment, export the following env variables and adjust to your setup:
```
export MAIL_SMTP_SERVER=smtp.example.com
export MAIL_SMTP_PORT=25
export MAIL_SMTP_USERNAME=
export MAIL_SMTP_PASSWORD=
export MAIL_FROM=releasebell@example.com
export MAIL_DOMAIN=example.com
export APP_ORIGIN=example.com
```