x-ui
x-ui copied to clipboard
x-ui in docker version
已经获取warp的wireguard节点信息 虽然docker是宿主网络模式,但是不知道为什么修改配置模板后依然无法解锁奈飞迪士尼 另一台vps上,不是用docker安装的xui,同样的修改配置模板可以正常解锁 还有就是,虽然docker x-ui无法解锁,但是同vps部署的docker sing-box,用同样的提取的节点,配置了相似的出站路由,可以正常解锁……
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
[sendThrough](https://xtls.github.io/config/outbound.html#outboundobject) 是xray出站代理的一个功能,能绑定特定IP,用于发送数据。我有一台多IP的服务器,当使用xray或者非docker版的x-ui时,"sendThrough"功能正常,流量从绑定的IP出站;但是,使用docker版本的x-ui时,该功能失效,网络无法联通,不能代理。 请问,这个功能能在docker版本的x-ui实现吗?
作者你好,docker在3x-ui版本下默认的账户密码错误 换别的版本仍是admin
Hi there I just used your image after a while and I realised in x-ray version, the minimum supported version is `1.8.0`. No other version have ever worked for me...
如果直接用物理机安装FranzKafkaYu的脚本版,安装完成之后是可以通过 x-ui 进入控制菜单的。 除了能菜单里维护证书,还可以查看根目录路径等(目前版本会强制加随机根目录路径,如果我不小心忘了根目录路径就进不去网页端后台了)一系列操作. docker版好像没有这部分。我安装的是enwaiax/x-ui:alpha-zh 进入终端之后,x-ui只有3个commands: ```bash # x-ui --help Usage of x-ui: -v show version Commands: run run web panel v2-ui migrate form v2-ui setting set settings ``` 这其中...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
你好,我有几个反代的问题想要请教一下。 首先,我没有使用host模式,容器内54321和10001端口分别映射了宿主机的两个端口号。 然后使用如下命令生成了证书,并开启了cf橙云。如果监听443端口,80端口监听到的http直接重定向到https,location配置/和/xray,并分别代理了宿主机映射的端口。然后,使用https访问主页。 ``` sudo certbot certonly \ --dns-cloudflare \ --dns-cloudflare-credentials /root/.cloudflare.ini \ -d xui.example.com ``` 我想请教一下,这么做有问题么?会不会影响到核心或协议的配置?这么做是不是会影响到Trojan协议?还是说必须要使用内置的ssl?