From bff417e199e18b761e735fabf9c8e72b0a260ece Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 30 Dec 2023 23:58:35 +0100 Subject: [PATCH 1/2] Fix for NVME device Followig https://forum.yunohost.org/t/scrutiny-app-does-not-display-any-information/27807 --- conf/systemd-scrutiny-collector.service | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd-scrutiny-collector.service b/conf/systemd-scrutiny-collector.service index db34191..ce00675 100644 --- a/conf/systemd-scrutiny-collector.service +++ b/conf/systemd-scrutiny-collector.service @@ -47,7 +47,7 @@ CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_WAKE_ALARM CapabilityBoundingSet=~CAP_SYS_TTY_CONFIG CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW -CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG +#CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG [Install] WantedBy=multi-user.target diff --git a/manifest.toml b/manifest.toml index c97de06..a325baf 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.7.2~ynh1" +version = "0.7.2~ynh2" maintainers = ["ewilly"] From 93cbaaeee8339b6fdd2d4bb8faa00f86ec92cead Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 30 Dec 2023 22:58:45 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24323a..76e109b 100644 --- a/README.md +++ b/README.md @@ -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.7.2~ynh1 +**Shipped version:** 0.7.2~ynh2 ## Screenshots @@ -45,6 +45,7 @@ Scrutiny is a simple but focused application, with a couple of core features: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index c09c64a..a35a3fa 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.7.2~ynh1 +**Version incluse :** 0.7.2~ynh2 ## Captures d’écran @@ -45,6 +45,7 @@ Scrutiny is a simple but focused application, with a couple of core features: * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs