Sign inSign up

dometto/cuttingedge

By dometto

Updated over 3 years ago

Self-hosted dependency monitoring, including shiny badges! Supports Ruby, Rust, and Python projects

Image
0

164

dometto/cuttingedge repository overview

CuttingEdge monitors the status of the dependencies of your projects and lets you know when any of them go out of date.

See GitHub for documentation: https://github.com/repotag/cutting_edge/

View the web front end of a live instance.

How to run

To run CuttingEdge on port 4567 on the host machine, with config.rb and projects.yml in the current working directory:

docker run -d --rm -p 4567:4567 -v $(pwd):/cutting_edge dometto/cuttingedge:main -c config.rb

Instead of using main, you can also use a specific release tag, e.g. dometto/cuttingedge:v0.3.

Features

  • Generates badge images that you can include in your projects' Readme
  • Can send you email when the status of a project's dependencies changes
  • Serves a simple info page detailing the status of each project
  • Supports the following languages:
    • Ruby
    • Python
    • Rust
  • Supports the following platforms:
    • GitHub
    • Gitlab (both gitlab.com and self-hosted instances)
    • Gitea

Tag summary

Content type

Image

Digest

sha256:9793e56a9

Size

52.8 MB

Last updated

over 3 years ago

docker pull dometto/cuttingedge:main