Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fhs Install V2ray | 4,705 | 4 months ago | 11 | gpl-3.0 | Shell | |||||
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd | ||||||||||
Genie | 1,786 | 8 months ago | 14 | other | Python | |||||
A quick way into a systemd "bottle" for WSL | ||||||||||
Qbittorrent Nox Static | 721 | 10 days ago | apache-2.0 | Shell | ||||||
A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS | ||||||||||
Pkgr | 583 | 7 | 4 months ago | 43 | May 28, 2021 | 13 | mit | Ruby | ||
Package any app into deb or rpm packages, using heroku buildpacks | ||||||||||
Python Systemd | 405 | 242 | 26 | 2 months ago | 3 | March 26, 2017 | 11 | lgpl-2.1 | C | |
Python wrappers for systemd functionality | ||||||||||
Ansible Role Hardening | 380 | 5 hours ago | 1 | apache-2.0 | Jinja | |||||
Ansible role to apply a security baseline. Systemd edition. | ||||||||||
V2ray.fun | 289 | 8 months ago | 7 | Shell | ||||||
A easily command interaction manager for v2ray | ||||||||||
Rapiddisk | 246 | a day ago | 9 | gpl-2.0 | C | |||||
An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API. | ||||||||||
Ufw Docker Automated | 153 | 9 days ago | 11 | December 27, 2021 | 4 | apache-2.0 | Go | |||
Manage docker containers firewall with UFW! | ||||||||||
Trctrlprotoc0l | 128 | 3 years ago | Shell | |||||||
El Psy Congroo! |
欲查阅以简体中文撰写的介绍,请访问:README.zh-Hans-CN.md
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
該腳本安裝的文件符合 Filesystem Hierarchy Standard (FHS):
installed: /usr/local/bin/v2ray
installed: /usr/local/bin/v2ctl
installed: /usr/local/share/v2ray/geoip.dat
installed: /usr/local/share/v2ray/geosite.dat
installed: /usr/local/etc/v2ray/config.json
installed: /var/log/v2ray/
installed: /var/log/v2ray/access.log
installed: /var/log/v2ray/error.log
installed: /etc/systemd/system/v2ray.service
installed: /etc/systemd/system/[email protected]
不推薦在 docker 中使用本專案安裝 v2ray,請直接使用 官方映象。
如果官方映象不能滿足您自定義安裝的需要,請以復刻並修改上游 dockerfile 的方式來實現。
本專案不會為您自動生成配置檔案;只解決使用者安裝階段遇到的問題。其他問題在這裡是無法得到幫助的。
請在安裝完成後參閱 文件 瞭解配置檔案語法,並自己完成適合自己的配置檔案。過程中可參閱社群貢獻的 配置檔案模板
(提請您注意這些模板複製下來以後是需要您自己修改調整的,不能直接使用)
info
和 error
等信息,請仔細閱讀。// 安裝執行檔和 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
// 只更新 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
若您的問題沒有在上方列出,歡迎在 Issue 區提出。
提問前請先閱讀 Issue #63,否則可能無法得到解答並被鎖定。
請於 develop 分支進行,以避免對主分支造成破壞。
待確定無誤後,兩分支將進行合併。