Skip to content

cloudron-io/releasebell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c544ad · Nov 4, 2024
Jun 5, 2024
Aug 31, 2023
Sep 26, 2023
Aug 25, 2023
Jun 15, 2018
Feb 20, 2024
Nov 3, 2024
Nov 3, 2024
Aug 28, 2023
Aug 26, 2023
Jun 5, 2024
Jun 5, 2024
Apr 5, 2022
Oct 25, 2023
Jul 7, 2019
Aug 26, 2023
Aug 28, 2023
Aug 25, 2023
Aug 29, 2023
Apr 13, 2020
Apr 13, 2020
Jun 5, 2024
Jun 5, 2024
Nov 4, 2024
Aug 26, 2023
Aug 25, 2023

Repository files navigation

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

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