-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Submission: Zoraxy - Reverse Proxy Manager #1751
Changes from all commits
8cbd8c6
1679c67
b8cd858
98bbed6
34dce5d
c3c6fdb
8a30866
2c1669f
8855afa
7fb6b12
a467b93
627d78b
57d703f
5c5ebcc
f54af58
5899c20
ad04036
6290052
3977fa6
0c3f58c
4edde17
f2d3c00
af3d623
cccedd8
9329d36
f3c0462
49ab428
6d03c38
8321fa3
00dfb5b
9852c1f
3f7677c
48da36a
61de22e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: '3.7' | ||
Check notice on line 1 in zoraxy/docker-compose.yml GitHub Actions / Lint appsPotentially using unsafe user in service "server"
|
||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: zoraxy_server_1 | ||
APP_PORT: 8000 | ||
server: | ||
image: zoraxydocker/zoraxy:v3.1.2@sha256:38f23c5a507542bbd6eac0492bf6456be2004015594ca270a1a5998c8a377b74 | ||
restart: on-failure | ||
ports: | ||
Check notice on line 11 in zoraxy/docker-compose.yml GitHub Actions / Lint appsExternal port mapping "41080:80"
Check notice on line 11 in zoraxy/docker-compose.yml GitHub Actions / Lint appsExternal port mapping "41443:443"
|
||
- 41080:80 | ||
- 41443:443 | ||
volumes: | ||
Check notice on line 14 in zoraxy/docker-compose.yml GitHub Actions / Lint appsMounted file/directory "/zoraxy/data/config/" doesn't exist
|
||
- ${APP_DATA_DIR}/data/config/:/opt/zoraxy/config | ||
- /etc/localtime:/etc/localtime:ro | ||
environment: | ||
FASTGEOIP: "false" | ||
ZEROTIER: "false" | ||
DOCKER: "false" | ||
NOAUTH: "true" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
manifestVersion: 1 | ||
id: zoraxy | ||
name: Zoraxy | ||
tagline: An efficient reverse proxy server with automated SSL management | ||
category: networking | ||
version: "3.1.2" | ||
port: 8400 | ||
description: >- | ||
Expose your apps to the internet easily and securely. | ||
|
||
|
||
⚠️ Be cautious when exposing apps to the public internet. Ensure they have proper security, such as login protection, and avoid exposing sensitive apps without adequate safeguards. | ||
|
||
|
||
🔧 Zoraxy Proxy Manager uses port 41080 for HTTP (unsecured) traffic and port 41443 for HTTPS (secured) traffic. | ||
To make your apps accessible from the public internet, you will need to set up port forwarding on your router. | ||
Forward external port 80 (HTTP) to internal port 41080 and external port 443 (HTTPS) to internal port 41443. | ||
|
||
|
||
Zoraxy is a powerful, user-friendly reverse proxy server and forwarding tool, designed to provide a straightforward, flexible, and secure method for managing web traffic within home labs and developer environments. Written in Go, Zoraxy caters to both novice and experienced users by simplifying the process of routing HTTP requests to backend servers, enabling efficient and reliable service management without relying on traditional, more complex servers like NGINX or Apache. | ||
|
||
|
||
Key Features: | ||
|
||
|
||
🔀 Reverse Proxy & WebSocket Support: Zoraxy handles HTTP/2 connections and automatically supports WebSocket proxying, making it ideal for real-time applications that need a stable, low-latency connection, such as chat services or dashboards. It also enables reverse proxying across virtual directories and supports alias hostnames and custom headers for enhanced flexibility. | ||
|
||
|
||
🤖 TLS/SSL with ACME Automation: Zoraxy simplifies the setup of HTTPS using ACME, which enables automatic renewal of SSL certificates through providers like Let's Encrypt. This feature supports both SNI (Server Name Indication) and SAN (Subject Alternative Name) certificates, helping users serve multiple domains securely with minimal manual intervention. | ||
|
||
|
||
📍 Geo-IP Blacklisting and Whitelisting: Security is enhanced by offering geo-IP and IP-based blacklisting and whitelisting, allowing users to restrict access based on location or specific IP addresses. This feature is especially useful for protecting applications and services from specific regions or untrusted IPs. | ||
|
||
|
||
🌐 Global Area Network Controller & ZeroTier Integration: For distributed networks, Zoraxy provides a built-in controller interface for managing ZeroTier networks, facilitating secure and scalable connections across multiple nodes. This feature is particularly valuable for homelab enthusiasts and developers creating private network setups with limited external access Zoraxy DEV Community. | ||
|
||
|
||
🛠️ Built-in Utilities: Zoraxy goes beyond traditional reverse proxy functionality, including utilities like CIDR IP conversion, an mDNS scanner for local network discovery, and tools for debugging proxy connections. A Web-SSH terminal allows remote management of connected devices within the network, and its Wake-on-LAN support further extends Zoraxy’s usability for network administrators. | ||
|
||
|
||
📊 Stream Proxying & Monitoring: Beyond HTTP/HTTPS, Zoraxy supports TCP and UDP stream proxying, making it a versatile choice for handling various data streams. Integrated uptime monitoring and non-personalized traffic analytics provide insights into network activity without cookies, enhancing privacy and enabling users to track service performance directly within Zoraxy. | ||
|
||
|
||
🖥️ Simple UI & Integration: The Zoraxy interface is designed to be intuitive, with in-depth setup instructions for less experienced users. Advanced configurations can disable authentication to integrate with existing infrastructures that use permission management. Additionally, a single-admin management mode makes it easy to operate within private networks, similar to managing a home router. | ||
|
||
|
||
Zoraxy is particularly popular in the homelab and developer communities for its extensive feature set, reliability, and open-source nature. It can be run on low-power devices, making it suitable for a variety of hosting environments, from personal setups to larger, distributed network architectures. Its flexibility, combined with a robust feature set, makes it a compelling choice for anyone looking to streamline their network management setup or host web services securely and efficiently. | ||
|
||
developer: Toby Chui | ||
website: https://zoraxy.aroz.org/ | ||
submitter: dennysubke | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/1751 | ||
repo: https://github.com/tobychui/zoraxy | ||
support: https://github.com/tobychui/zoraxy/issues | ||
gallery: | ||
- 1.jpg | ||
- 2.jpg | ||
- 3.jpg | ||
Comment on lines
+55
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You've got 5 lovely gallery images, so gotta add 4 and 5 😉 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you! 😃 Added gallery images 4 and 5 to complete the set. 👌 |
||
- 4.jpg | ||
- 5.jpg | ||
releaseNotes: "" | ||
dependencies: [] | ||
path: "" | ||
defaultUsername: "" | ||
defaultPassword: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current Compose doesn't use
version
in the docker-compose.yml, but we need to addversion: '3.7'
here anyways to maintain compatibility with umbrelOS 0.5. Similar to #1742 (comment)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Added version: '3.7' to ensure compatibility with UmbrelOS 0.5. 😊