softwatch/Readme.md

38 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-08-06 12:25:24 +00:00
# Softwatch
Get an E-Mail notification if a new Release of an Software is available for you to update.
2023-08-06 12:56:48 +00:00
# Setup
2023-08-06 13:02:27 +00:00
Download the Version you want to use, make the file executable, create a config.yml run `./softwatch config.yml`
2023-08-06 12:56:48 +00:00
## Linux ARM7 (Raspberry PI)
* Last Build: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/softwatch/softwatch_linux_arm_7`
2023-08-06 13:11:23 +00:00
* Last Release: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/softwatch/softwatch-stable_linux_arm_7`
2023-08-06 12:56:48 +00:00
* Special Release: ``
## Linux AMD64
* Last Build: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/softwatch/softwatch_linux_amd64`
2023-08-06 13:11:23 +00:00
* Last Release: `https://f003.backblazeb2.com/file/kekscloud-releases/softwatch/softwatch-stable_linux_amd64`
2023-08-06 12:56:48 +00:00
* Special Release: ``
# Config
See config.yml.sample
2023-08-06 12:25:24 +00:00
# Plugins
## Github
2023-08-06 12:56:48 +00:00
Config Data:
| Name | Value | Example |
|------|-------|---------|
| url | Link to the github page or name | louislam/uptime-kuma |
2023-08-06 12:25:24 +00:00
2023-08-06 12:56:48 +00:00
## Forgejo/Gitea
Config Data:
| Name | Value | Example |
|------|-------|---------|
| server | Gitea or Forgejo Server | https://codeberg.org |
| repo | Repository of the Projeckt | forgejo/forgejo |