update 2024-03-04 18:12:04

This commit is contained in:
github-actions[bot] 2024-03-04 18:12:04 +08:00
parent e6aa79477a
commit 84f10afb46
4 changed files with 6 additions and 14 deletions

View File

@ -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

View File

@ -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}"

View File

@ -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

View File

@ -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