Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudron-io/releasebell
https://github.com/cloudron-io/releasebell
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudron-io/releasebell
- Owner: cloudron-io
- License: mit
- Created: 2021-01-18T11:50:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T06:56:18.000Z (5 months ago)
- Last Synced: 2024-08-02T02:15:51.118Z (3 months ago)
- Language: JavaScript
- Size: 1.44 MB
- Stars: 10
- Watchers: 4
- 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.[![Install](https://cloudron.io/img/button.svg)](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 [email protected]
export MAIL_DOMAIN=example.com
export APP_ORIGIN=example.com
```