ReleaseBell logo

ReleaseBell

  •  0 ratings
In category: Miscellaneous

About ReleaseBell

Send release notifications for starred Github repos.

  •   315  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: 161  
  •   4  
  •   1  
  •  Latest commit: Mar 10, 2023  

Deploy this app to Linode with a free $100 credit!

Languages/Platforms/Technologies:
Lincenses:

More about ReleaseBell

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

Manual

Release Bell is a Nodejs app and thus requires Nodejs at least version 6.

mkdir releasebell
curl -L https://git.cloudron.io/cloudron/releasebell/-/archive/v1.0.1/releasebell-v1.0.1.tar.gz  | tar zxf - --strip-components 1 -C ./releasebell
cd releasebell
npm install
./index.js

User Management

While the app is multiuser aware, it does not come with a full blown usermanagement, but leaves this up to external services. Currently only two are available: * local JSON file (for development only) * LDAP

Unless LDAP is configured, Release Bell will use a JSON file located at ./users.json to contain the available users. The file consists of a toplevel array with objects for each individual user:

[
    {
        "username": "test",
        "password": "plaintextpassword",
        "email": "test@example.com"
    }
]
Since the password is currently stored in plain text, this option is not recommended for production deployments.

To enable the LDAP backend, simply export the following env variables and adjust to your setup:

export LDAP_URL=ldaps://127.0.0.1:3002
export LDAP_USERS_BASE_DN=ou=users,dc=example
export LDAP_BIND_DN=CN=admin,ou=users,dc=example
export LDAP_BIND_PASSWORD=adminpassword

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

Comments (0)

Please login to join the discussion on this project.

ReleaseBell Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

Linux VPS from $11/yr.
RackNerd VPS for $11.38/mo

Popular Projects

FluxBB

in Social Networks and Forums
 31k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Libreddit

in Social Networks and Forums
 6k    0    1    0  

CasaOS

in Self-hosting Solutions
 5k    0    0    0  

Audiobookshelf

in Audio Streaming
 4k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 4k    0    0    0  

Dashboard

in Personal Dashboards
 3k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Tube Archivist

in Automation
 3k    0    1    0  

OneDev

in Project Management
 2k    0    0    0  

iodine

in Proxy
 2k    0    0    0  

Alf.io

in Booking and Scheduling
 2k    0    0    0  

sysPass

in Password Managers
 888    0    0    0  

Misskey

in Social Networks and Forums
 2k    0    0    0  
pCloud Lifetime

Top Rated Projects

Gitea

 1 rating
in Project Management

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Pydio

 1 rating
in File Transfer & Synchronization

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Seafile

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

411 logo
411 cover

411

Alert Management Web Application.

MissionKontrol logo
MissionKontrol cover

MissionKontrol

Configurable admin panel allowing non-technical users to CR…

WeeWX logo
WeeWX cover

WeeWX

Open source software for your weather station.