[openwrt-21.02] v2raya: add new package#19892
Merged
1715173329 merged 12 commits intoopenwrt:openwrt-21.02from Nov 14, 2022
Merged
[openwrt-21.02] v2raya: add new package#198921715173329 merged 12 commits intoopenwrt:openwrt-21.02from
1715173329 merged 12 commits intoopenwrt:openwrt-21.02from
Conversation
v2rayA is a Linux web GUI client of Project V which supports V2Ray, Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel. Wiki: https://github.com/v2rayA/v2rayA/wiki Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 90ec599)
Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 60c9170)
- Added missing conffiles - Refreshed init srcipt to adapt the new arguments - Renamed package name to lowercase (suggestion from upstream) - Updated dependencies and license Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 16e453e)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit d48b22f)
Breaking changes: The database has been replaced with boltdb to try to solve the problem of database corruption. Note that the data will not be migrated, but the previous data will be retained. If you need the previous data, just downgrade v2rayA (v1.5.4). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 21e98e9)
Suggested by upstream, to provide forward compatibility. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 8465053)
Manually added new env variable `XDG_DATA_HOME` which won't be passed by procd by default. Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit c7b5e7e)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 7aa127e)
- Removed an upstreamed patch - Move logs to /var/log in accordance with FHS 3.0 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit ff8f25c)
1. Switched to use prebuilt web files to get rid of massive Node.js. 2. Increased nofile limitation to avoid "too many open files" error. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit d629a6f)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 3c43f65)
Exit directly will result procd service inactive and uci configuration changes are no longer monitored. Reported-by: Lvc Revincx <revincx233@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit b1651c5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: me
Compile tested: all supported targets
Run tested: rpi 3b, nanopi-r2s, x64 (qemu)
Description:
backport v2raya support
original PR: