v2-ui-plus
v2-ui-plus copied to clipboard
讨论帖
目前管理员这边已经顺利适配 Xray 了,不过用户那边,v2-ui 写死了 Vmess 的配置,等有空再添加。
或者谁有空的写好 push 上来,这部分基本没难度的。
不是很懂写死了vmess配置是什么意思。
不是很懂写死了vmess配置是什么意思。
就是普通用户登录进去那个页面,里面的 Inbound 数据默认都是 Vmess 的,没写其他配置的,我也是刚刚才发现
看到readme里写打算用nginx
建议用caddy,nginx不支持h2反代。 而H2对扶墙来说真是个好东西
看到readme里写打算用nginx
建议用caddy,nginx不支持h2反代。 而H2对扶墙来说真是个好东西
反正还没开始写,那就清单+1好了 👍
不知道未来是否可能支持设定用户流量及速度限制?(例如达到流量限制会触发限速)
流量限制可以实现,要速度限制得引入中间件才行
---原始邮件--- 发件人: @.> 发送时间: 2021年3月11日(周四) 晚上10:45 收件人: @.>; 抄送: @.@.>; 主题: Re: [Nick-Hopps/v2-ui-plus] 讨论帖 (#5)
不知道未来是否可能支持设定用户流量及速度限制?(例如达到流量限制会触发限速)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
这个问题,这。我的80有东西在
这个问题,这。我的80有东西在
你这是依赖没装好吧
依赖
你的依赖是不是用到80??
依赖
你的依赖是不是用到80??
跟 80 有什么关系?
小白一枚,请问怎么安装这个面板
统一回复一下,对于不会使用 python 的小白用户,目前推荐的使用方式是 Docker,首先安装 Docker:
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
安装好后在本项目目录下运行:
$ docker build --tag v2-ui .
这样就新建了一个名为 v2-ui 的镜像,之后使用命令:
$ docker run -d --network host v2-ui
这样就新建了一个在后台运行的容器,并绑定到主机网络,此时就可以直接访问服务了。
为什么不向原作者(v2-ui)直接push呢,单独重新开一个 我怕原作者有的你没有 你有的原作者有 这对使用者是很头疼的
为什么不向原作者(v2-ui)直接push呢,单独重新开一个 我怕原作者有的你没有 你有的原作者有 这对使用者是很头疼的
这跟原作者的已经不是同一个项目了,代码改动很大。
求出一个一键脚本搭建,这样比较方便
求出一个一键脚本搭建,这样比较方便
项目还有问题,最近比较忙没时间处理,等这段时间过去了会写的。
期待着
最近开始更新,目前的打算是先把项目前后端分离重构,然后整合最新的 v2-ui 中关于 xtls 的配置部分,最后完成安装脚本,希望有兴趣的小伙伴可以一起来开发。
期待
希望能够增加对arm64的支持
不是出了个X-UI吗?
不是出了个X-UI吗?
看到了,晚点试试看,功能差不多的话我这边就不继续开发了,工作太忙也顾不上。
不是出了个X-UI吗?
看到了,晚点试试看,功能差不多的话我这边就不继续开发了,工作太忙也顾不上。
他那个不能单端口多用户,不方便啊。。
不是出了个X-UI吗?
看到了,晚点试试看,功能差不多的话我这边就不继续开发了,工作太忙也顾不上。
他那个不能单端口多用户,不方便啊。。
这样,那我看看有什么好用的功能整合一波吧。。。本来已经写了一部分新代码了,公司突然有新的业务,最近又完全没时间开发了。
好兄弟,请问添加好账号和节点了,没找到节点连接或者二维码功能,我手动输入的显示能用,但是不方便。最后感谢大佬提供的代码。方便大家,感谢!
plz give me solution settings page not working
plz give me solution settings page not working
what's the problem in detail ?
settings page not loading in panel
but other pages are working well
i run v2-ui.py inside tmux was that method wrong ? All other functions working fine but this settings page and vmess xtls are not working !!
What’s the message in DevTools?How about using Docker? By the way, xtls is not supported yet, still under developing.
please consider about adding expire time set and GB flow limit as x ui for this panel
how install with docker ?
this panel you made very helpful and far good than v2-ui if you had time please continue development of this
can you add qr code or share url in this place also its very helpfull and easy for pannel admins
Thxs for advising, i’ll take that into account. I’m working on dev branch now and trying to reconstruct the whole project, due to lacking of spare time, I have to say that it won’t come soon.
its ok thnk you for your hardwork!! and can you help me to slove this settings page not working problem or run it in docker ?
目前的开发计划:
- 完成前后端分离重构,重写配置适配 v2 的所有功能;
- 除卡片视图外新增按钮切换列表视图;
- 新增分页,优化性能;
- 新增时间限制和流量限制。
尽量能在年底前完成。
its ok thnk you for your hardwork!! and can you help me to slove this settings page not working problem or run it in docker ?
devtool message plz.
As for docker, you can check the reply above, it’s mentioned.
how find you in dev tools
how find you in dev tools
click F12 and navi into console, if something went wrong, it will show in that window, make a screenshot of that.
How about using docker for a try? I cannot reproduce this error.
can you give me a commnds to install it for doker ?
"Be careful modifying it! ! ! If you are using software such as nginx, you can set this to 127.0.0.1 so that the outside world cannot access the panel directly. Or set to empty to listen to all IPv4 and IPv6 addresses. Don"t change it if you don"t understand.", this is dev page erro line
can you give me a commnds to install it for doker ?
Install Docker:
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
After finishing, run this under the project directory, which build a image for docker:
$ docker build --tag v2-ui .
Then using follow command to run a container:
$ docker run -d --network host v2-ui
Now you can visit it.
is this syntax erro ?
I’ve checked the code, and it’s well escaped, can’t see anything wrong. BTW, let’s move to the issue, leave here for discussing only.
how install chinees panel it default install english for me !!
作者大大加油,
我用py正常启动了,试过了都比较正常,作者能不能添加一个,用户可以自己添加节点的选择,或者自己编辑节点的选项。我看了v2ray里面的模板,但是我改了没效果。
Any Updates?
sorry, not yet, work is too busy.
---原始邮件--- 发件人: "Lahiru Sandaruwan @.> 发送时间: 2021年10月24日(周日) 中午12:53 收件人: @.>; 抄送: @.@.>; 主题: Re: [Nick-Hopps/v2-ui-plus] 讨论帖 (#5)
Any Updates?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
流量统计目前不可用吗?(还是多久统计一次?
流量统计一直可用,只是需要手动清空。
---原始邮件--- 发件人: @.> 发送时间: 2021年10月31日(周日) 下午3:27 收件人: @.>; 抄送: @.@.>; 主题: Re: [Nick-Hopps/v2-ui-plus] 讨论帖 (#5)
流量统计目前不可用吗?(还是多久统计一次?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
好的,后面试一下
清空了还是不统计,是直接面板清空吧?
你说的不统计是指什么?
---原始邮件--- 发件人: @.> 发送时间: 2021年11月2日(周二) 中午1:40 收件人: @.>; 抄送: @.@.>; 主题: Re: [Nick-Hopps/v2-ui-plus] 讨论帖 (#5)
清空了还是不统计,是直接面板清空吧?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
面板用户流量统计
作者大大,能否增加对grpc的支持?
还有一个问题,面板打开xtls的时候,修改按钮一直再转圈
作者大大,能否增加对grpc的支持?
grpc 的在 dev 分支,只是进度实在是慢,996太难受了=。=
顺便提一下,如果有感兴趣同时比较有空的朋友,欢迎一起来做新版本的开发,一个人的时间太有限,好多想法都暂时无法实现。
顺便提一下,如果有感兴趣同时比较有空的朋友,欢迎一起来做新版本的开发,一个人的时间太有限,好多想法都暂时无法实现。
有交流群吗?
顺便提一下,如果有感兴趣同时比较有空的朋友,欢迎一起来做新版本的开发,一个人的时间太有限,好多想法都暂时无法实现。
有交流群吗?
用的人不多所以没搞,可以直接加我QQ
顺便提一下,如果有感兴趣同时比较有空的朋友,欢迎一起来做新版本的开发,一个人的时间太有限,好多想法都暂时无法实现。
有交流群吗?
用的人不多所以没搞,可以直接加我QQ
你可以发一下
476335433
---原始邮件--- 发件人: @.> 发送时间: 2021年11月15日(周一) 中午1:46 收件人: @.>; 抄送: @.@.>; 主题: Re: [Nick-Hopps/v2-ui-plus] 讨论帖 (#5)
顺便提一下,如果有感兴趣同时比较有空的朋友,欢迎一起来做新版本的开发,一个人的时间太有限,好多想法都暂时无法实现。
有交流群吗?
用的人不多所以没搞,可以直接加我QQ
你可以发一下
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
期待大佬 能出 x-ui 的 加强版