1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrutiny_ynh.git synced 2024-09-03 20:16:24 +02:00

Merge pull request #21 from YunoHost-Apps/ci-auto-update-0.8.0

Upgrade to v0.8.0
This commit is contained in:
ewilly 2024-03-15 05:35:47 +00:00 committed by GitHub
commit 6b5b58eb0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 27 deletions

View file

@ -34,8 +34,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
- Configurable Alerting/Notifications via Webhooks
- (Future) Hard Drive performance testing & tracking
**Shipped version:** 0.7.3~ynh3
**Shipped version:** 0.8.0~ynh1
## Screenshots
@ -43,10 +42,10 @@ Scrutiny is a simple but focused application, with a couple of core features:
## Documentation and resources
* Official admin documentation: <https://github.com/AnalogJ/scrutiny/tree/master/docs>
* Upstream app code repository: <https://github.com/AnalogJ/scrutiny>
* YunoHost Store: <https://apps.yunohost.org/app/scrutiny>
* Report a bug: <https://github.com/YunoHost-Apps/scrutiny_ynh/issues>
- Official admin documentation: <https://github.com/AnalogJ/scrutiny/tree/master/docs>
- Upstream app code repository: <https://github.com/AnalogJ/scrutiny>
- YunoHost Store: <https://apps.yunohost.org/app/scrutiny>
- Report a bug: <https://github.com/YunoHost-Apps/scrutiny_ynh/issues>
## Developer info
@ -54,10 +53,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
or
sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -34,8 +34,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
- Configurable Alerting/Notifications via Webhooks
- (Future) Hard Drive performance testing & tracking
**Version incluse :** 0.7.3~ynh3
**Version incluse :** 0.8.0~ynh1
## Captures décran
@ -43,10 +42,10 @@ Scrutiny is a simple but focused application, with a couple of core features:
## Documentations et ressources
* Documentation officielle de ladmin : <https://github.com/AnalogJ/scrutiny/tree/master/docs>
* Dépôt de code officiel de lapp : <https://github.com/AnalogJ/scrutiny>
* YunoHost Store: <https://apps.yunohost.org/app/scrutiny>
* Signaler un bug : <https://github.com/YunoHost-Apps/scrutiny_ynh/issues>
- Documentation officielle de ladmin : <https://github.com/AnalogJ/scrutiny/tree/master/docs>
- Dépôt de code officiel de lapp : <https://github.com/AnalogJ/scrutiny>
- YunoHost Store : <https://apps.yunohost.org/app/scrutiny>
- Signaler un bug : <https://github.com/YunoHost-Apps/scrutiny_ynh/issues>
## Informations pour les développeurs
@ -54,10 +53,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
ou
sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -4,7 +4,7 @@ id = "scrutiny"
name = "Scrutiny"
description.en = "WebUI for smartd S.M.A.R.T monitoring"
version = "0.7.3~ynh3"
version = "0.8.0~ynh1"
maintainers = ["ewilly"]
@ -44,10 +44,10 @@ ram.runtime = "50M"
[resources.sources.main]
in_subdir = false
rename = "scrutiny-web-linux"
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-linux-amd64"
amd64.sha256 = "42071cb77bd04a608d35e5a6ecd712bd2f3496d6a7e46374171a8fa8bfa255d4"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-linux-arm64"
arm64.sha256 = "da23b73dea681604db62450996f46f8542ef813c9fcc7125f377ee1da6fecd3e"
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-linux-amd64"
amd64.sha256 = "a916c7bc7f61e5082b752f29a8cd44b35712c3e0cdf47fd24d16a0526240613a"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-linux-arm64"
arm64.sha256 = "5abb083864c1f2f173ca35980a648c51a5796c9d01cfbff90c18c5e7903cb77c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^scrutiny-web-linux-amd64$"
@ -55,10 +55,10 @@ ram.runtime = "50M"
[resources.sources.scrutiny-collector-metrics-linux]
in_subdir = false
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-collector-metrics-linux-amd64"
amd64.sha256 = "5dff7bc924a4003ae4e9d7c38832d87a931df74aec80b29dba929c18f2643f1b"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-collector-metrics-linux-arm64"
arm64.sha256 = "515bd6011723c1fd83bd861ad057437e419e589c315c53556e356bd3b850b363"
amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-collector-metrics-linux-amd64"
amd64.sha256 = "52cda4b5f6c9183996d2cde958d0cdccb329c9395f7609bf62e09d4113304804"
arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-collector-metrics-linux-arm64"
arm64.sha256 = "953b56db7806f0cc543b37d6b19c3d72ca76b7580a5367a1a99f5d96285347db"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^scrutiny-collector-metrics-linux-amd64$"
@ -66,8 +66,8 @@ ram.runtime = "50M"
[resources.sources.scrutiny-web-frontend]
in_subdir = true
url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.7.3/scrutiny-web-frontend.tar.gz"
sha256 = "4dc50dde48494a45c88ac4c8b37fe89038b3b64d7eb51636778e4194b32e328d"
url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.0/scrutiny-web-frontend.tar.gz"
sha256 = "f627dec3f797a6d012ff34016788fbed092697b80feaf05e3ebaa0b3460718a0"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^scrutiny-web-frontend.tar.gz$"