Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleidea/who-updates
Live Dashboard for Checking Stable Versions of Common Desktop Linux Software Across Snap, Flatpak, Apt
https://github.com/purpleidea/who-updates
Last synced: 14 days ago
JSON representation
Live Dashboard for Checking Stable Versions of Common Desktop Linux Software Across Snap, Flatpak, Apt
- Host: GitHub
- URL: https://github.com/purpleidea/who-updates
- Owner: purpleidea
- License: gpl-3.0
- Created: 2020-07-06T21:55:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T21:35:03.000Z (over 4 years ago)
- Last Synced: 2024-11-04T15:55:15.259Z (2 months ago)
- Homepage: https://fortwire.github.io/Who-Updates/
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Live Dashboard for Checking Versions of Common Desktop Linux Software Across Snap, Flatpak, Apt
#### Link: https://fortwire.github.io/Who-Updates
#### Setup:
getVersion.py - Retrieve the latest software versions
commit.sh - Commit them to github repo
main.sh - Wrapper for the two scripts above. Used in cronjob for every 6 hours to be run.
index.md - The output from the script
list.json - List of applications to check software versions
# crontab -e
0 */6 * * * /root/Who-Updates/main.sh >/dev/null 2>&1
#### Request:To add software send request in github