diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index e0a86c5..b54e90c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Scrutiny with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrutiny) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Scrutiny quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - (Future) Hard Drive performance testing & tracking -**Shipped version:** 0.8.0~ynh1 +**Shipped version:** 0.8.1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..562726f --- /dev/null +++ b/README_eu.md @@ -0,0 +1,63 @@ + + +# Scrutiny YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/scrutiny.svg)](https://dash.yunohost.org/appci/app/scrutiny) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/scrutiny.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/scrutiny.maintain.svg) + +[![Instalatu Scrutiny YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrutiny) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Scrutiny YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +**Scrutiny is a Hard Drive Health Dashboard & Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates.** + +> NOTE: Scrutiny is a Work-in-Progress and still has some rough edges. + +### Features + +Scrutiny is a simple but focused application, with a couple of core features: + +- Web UI Dashboard - focused on Critical metrics +- `smartd` integration (no re-inventing the wheel) +- Auto-detection of all connected hard-drives +- S.M.A.R.T metric tracking for historical trends +- Customized thresholds using real world failure rates +- Temperature tracking +- Provided as an all-in-one Docker image (but can be installed manually) +- Configurable Alerting/Notifications via Webhooks +- (Future) Hard Drive performance testing & tracking + + +**Paketatutako bertsioa:** 0.8.1~ynh1 + +## Pantaila-argazkiak + +![Scrutiny(r)en pantaila-argazkia](./doc/screenshots/dashboard.png) + +## Dokumentazioa eta baliabideak + +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug +edo +sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 387c416..26231cc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - (Future) Hard Drive performance testing & tracking -**Version incluse :** 0.8.0~ynh1 +**Version incluse :** 0.8.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 31a04a9..71e9cf8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features: - (Future) Hard Drive performance testing & tracking -**Versión proporcionada:** 0.8.0~ynh1 +**Versión proporcionada:** 0.8.1~ynh1 ## Capturas de pantalla diff --git a/manifest.toml b/manifest.toml index 148777c..d58c483 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "scrutiny" name = "Scrutiny" description.en = "WebUI for smartd S.M.A.R.T monitoring" -version = "0.8.0~ynh1" +version = "0.8.1~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.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" + amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-linux-amd64" + amd64.sha256 = "2cae6dc7ff4b0e510ed84763bfdd310839fc1cefe042610d1dd76e97cd7445a3" + arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-linux-arm64" + arm64.sha256 = "c0589522c02e1779468036e099ac307e54cf76505e747b976dfa38e736289c6f" 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.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" + amd64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-amd64" + amd64.sha256 = "904056ddc4e0bd3455a0db45d56f98084135a967eef018d18bfc8e4c0ef6887e" + arm64.url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-arm64" + arm64.sha256 = "63f792f2af8ce02759c99520cc5e9f0fb811e90c397ecbd911f2c14c8610aefd" 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.8.0/scrutiny-web-frontend.tar.gz" - sha256 = "f627dec3f797a6d012ff34016788fbed092697b80feaf05e3ebaa0b3460718a0" + url = "https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-web-frontend.tar.gz" + sha256 = "1160db33f9b9d53a25e0a0dac2cb9381c04728b43b4616eff9a15a1aa08fda43" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^scrutiny-web-frontend.tar.gz$"