mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8c9786a4d5
40
.github/workflows/docker.yml
vendored
40
.github/workflows/docker.yml
vendored
@ -1,40 +0,0 @@
|
||||
name: Publish Docker image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Docker meta
|
||||
id: docker_meta
|
||||
uses: crazy-max/ghaction-docker-meta@v1
|
||||
with:
|
||||
images: misakano7545/xrayr
|
||||
tag-semver: |
|
||||
{{version}}
|
||||
{{major}}.{{minor}}
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/arm/v7,linux/arm64,linux/amd64,linux/s390x
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
17
README.md
17
README.md
@ -3,9 +3,9 @@
|
||||
[![](https://img.shields.io/badge/TgChat-@XrayR讨论-blue.svg)](https://t.me/XrayR_project)
|
||||
[![](https://img.shields.io/badge/Channel-@XrayR通知-blue.svg)](https://t.me/XrayR_channel)
|
||||
|
||||
A V2board backend base on Xray
|
||||
A V2board backend based on Xray-core
|
||||
|
||||
一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议。
|
||||
一个基于Xray的V2board节点服务端,支持V2ay,Trojan,Shadowsocks协议。
|
||||
|
||||
如果您喜欢本项目,可以右上角点个star+watch,持续关注本项目的进展。
|
||||
|
||||
@ -36,7 +36,6 @@ A V2board backend base on Xray
|
||||
| 获取节点信息 | √ | √ | √ |
|
||||
| 获取用户信息 | √ | √ | √ |
|
||||
| 用户流量统计 | √ | √ | √ |
|
||||
| 服务器信息上报 | √ | √ | √ |
|
||||
| 自动申请tls证书 | √ | √ | √ |
|
||||
| 自动续签tls证书 | √ | √ | √ |
|
||||
| 在线人数统计 | √ | √ | √ |
|
||||
@ -54,7 +53,9 @@ A V2board backend base on Xray
|
||||
|
||||
## TODO
|
||||
|
||||
* 支持WARP Socks5代理模式分流
|
||||
* 进一步优化内存占用
|
||||
* 增加SS2022支持
|
||||
* 优化源码目录结构
|
||||
|
||||
## 软件安装
|
||||
|
||||
@ -64,10 +65,6 @@ A V2board backend base on Xray
|
||||
wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install.sh && bash install.sh
|
||||
```
|
||||
|
||||
### 使用Docker部署
|
||||
|
||||
[Docker部署教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/docker)
|
||||
|
||||
### 手动安装
|
||||
|
||||
[手动安装教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/manual)
|
||||
@ -82,6 +79,7 @@ wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install.
|
||||
* [V2Fly](https://github.com/v2fly)
|
||||
* [VNet-V2ray](https://github.com/ProxyPanel/VNet-V2ray)
|
||||
* [Air-Universe](https://github.com/crossfw/Air-Universe)
|
||||
* [XrayR](https://github.com/Misaka-blog/XrayR)
|
||||
|
||||
## Licence
|
||||
|
||||
@ -89,9 +87,6 @@ wget -N https://raw.githubusercontents.com/Yuzuki616/V2bX-script/master/install.
|
||||
|
||||
## Telgram
|
||||
|
||||
[XrayR后端讨论](https://t.me/XrayR_project)
|
||||
|
||||
[XrayR通知](https://t.me/XrayR_channel)
|
||||
|
||||
## Stars 增长记录
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user