mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-14 17:31:35 +00:00
2018-12-31
This commit is contained in:
21
apps/verysync/config/mixbox.conf
Normal file
21
apps/verysync/config/mixbox.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
#------------------【VerySync】--------------------
|
||||
verysync() {
|
||||
|
||||
eval `mbdb export verysync`
|
||||
source /etc/mixbox/bin/base
|
||||
echo "********* $service ***********"
|
||||
echo "[${appinfo}]"
|
||||
readsh "启动${appname}服务[1/0] " "enable" "1"
|
||||
if [ "$enable" == '1' ]; then
|
||||
|
||||
readsh "请输入${appname}端口号" "port" "8886"
|
||||
|
||||
readsh "请输入${appname}外网访问配置[1/0]" "openport" "1"
|
||||
|
||||
${mbroot}/apps/${appname}/scripts/${appname}.sh restart
|
||||
else
|
||||
${mbroot}/apps/${appname}/scripts/${appname}.sh stop
|
||||
fi
|
||||
|
||||
}
|
||||
#------------------【VerySync】--------------------
|
||||
1
apps/verysync/config/version.txt
Normal file
1
apps/verysync/config/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
1.1.5
|
||||
7
apps/verysync/config/verysync.uci
Normal file
7
apps/verysync/config/verysync.uci
Normal file
@@ -0,0 +1,7 @@
|
||||
service="VerySync"
|
||||
appname="verysync"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
appinfo="基于p2p的文件同步工具,局域网同步速度快"
|
||||
newinfo=""
|
||||
version="0.0.3"
|
||||
Reference in New Issue
Block a user