master .github linux ca.crt checkpsw.sh dh.pem run.sh server.crt server.key server_tcp.conf server_udp.conf windows .gitignore Dockerfile LICENSE README.md docker-compose.ymlBreadcrumbs UsbEAm-LAN-Party-Server /linux / server_udp.conf Latest...
Fork自 https://github.com/Nouko61/UsbEAm-LAN-Party-Server 的非docker版本。若docker版本无法连接可以尝试。 安装依赖 sudo apt install openvpn 配置权限 chmod +x run.sh checkpsw.sh 启动服务 cd UsbEAm-LAN-Party-Server ./run.sh 默认用户名 username1 密码password1 ,可在 data/psw-file 中修改 后台...
cd UsbEAm-LAN-Party-Server sudo docker-compose up -d sudo docker run -d -v ./lan-party:/lan-party/data --name=lan-party --cap-add=NET_ADMIN -p 3075:3075/tcp -p 3074:3074/udp --restart=always nouko61/usbeam-lan-party ``` * 默认用户名 **username1** 密码**password1** ,可在...
cd UsbEAm-LAN-Party-Server/linux sudo -b sh run.sh 方式二:使用Docker启动 安装Docker,Ubuntu系统可以使用下面的命令安装 sudo apt update && sudo apt install -y docker.io 启动容器 sudo docker run -d --restart=always \ --cap-add=NET_ADMIN \ -v ./lan-party:/lan-party/data \ -p 3075:...
cd UsbEAm-LAN-Party-Server/linux sudo nohup sh run.sh & ``` ### 方式二:使用Docker启动 * 安装Docker,Ubuntu系统可以使用下面的命令安装 1. 安装Docker,Ubuntu系统可以使用下面的命令安装 ``` sudo apt update && sudo apt install -y docker.io ``` * 启动容器 2. 启动容器 ``` sudo docker run...
Nouko61/UsbEAm-LAN-Party-ServerPublic NotificationsYou must be signed in to change notification settings Fork2 Star48 Code Issues Pull requests Actions Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...
UsbEAm LAN Party 服务端 客户端下载 https://www.dogfight360.com/blog/1590/ ## 用法 * 创建数据卷 ``` docker volume create lan-party-data ``` * 启动容器 ``` docker run -d \ -v lan-party-data:/lan-party/data \ --name=lan-party \ --cap-add=NET_ADMIN \ -p 3075:3075/tcp \...
UsbEAm LAN Party 服务端. Contribute to Nouko61/UsbEAm-LAN-Party-Server development by creating an account on GitHub.
@@ -39,7 +39,7 @@ Docker Hub地址:https://hub.docker.com/r/nouko61/usbeam-lan-party * 获取compose文件 ``` wget https://github.com/Nouko61/UsbEAm-LAN-Party-Server/raw/master/docker-compose.yml wget https://gitee.com/nouko61/UsbEAm-LAN-Party-Server/raw/master/docker-compose.yml ``...
UsbEAm LAN Party 服务端. Contribute to Nouko61/UsbEAm-LAN-Party-Server development by creating an account on GitHub.