Giter Club home page Giter Club logo

v2raya.github.io's Introduction

v2rayA Docker Cloud Build Status Travis (.org)

English   简体中文

v2rayA is a V2Ray client supporting global transparent proxy on Linux and system proxy on Windows and macOS, it is compatible with SS, SSR, Trojan(trojan-go), Tuic and Juicity protocols. [SSR protocol list]

We are committed to providing the simplest operation and meet most needs.

Thanks to the advantages of Web GUI, you can not only use it on your local computer, but also easily deploy it on a router or NAS.

Project:https://github.com/v2rayA/v2rayA

Usage

v2rayA mainly provides the following methods of installation:

  1. Install from apt-source or AUR
  2. Docker
  3. Our self-built scoop bucket (for Windows users)
  4. Our self-built homebrew tap
  5. Our self-built OpenWrt repo and OpenWrt's official repo(from OpenWrt version 22.03)
  6. Microsoft winget: https://winstall.app/apps/v2rayA.v2rayA
  7. Ubuntu Snap: https://snapcraft.io/v2raya
  8. Binary file and installation package from GitHub releases

See v2rayA - Docs

Screenshot

Statement

  1. The program does not store any user data in the cloud, and all user data is stored in local.
  2. Do not use this project for illegal purposes.

Credits

hq450/fancyss

ToutyRater/v2ray-guide

nadoo/glider

Loyalsoldier/v2ray-rules-dat

zfl9/ss-tproxy

Stargazers over time

Stargazers over time

License

License: AGPL v3-only

v2raya.github.io's People

Contributors

1715173329 avatar chinggg avatar cubercsl avatar cwzsquare avatar dependabot[bot] avatar dup4 avatar easternday avatar expoli avatar galiren avatar gaojianli avatar gitlocalize-app[bot] avatar izeroo avatar jiqing112 avatar johnshall avatar kevinzonda avatar liangyongxiang avatar marksonhon avatar mzz2017 avatar nobody116 avatar ovmonk avatar shynome avatar sjtuross avatar tzfljuv avatar zhullyb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

v2raya.github.io's Issues

/installation/debian.md 存在矛盾

如果没有启动vpn。很多下载操作在国内巨慢。
但是这个go.sh正是在设置vpn。

将下图关键词换为proxy 即issue主旨。
image

是否可以设置国内下载源,但是又不被封锁。

failed to build the project

Description

failed to yarn my project and found the zip was closed or something else as a result.

Expected result

yarn the project successfully

Actual result

I downloaded the project and build it with the 'yarn' last night , but I kept failing to build my it and until I found it.

image

I' m not sure whether it is a bug, but I want some help from you as a newbie in this field, thank you. Also, the problem in the building project is this:

image

As I came to the releases of the hugo and start download the condition which is the first screenshot happened.

Environment

win11 nodejs with yarn

Installation guide for Windows need more clarification on directory structure

Summary

I installed v2raya manually on Windows .When I put xray.exe and geosite.dat alongside the v2raya.exe, v2raya just didn't find the geosite database and tried to download from Internet but failed with error 429. I looked into the source code and found out that v2raya seems to look for a folder named v2ray for v2ray core or xray for xray core. However, the installation guide for Windows only says something like "download v2ray/xray core and unpackage the archive".

Basic example

The manual installation needs to be detailed about geosite.dat a bit.

Motivation

Make the docs more accurate.

nginx 反向代理部分有误

Description

使用docs中的代理配置设置nginx时无法连接。

Steps to reproduce

将linuxservers/swag多功能nginx代理容器与v2raya安装在同一个composer项目中后截取docs中nginx配置的location节放入proxy-conf中无法使用

Repairing

location ^~ /v2raya {
      proxy_redirect off;
      proxy_set_header Accept-Encoding "";
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection $connection_upgrade;
      rewrite ^/v2raya$ / break;
      rewrite ^/v2raya/(.*)$ /$1 break;
      sub_filter '\"static/' '\"/v2raya/static/';
      sub_filter '\"/api' '\"/v2raya/api';
      sub_filter_once off;
      sub_filter_types application/javascript;
      proxy_pass http://bla:2017;
    }
location ^~ /v2rayb/ {
    proxy_pass http://bla:2017/;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection 'upgrade';
    proxy_set_header Host $host;
    proxy_cache_bypass $http_upgrade;

    proxy_redirect http://bla:2017/ /v2rayb/;
    sub_filter 'href="/' 'href="/v2rayb/';
    sub_filter 'src="/' 'src="/v2rayb/';
    sub_filter_once off;
}

v2raya节(取自docs)不可用,v2rayb节(GPT-4创作)可用

Core cannot be installed correctly

Hello, I have successfully imported the node after installing V2RayA on Ubuntu 18.04 according to the given process. But when I first logged into the management page of the local area network, I was prompted with 'Geosite.dat, Geoip.dat file, or v2ray core may not be installed correctly. Please check'. When starting the service, prompt 'failed to start v2ray core: failed to get the version of v2ray core: cannot find v2ray executable binary'. But I have already installed the kernel according to the process. May I know how to solve it? Thanks a lot

参照https://v2raya.org/en/docs/prologue/installation/debian/操作ubuntu20安装报错

Description

Ubuntu20执行命令
‘‘‘echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update‘‘’
报错

(base) jie@jie-MS-7D30:~$ sudo apt update
Hit:1 http://mirrors.aliyun.com/ubuntu focal InRelease
Hit:2 http://mirrors.aliyun.com/ubuntu focal-security InRelease
Hit:3 http://mirrors.aliyun.com/ubuntu focal-updates InRelease
Hit:4 http://mirrors.aliyun.com/ubuntu focal-proposed InRelease
Hit:5 http://mirrors.aliyun.com/ubuntu focal-backports InRelease
Hit:6 https://nvidia.github.io/libnvidia-container/stable/deb/amd64  InRelease
Get:7 https://apt.v2raya.org v2raya InRelease [9,794 B]
Err:7 https://apt.v2raya.org v2raya InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 354E516D494EF95F
Reading package lists... Done
W: GPG error: https://apt.v2raya.org v2raya InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 354E516D494EF95F
E: The repository 'https://apt.v2raya.org v2raya InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

我试了一下,https://apt.v2raya.org/ 不可访问,可能是这部分的问题

Steps to reproduce

使用Ubuntu20进行操作

Expected result

可以更新软件列表并安装软件

Actual result

报错

Environment

Ubuntu20

火狐浏览器下导航栏显示异常

Description

Screenshot_20230813_145756

如图,我在火狐浏览器里设置的字体大小是18px,导航栏会挡住右侧导航链接,我将字体调小到16px就正常了。

Steps to reproduce

  1. 在火狐设置里将简体中文的字号大小调整为18

Expected result

导航栏正常显示

Actual result

导航栏挡住了右侧导航链接

Environment

我是直接访问 https://v2raya.org/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.