This is a simple Flask application dockerized along with a Redis server using Docker Compose.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/M3rofio/Repo-Checker.git
-
Navigate to the project directory:
cd Repo-Checker
-
Run the following command to build and start the Docker containers:
docker-compose up --build
-
Access the application in your web browser at http://localhost:5000/.
You can customize the Flask application by modifying the app.py
file and templates located in the templates
directory.
To add repositories to watch for new releases, access the web GUI by visiting http://localhost:5000/ and inputting the repository details.
This project is licensed under the MIT License - see the LICENSE file for details.