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
- Host: GitHub
- URL: https://github.com/akmalovaa/releases-info
- Owner: akmalovaa
- Created: 2023-05-03T19:05:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T09:35:08.000Z (about 3 years ago)
- Last Synced: 2025-12-28T22:57:43.074Z (6 months ago)
- Topics: bootstrap, docker, docker-compose, flask, poetry, python, releases
- Language: HTML
- Homepage: https://rp.akmalov.com
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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