update 2024-03-04 18:12:04
This commit is contained in:
parent
e6aa79477a
commit
84f10afb46
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=1.0.2-20240113
|
PKG_VERSION:=1.0.3-20240304
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for Emby
|
LUCI_TITLE:=LuCI support for Gogs
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
|
||||||
|
|
||||||
define Package/luci-app-emby/conffiles
|
define Package/luci-app-gogs/conffiles
|
||||||
/etc/config/emby
|
/etc/config/gogs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
|
@ -63,8 +63,7 @@ case ${ACTION} in
|
||||||
docker ps --all -f 'name=penpot_penpot-frontend_1' --format '{{.State}}'
|
docker ps --all -f 'name=penpot_penpot-frontend_1' --format '{{.State}}'
|
||||||
;;
|
;;
|
||||||
"port")
|
"port")
|
||||||
http_port=`uci get penpot.@main[0].http_port 2>/dev/null`
|
uci get -q penpot.@main[0].http_port 2>/dev/null
|
||||||
echo $http_port
|
|
||||||
;;
|
;;
|
||||||
"create-user")
|
"create-user")
|
||||||
echo docker exec -ti penpot_penpot-backend_1 ./manage.sh create-profile -u "${1}" -p "${2}" -n "${3}"
|
echo docker exec -ti penpot_penpot-backend_1 ./manage.sh create-profile -u "${1}" -p "${2}" -n "${3}"
|
||||||
|
|
|
@ -75,8 +75,7 @@ case ${ACTION} in
|
||||||
docker ps --all -f 'name=vaultwarden' --format '{{.State}}'
|
docker ps --all -f 'name=vaultwarden' --format '{{.State}}'
|
||||||
;;
|
;;
|
||||||
"port")
|
"port")
|
||||||
http_port=`uci get vaultwarden.@main[0].http_port 2>/dev/null`
|
uci get -q vaultwarden.@main[0].http_port 2>/dev/null
|
||||||
echo $http_port
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
usage
|
usage
|
||||||
|
|
|
@ -35,12 +35,6 @@ define Package/$(PKG_NAME)/description
|
||||||
SpeedTestCli is a network speed test command
|
SpeedTestCli is a network speed test command
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/conffiles
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/postinst
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue