{"id":13545608,"url":"https://github.com/kuoruan/luci-app-v2ray","last_synced_at":"2025-05-16T05:04:11.010Z","repository":{"id":35767127,"uuid":"194471039","full_name":"kuoruan/luci-app-v2ray","owner":"kuoruan","description":"LuCI support for V2Ray","archived":false,"fork":false,"pushed_at":"2024-03-09T22:06:14.000Z","size":1154,"stargazers_count":1197,"open_issues_count":123,"forks_count":282,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-05-16T05:03:21.888Z","etag":null,"topics":["luci","v2ray"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuoruan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-30T03:33:17.000Z","updated_at":"2025-05-09T03:59:30.000Z","dependencies_parsed_at":"2024-01-07T22:48:21.644Z","dependency_job_id":"ee0a3929-78aa-4d03-b269-a2e11af88d66","html_url":"https://github.com/kuoruan/luci-app-v2ray","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fluci-app-v2ray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fluci-app-v2ray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fluci-app-v2ray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fluci-app-v2ray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuoruan","download_url":"https://codeload.github.com/kuoruan/luci-app-v2ray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["luci","v2ray"],"created_at":"2024-08-01T11:01:06.911Z","updated_at":"2025-05-16T05:04:10.957Z","avatar_url":"https://github.com/kuoruan.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"dbc310300d300ae45b04779281fe6ec8\"\u003e\u003c/a\u003eV2Ray"],"readme":"# luci-app-v2ray\n\nLuci support for V2Ray\n\n**This branch is new LuCI for OpenWrt 19.07 and later.**\n\n**For legacy version: [Branch legacy](https://github.com/kuoruan/luci-app-v2ray/tree/legacy)**\n\n[![Release Version](https://img.shields.io/github/release/kuoruan/luci-app-v2ray.svg)](https://github.com/kuoruan/luci-app-v2ray/releases/latest) [![Latest Release Download](https://img.shields.io/github/downloads/kuoruan/luci-app-v2ray/latest/total.svg)](https://github.com/kuoruan/luci-app-v2ray/releases/latest) [![Total Download](https://img.shields.io/github/downloads/kuoruan/luci-app-v2ray/total.svg)](https://github.com/kuoruan/luci-app-v2ray/releases)\n\n## Install\n\n### Install via OPKG (recommend)\n\n1. Add new opkg key:\n\n```sh\nwget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key\nopkg-key add kuoruan-public.key\n```\n\n2. Add opkg repository from kuoruan:\n\n```sh\necho \"src/gz kuoruan_universal http://openwrt.kuoruan.net/packages/releases/all\" \\\n  \u003e\u003e /etc/opkg/customfeeds.conf\nopkg update\n```\n\n3. Install package:\n\n```sh\nopkg install luci-app-v2ray\nopkg install luci-i18n-v2ray-zh-cn\n```\n\nWe also support HTTPS protocol.\n\n4. Upgrade package:\n\n```sh\nopkg update\nopkg upgrade luci-app-v2ray\nopkg upgrade luci-i18n-v2ray-zh-cn\n```\n\n### Manual install\n\n1. Download ipk files from [release](https://github.com/kuoruan/luci-app-v2ray/releases) page\n\n2. Upload files to your router\n\n3. Install package with opkg:\n\n```sh\nopkg install luci-app-v2ray_*.ipk\n```\n\nDependencies:\n\n- jshn\n- ip (ip-tiny or ip-full)\n- ipset\n- iptables\n- iptables-mod-tproxy\n- resolveip\n- dnsmasq-full (dnsmasq ipset is required)\n\nFor translations, please install ```luci-i18n-v2ray-*```.\n\n\u003e You may need to remove ```dnsmasq``` before installing this package.\n\n## Configure\n\n1. Download V2Ray file from V2Ray release [link](https://github.com/v2ray/v2ray-core/releases) or V2Ray ipk release [link](https://github.com/kuoruan/openwrt-v2ray/releases).\n\n2. Upload V2Ray file to your router, or install the ipk file.\n\n3. Config V2Ray file path in LuCI page.\n\n4. Add your inbound and outbound rules.\n\n5. Enable the service via LuCI.\n\n## Build\n\nPackage files is in branch [luci2](https://github.com/kuoruan/luci-app-v2ray/tree/luci2)\n\nDownload with Git:\n\n```sh\ngit clone -b luci2 https://github.com/kuoruan/luci-app-v2ray.git luci-app-v2ray\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuoruan%2Fluci-app-v2ray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuoruan%2Fluci-app-v2ray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuoruan%2Fluci-app-v2ray/lists"}