diff --git a/luci-app-gogs/Makefile b/luci-app-gogs/Makefile index fab07c914..3aff85b50 100644 --- a/luci-app-gogs/Makefile +++ b/luci-app-gogs/Makefile @@ -2,15 +2,15 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.0.2-20240113 +PKG_VERSION:=1.0.3-20240304 PKG_RELEASE:= -LUCI_TITLE:=LuCI support for Emby +LUCI_TITLE:=LuCI support for Gogs LUCI_PKGARCH:=all LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd -define Package/luci-app-emby/conffiles -/etc/config/emby +define Package/luci-app-gogs/conffiles +/etc/config/gogs endef include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-penpot/root/usr/libexec/istorec/penpot.sh b/luci-app-penpot/root/usr/libexec/istorec/penpot.sh index 8c4b14aaa..93d8a53f4 100755 --- a/luci-app-penpot/root/usr/libexec/istorec/penpot.sh +++ b/luci-app-penpot/root/usr/libexec/istorec/penpot.sh @@ -63,8 +63,7 @@ case ${ACTION} in docker ps --all -f 'name=penpot_penpot-frontend_1' --format '{{.State}}' ;; "port") - http_port=`uci get penpot.@main[0].http_port 2>/dev/null` - echo $http_port + uci get -q penpot.@main[0].http_port 2>/dev/null ;; "create-user") echo docker exec -ti penpot_penpot-backend_1 ./manage.sh create-profile -u "${1}" -p "${2}" -n "${3}" diff --git a/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh b/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh index 2de54320d..1f52a1de5 100755 --- a/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh +++ b/luci-app-vaultwarden/root/usr/libexec/istorec/vaultwarden.sh @@ -75,8 +75,7 @@ case ${ACTION} in docker ps --all -f 'name=vaultwarden' --format '{{.State}}' ;; "port") - http_port=`uci get vaultwarden.@main[0].http_port 2>/dev/null` - echo $http_port + uci get -q vaultwarden.@main[0].http_port 2>/dev/null ;; *) usage diff --git a/speedtestcli/Makefile b/speedtestcli/Makefile index b8b695aef..53b127878 100644 --- a/speedtestcli/Makefile +++ b/speedtestcli/Makefile @@ -35,12 +35,6 @@ define Package/$(PKG_NAME)/description SpeedTestCli is a network speed test command endef -define Package/$(PKG_NAME)/conffiles -endef - -define Package/$(PKG_NAME)/postinst -endef - define Build/Configure endef