mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
规避百度网盘VNC客户端访问无密码风险
This commit is contained in:
parent
a46bdf28f6
commit
58b54233ca
@ -1,6 +1,5 @@
|
||||
CONTAINER_NAME='baidunetdisk'
|
||||
VNC_PASSWORD='VNCPassword'
|
||||
PANEL_APP_PORT_HTTP='40030'
|
||||
VNC_PORT='40031'
|
||||
CONFIG_PATH='./data/config'
|
||||
DOWNLOAD_PATH='./data/config'
|
||||
|
@ -11,16 +11,6 @@
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "VNC端口",
|
||||
"labelEn": "VNC Port",
|
||||
"required": true,
|
||||
"default": 40031,
|
||||
"rule": "paramPort",
|
||||
"envKey": "VNC_PORT",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "访问密码",
|
||||
|
@ -12,7 +12,6 @@ services:
|
||||
NOVNC_LANGUAGE: "zh_Hans"
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5800"
|
||||
- "${VNC_PORT}:5900"
|
||||
volumes:
|
||||
- "${CONFIG_PATH}:/config"
|
||||
- "${DOWNLOAD_PATH}:/config/baidunetdiskdownload"
|
||||
|
@ -1,6 +1,5 @@
|
||||
CONTAINER_NAME='baidunetdisk'
|
||||
VNC_PASSWORD='VNCPassword'
|
||||
PANEL_APP_PORT_HTTP='40030'
|
||||
VNC_PORT='40031'
|
||||
CONFIG_PATH='./data/config'
|
||||
DOWNLOAD_PATH='./data/config'
|
||||
|
@ -11,16 +11,6 @@
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "VNC端口",
|
||||
"labelEn": "VNC Port",
|
||||
"required": true,
|
||||
"default": 40031,
|
||||
"rule": "paramPort",
|
||||
"envKey": "VNC_PORT",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "访问密码",
|
||||
|
@ -12,7 +12,6 @@ services:
|
||||
NOVNC_LANGUAGE: "zh_Hans"
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5800"
|
||||
- "${VNC_PORT}:5900"
|
||||
volumes:
|
||||
- "${CONFIG_PATH}:/config"
|
||||
- "${DOWNLOAD_PATH}:/config/baidunetdiskdownload"
|
||||
|
@ -1,6 +1,5 @@
|
||||
CONTAINER_NAME='baidunetdisk'
|
||||
VNC_PASSWORD='VNCPassword'
|
||||
PANEL_APP_PORT_HTTP='40030'
|
||||
VNC_PORT='40031'
|
||||
CONFIG_PATH='./data/config'
|
||||
DOWNLOAD_PATH='./data/config'
|
||||
|
@ -11,16 +11,6 @@
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "VNC端口",
|
||||
"labelEn": "VNC Port",
|
||||
"required": true,
|
||||
"default": 40031,
|
||||
"rule": "paramPort",
|
||||
"envKey": "VNC_PORT",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "访问密码",
|
||||
|
@ -12,7 +12,6 @@ services:
|
||||
NOVNC_LANGUAGE: "zh_Hans"
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5800"
|
||||
- "${VNC_PORT}:5900"
|
||||
volumes:
|
||||
- "${CONFIG_PATH}:/config"
|
||||
- "${DOWNLOAD_PATH}:/config/baidunetdiskdownload"
|
||||
|
Loading…
Reference in New Issue
Block a user