Skip to content

Xiong-China/115Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

115 Browser

环境变量

名称 描述 必须
PASSWORD VNC密码 Y
CID Cookie N
SEID Cookie N
UID Cookie N
DISPLAY_WIDTH 窗口宽度 N
DISPLAY_HEIGHT 窗口高度 N

挂载目录

路径 描述 必须
/opt/115 115浏览器数据目录 N
/root/Downloads 下载目录 N

端口占用

端口 描述 必须
1150 WEB端口 Y
1152 VNC端口 N

如果进入网盘时页面无限刷新,请更新Cookie

docker run --name=115 \
--env PASSWORD=123456 \
--env DISPLAY_WIDTH=1920 \
--env DISPLAY_HEIGHT=1080 \
--rm --network=host -d --tmpfs /tmp \
--label io.containers.autoupdate=registry \
--env TZ=Asia/Shanghai \
docker.io/xiuxiu10201/115:latest

Web

http://localhost:1150/vnc.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.8%
  • Shell 17.2%