Skip to content

Commit

Permalink
fix webvirtcloud of network
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanson committed Dec 7, 2023
1 parent 642367d commit a2ad79b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-webvirtcloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=0.3.6-20231201
PKG_VERSION:=0.3.8-20231207
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for webvirtcloud
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-webvirtcloud/po/zh-cn/webvirtcloud.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msgid "Service Status"
msgstr "服务状态"

msgid "WebVirtCloud status:"
msgstr "Home Assistant 的状态信息如下:"
msgstr "WebVirtCloud 的状态信息如下:"

msgid "Setup"
msgstr "安装配置"
Expand All @@ -32,7 +32,7 @@ msgid "WebVirtCloud is running"
msgstr "WebVirtCloud 运行中"

msgid "WebVirtCloud is not running"
msgstr "Home Assistant 未运行"
msgstr "WebVirtCloud 未运行"

msgid "Open the WebVirtCloud"
msgstr "打开 WebVirtCloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ do_install() {
--tmpfs /tmp \
--tmpfs /run/lock \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-v /mnt:/mnt:rslave \
-v \"$config/dbconfig:/srv/webvirtcloud/dbconfig\" \
-v \"$config/libvirt:/etc/libvirt\" \
-v \"$config/images:/var/lib/libvirt/images\" \
Expand All @@ -40,6 +39,9 @@ do_install() {
fi
[ -z "$tz" ] || cmd="$cmd -e TZ=\"$tz\""

cmd="$cmd -v /mnt:/mnt"
mountpoint -q /mnt && cmd="$cmd:rslave"

cmd="$cmd --name webvirtcloud \"$IMAGE_NAME\""

echo "$cmd"
Expand Down
4 changes: 2 additions & 2 deletions applications/vmease/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_VMEASE:=$(ARCH)

PKG_NAME:=vmease
PKG_VERSION:=0.3.7
PKG_VERSION:=0.3.8
PKG_RELEASE:=$(PKG_ARCH_VMEASE)-2
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/vmease/
PKG_HASH:=809d9b95fe8d46471dda8d8b91f2df8632c695c04dabd833f28a6548ab863075
PKG_HASH:=aff74423d5c603774709fbc2723b28d7784fe84902eabbcaeb33f5231fa357ca

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)

Expand Down

0 comments on commit a2ad79b

Please sign in to comment.