Skip to content

Web-based utility that tracks software updates in one convenient place.

License

Notifications You must be signed in to change notification settings

UpdateWatch/update-watch

Repository files navigation

UpdateWatch

This software hasn't been maintained since 2019. Amolith is working on a spiritual successor (written in Go rather than PHP) at ~amolith/willow.


Web-based utility that tracks software updates in one convenient place.

Hosted version available at updatewatch.lelux.fi.

Screenshots

Screenshot of UpdateWatch frontpage

Running

composer install
cp .env.dist .env
yarn install

Database setup

Make MariaDB database as described here and add the password to .env.

CREATE USER 'updatewatch_user'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON update_watch.* TO 'updatewatch_user'@'localhost' IDENTIFIED BY 'password';
sudo mysql -u root < db.sql

About

Web-based utility that tracks software updates in one convenient place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages