Zoraxy

The ultimate homelab networking toolbox for self-hosted services // 簡化自家伺服器部署之事,初學者居家網絡必備良器

Download // 立即下載 Source Code // 查看原始碼

Scroll down to learn more // 向下滑以了解更多 // スクロールダウンして詳細をご覧ください // 下滑了解更多




Reverse Proxy // 反向代理

Easy setups with dynamic updates // 讓你想不到般簡單易用、迅速設定、動態更新

Access your reverse proxy and self-hosted services from any computer with a browser, anytime, anywhere. // 透過瀏覽器,隨時隨地在任何裝置上存取您的反向代理及自家伺服器服務。

Simple setups with web UI // 透過網頁介面簡單設定即可使用
Change settings on the fly without restarting // 即時更改設定,無需重新啟動
One of the best reverse proxy manager for beginners // 可能是最適合初學者的反向代理管理器之一
Easily install plugins and edit configurations // 輕鬆安裝插件並編輯設定

Real-time Analytics // 即時流量分析

Dynamic statistic and access control // 動態流量數據、權限與路由設定

Provide real time statistical overview, take advantage of the real time traffic and situations to make better decisions. // 提供即時統計概覽,利用即時流量和情況做出更好的決策。

Real time visitor statistic // 即時訪客統計概覽
Instant network utilitization overview // 即時網路使用率概覽
No-reload access control and settings // 即時生效存取控制和設定
One-click setting change with no downtime // 一鍵設定更改,無需停機




Screenshots // 系統截圖






Review Videos // 介紹影片






Download // 下載

Install with command line // 使用 CLI 下載並執行發行版本

wget https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_amd64
chmod +x ./zoraxy_linux_amd64
sudo ./zoraxy_linux_amd64

Install with precompiled binary // 下載發行版本

OR

Install with precompiled binary // 下載發行版本



Install with command line (armv6-7, arm64, x86) // 使用 CLI 下載並執行 (armv6-7, arm64, x86)

# Check your CPU architecture
uname -m

# For arm64 (aarch64) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_arm64

# For armv6 (armv6l) / armv7 (armv7l) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_arm

# For RISC-V (riscv64) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_riscv64

chmod +x ./zoraxy
sudo ./zoraxy

Install with precompiled binary // 下載發行版本

Require Go (Golang) compiler. Details build from source instruction can be found on Zoraxy Github README file. // 需要 Go (Go 語言)編譯器。建置詳情可以在 Zoraxy Github README 檔案中找到。

git clone https://github.com/tobychui/zoraxy
cd ./zoraxy/src/
go mod tidy
go build
sudo ./zoraxy

After the Zoraxy is started, navigate to http://localhost:8000 to continue account and system setup. // 當 Zoraxy 執行檔 / 服務啟動後,使用瀏覽器開啟 http://localhost:8000 以繼續帳戶和系統設定。



Learn More // 了解更多

If you like this project, please feel free to give us a ⭐ star ⭐. // 如果您喜歡這個開源專案,歡迎來給我們一顆 ⭐星星⭐ 喔!!