ReleaseBell logo

ReleaseBell

  •  0 ratings
In category: Miscellaneous

About ReleaseBell

Send release notifications for starred Github repos.

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

Self-host this app on a heavily discounted RackNerd VPS for $0.99/mo only!

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

RackNerd Medium Rectangle Banner

Popular Projects

FluxBB

in Social Networks and Forums
 43k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 33k    1    1    0  

Dashboard

in Personal Dashboards
 13k    0    0    0  

Libreddit

in Social Networks and Forums
 11k    0    1    0  

Libre Translate

in Miscellaneous
 10k    0    0    0  

Audiobookshelf

in Audio Streaming
 10k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 9k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 33k    1    1    0  

Tube Archivist

in Automation
 5k    0    1    0  

OneDev

in Project Management
 4k    0    0    0  

iodine

in Proxy
 3k    0    0    0  

Alf.io

in Booking and Scheduling
 3k    0    0    0  

sysPass

in Password Managers
 2k    0    0    0  

Misskey

in Social Networks and Forums
 3k    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

King Phisher logo
King Phisher cover

King Phisher

King Phisher is a tool for testing and promoting user aware…

DOMJudge logo
DOMJudge cover

DOMJudge

A system for running a programming contest, like the ICPC r…

Teleport logo
Teleport cover

Teleport

Certificate authority and access plane for SSH, Kubernetes,…