614 Commits

Author SHA1 Message Date
Toby Chui
bf0df928c7 Fixed typo and optimized structure 2025-05-31 14:32:41 +08:00
Toby Chui
eec6cec0db Added api doc
- Added zoraxy_plugin module api doc generating script
- Added link to example source folder
- Fixed a few minor typo
2025-05-31 14:23:11 +08:00
Toby Chui
0215171646 Updated doc for release
- Fixed bug in build.sh and doc generator
2025-05-31 13:34:41 +08:00
Toby Chui
cd822ed904 Added dynamic capture example
- Added dynamic capture plugin example
- Added dynamic capture plugin doc
- Removed ztnc from plugin example
2025-05-30 21:21:08 +08:00
Toby Chui
a1df5a1060 Added static capture example
- Added static capture example
- Added instruction on how to view plugin info
2025-05-30 17:28:14 +08:00
Toby Chui
54c130165a Fixed documentation code highlight bug
- Fixed documentation css bug in code highlight
- Added static
2025-05-30 17:00:55 +08:00
Toby Chui
ddb1a8773e Added restful-api plugin
- Added restful-api example plugin
- Added more plugin docs
- Added zoraxy_plugin HandleFunc API
2025-05-30 15:57:59 +08:00
Toby Chui
29daa4402d Added more doc
- Added auto reload for doc engine
- Added helloworld example
2025-05-27 22:00:16 +08:00
Toby Chui
a85bf82c3e Added more docs 2025-05-26 22:03:07 +08:00
Toby Chui
c56e317bfd Added doc generator
- Added plugin doc generator
- Added getting start plugin doc
2025-05-25 22:17:38 +08:00
Toby Chui
b4c2f6bf13 Added plugin doc introduction 2025-05-22 21:55:45 +08:00
Toby Chui
9d2b8f224c
Merge pull request #671 from tobychui/v3.2.2
- Merged in forward-auth implementation
- Added upgrader for v3.2.1 to v3.2.2
v3.2.2
2025-05-20 20:01:30 +08:00
Toby Chui
877692695e Added #653
- Added dev mode plugin auto-reload
- Optimized struct in plugin manager options
2025-05-11 14:02:07 +08:00
Toby Chui
b9c609e413 Added upgrader for forward-auth
- Added v3.2.1 to v3.2.2 upgrader for new forward auth logic
- Optimized css in sso html page
2025-05-10 22:57:13 +08:00
Toby Chui
7426cc2bb1
Merge pull request #628 from PassiveLemon/docker-plugins
Refactor Dockerfile
2025-05-04 11:27:31 +08:00
PassiveLemon
bd71335f47 Merge branch 'docker-plugins' of https://github.com/PassiveLemon/zoraxy-dev into docker-plugins 2025-05-03 18:24:51 -04:00
PassiveLemon
8bcc8e7095 Refactor Dockerfile
Switch to Alpine + compat and download zoraxy_plugin from the plugins repository
2025-04-29 23:00:19 -04:00
Toby Chui
b1824a66a3
Merge pull request #643 from eyerrock/refactor-docker-container-list
refactor: docker container list
2025-04-30 07:21:51 +08:00
PassiveLemon
cc6501db12 Refactor Dockerfile
Switch to Alpine + compat and download zoraxy_plugin from the plugins repository
2025-04-27 14:51:41 -04:00
Toby Chui
70d95bd4e4 Fixed build in start.go
- Fixed build error in start.go
- Moved authelia and authentik implementation to deprecated folder for reference purpose
2025-04-27 19:24:15 +08:00
Toby Chui
b590e15ef2
Merge pull request #646 from james-d-elliott/feat-forward-auth
feat: forward auth
2025-04-27 19:14:33 +08:00
James Elliott
b25f8aab3e
refactor: apply suggestions 2025-04-27 20:27:46 +10:00
James Elliott
c0578a33b6
fix: copy paste error 2025-04-27 20:27:26 +10:00
James Elliott
55a525106a
fix: value not set 2025-04-27 20:27:26 +10:00
James Elliott
e3b68b9aad
fix: copy paste error 2025-04-27 20:27:26 +10:00
James Elliott
3f1c50c009
feat: forward auth
Add support for request headers and response client headers.
2025-04-27 20:27:26 +10:00
James Elliott
8f046a0b47
feat: forward auth
This adds basic support for forwarded authentication similar to caddy and traefik. This replaces Authelia SSO as it effectively covers exactly the same use cases.
2025-04-27 20:27:23 +10:00
Toby Chui
0e5550487e
Merge pull request #644 from tobychui/v3.2.1
- Merged in authentik forward auth support
- Merged IPv6 whitelist patch
- Added support for basic per host name statistic
- Added experimental plugin store
- Added `$remote_ip` in custom header that filters port number from `$remote_addr`
- Fixed origin is not populated in log bug
- Fixed redirection location rewrite bug
v3.2.1
2025-04-27 14:54:27 +08:00
Toby Chui
9781735983 Moved dev settings to flag
- Moved internal DEVELOPMENT_MODE flag to start parameters
2025-04-27 13:55:54 +08:00
Tim Dreyer
a98d86a303 fix: unexposed containers with existing proxy rule 2025-04-26 16:23:17 +02:00
Tim Dreyer
73e6530862 fix: docker api client version negotiation 2025-04-25 15:49:04 +02:00
Tim Dreyer
0c753ae531 refactor: rephrased ui 2025-04-25 14:55:31 +02:00
Tim Dreyer
6353cc532a refactor: restructured js 2025-04-25 14:38:42 +02:00
Tim Dreyer
e049761f36 feat: show only running containers checkbox 2025-04-24 22:43:04 +02:00
Tim Dreyer
4dc7175588 refactor: docker container list 2025-04-24 22:32:58 +02:00
Toby Chui
ffc67ede12 Added working plugin store prototype
- Added plugin install and remove api
2025-04-24 21:19:16 +08:00
Toby Chui
6750c7fe3d Added wip plugin store
- Added plugin store snippet
- Added plugin list sync functions
- Work in progress install / uninstall plugin function
2025-04-22 07:15:30 +08:00
Toby Chui
36c2c9a00e
Merge pull request #641 from james-d-elliott/fix-authelia-headers
fix(authelia): original headers
2025-04-21 18:56:28 +08:00
James Elliott
4f026e8c07
fix(authelia): original headers
This fixes the original headers imparted to authelia.
2025-04-21 13:15:21 +10:00
Toby Chui
72b100aab0
Update README.md
Fixed contributor list format
2025-04-19 08:45:57 +08:00
Toby Chui
291f12e5ea
Update README.md
Added community maintained section contact list
2025-04-19 08:44:22 +08:00
Toby Chui
0c8dfd8aa0 Added http proxy list link port
- Added port number and http proto to http proxy list link #635
2025-04-12 11:32:22 +08:00
Toby Chui
76e2861fea
Merge pull request #633 from WHFo/v3.2.1
Update httprp.html
2025-04-11 20:09:36 +08:00
WHFo
b23b967165
Update httprp.html
Prevent the browser from filling the saved Zoraxy login account into the  input searchInput
2025-04-11 12:02:28 +08:00
Toby Chui
d682d52eb7
Merge pull request #631 from Nirostar/patch-1
Fix IPv6 whitelisting for Link-Local addresses by removing the scope ID
2025-04-08 21:12:07 +08:00
Niklas Roth
23eeeee701
Move Scope ID handling into CIDR check 2025-04-08 15:06:20 +02:00
Niklas Roth
e961e52dea
Fix IPv6 whitelisting for Link-Local addresses by removing the scope ID 2025-04-08 14:44:11 +02:00
Toby Chui
b863a9720f Fixed #629
- Added $remote_ip to remote port number from remote address
2025-04-07 20:02:04 +08:00
Toby Chui
ca7cd0476c Updated location rewrite logic
- Updated to a much more relax logic for handling domain with port redirection
2025-04-06 17:05:30 +08:00
Toby Chui
a3cccee162 Added "blocks common exploits" module
- Added blocks common exploits prototype
- Added bot detection function (not included in dpcore yet) #615
2025-04-06 16:50:59 +08:00