Fixed ACL

This commit is contained in:
gSpot 2021-12-01 19:22:44 +03:00
parent 67b7b406ad
commit 6ea5099857
9 changed files with 17 additions and 10 deletions

View File

@ -7,12 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=0.3
PKG_RELEASE:=6
PKG_RELEASE:=7
LUCI_TITLE:=Information about connected disk devices (partitions, filesystems, SMART).
LUCI_DEPENDS:=+fdisk +smartmontools +smartmontools-drivedb
LUCI_PKGARCH:=all
PKG_LICENSE:=MIT
include ../../luci.mk
#include ../../luci.mk
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -5,16 +5,16 @@ OpenWrt >= 19.07.
**Installation notes:**
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-6_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-app-disks-info_0.3-6_all.ipk
opkg install /tmp/luci-app-disks-info_0.3-6_all.ipk
rm /tmp/luci-app-disks-info_0.3-6_all.ipk
/etc/init.d/rpcd restart
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-7_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-app-disks-info_0.3-7_all.ipk
opkg install /tmp/luci-app-disks-info_0.3-7_all.ipk
rm /tmp/luci-app-disks-info_0.3-7_all.ipk
/etc/init.d/rpcd reload
**i18n-ru:**
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-6_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-i18n-disks-info-ru_0.3-6_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.3-6_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.3-6_all.ipk
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-i18n-disks-info-ru_0.3-7_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.3-7_all.ipk
**Screenshots:**

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -80,6 +80,9 @@ msgstr "Версия прошивки"
msgid "Form Factor"
msgstr "Форм фактор"
msgid "Free-Fall Statistics"
msgstr "Статистика падений"
msgid "Gb"
msgstr "Гб"

View File

@ -70,6 +70,9 @@ msgstr ""
msgid "Form Factor"
msgstr ""
msgid "Free-Fall Statistics"
msgstr ""
msgid "Gb"
msgstr ""

View File

@ -5,7 +5,7 @@
"cgi-io": [ "exec" ],
"file": {
"/dev": [ "list" ],
"/bin/df -Th /dev/?d??": [ "exec" ],
"/bin/df -Th /dev/?d?[0-9]*": [ "exec" ],
"/usr/sbin/fdisk -l /dev/?d?": [ "exec" ],
"/usr/sbin/smartctl -iAHl scttemp -l error -l devstat --json=c /dev/?d?": [ "exec" ],
"/usr/sbin/smartctl -l scttempint,[0-9,p]* /dev/?d?": [ "exec" ]