An open API service indexing awesome lists of open source software.

https://github.com/akmalovaa/releases-info

Check new release versions for your projects list
https://github.com/akmalovaa/releases-info

bootstrap docker docker-compose flask poetry python releases

Last synced: 2 months ago
JSON representation

Check new release versions for your projects list

Awesome Lists containing this project

README

          

# Releases info for projects list

The service checks new versions of your projects and shows how far behind we are in terms of releases

![Releases info](./example.png "Example home paget")

At the moment it only works with github (projects where there is a release list) there are plans to add Docker hub check images

# Configuration

Change file [config.yaml](https://github.com/akmalovaa/releases-info/blob/main/config.yaml):

example:

```yaml
services:
sentry:
github:
owner: getsentry
repo: sentry
version: 22.11.0
```

# Run

copy .env.example and add your github token to .env file

```
cp .env.example .env
```

run docker-compose

```
docker-compose up -d
```

# To Do

- Add source [Docker HUB](https://hub.docker.com/)
- Telegram notifications about new releases
- Auto parsing current version projects from iac repo
- Improve Frontend, use React
- MB need to add a database