Stay up to date with your favourite GitHub Repositories.
Also available on Docker Hub - driftywinds/hubrise:latest
- Download the
compose.ymland optionally the.envfile from the repo here. The.envfile 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. - Configure the
.envfile with your own Telegram bot token. - Run
docker compose up -d. - Setup the first user (which has admin privileges by default) here
https://localhost:3035and get started.
You can check logs live with this command: -
docker compose logs -f
- 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