Dependency monitoring web-application
Dependency monitoring web-application featuring webhooks, JSON API, and project-level tracking.
Hosted edition available at: lv.binarybabel.org
Supports tracking the latest versions of your favorite software via:
Latestver is available as a Docker Image: hub.docker.com/r/binarybabel/latestver
By default the application will be available from http://localhost:3333
Running Directly
docker run -p 3333:3333 -v $(pwd):/app/data --name latestver binarybabel/latestver
Using docker-compose.yml
version: '2'
services:
app:
image: binarybabel/latestver
volumes:
- .:/app/data
ports:
- "3333:3333"
Catalog Settings
Security Settings
You can create custom catalog models for advanced version checking.
Here are some code references:
Your model should be namespaced module Catalog
and reside within your data volume in a lib/catalog/
subdirectory.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses></http:>.
Latestver utilizes the following open-source projects…
Other dependencies are enumerated in Dockerfile
and Gemfile
.