Skip to content

driftywinds/hubrise

Repository files navigation

Hubrise - Apprise Notifications for GitHub Releases

Stay up to date with your favourite GitHub Repositories.


Pulls

Also available on Docker Hub - driftywinds/hubrise:latest

How to use: -

  1. Download the compose.yml and optionally the .env file from the repo here. The .env file is only useful if you want to let the users of your instance get their Telegram notifications from a bot you have created so they don't have to create a bot for themselves.
  2. Configure the .env file with your own Telegram bot token.
  3. Run docker compose up -d.
  4. Setup the first user (which has admin privileges by default) here https://localhost:3035 and get started.

You can check logs live with this command: -

docker compose logs -f

For dev testing: -

  • have python3 installed on your machine
  • clone the repo
  • go into the directory and run these commands: -
python3 -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
  • then run python3 app.py

About

Monitor and send notifications for GitHub releases

Resources

License

Stars

Watchers

Forks

Packages