642 Commits

Author SHA1 Message Date
PassiveLemon
4a093cf096
Merge branch 'tobychui:main' into main 2025-06-18 16:54:24 -04:00
PassiveLemon
68f9fccf3a refactor: release type workflows 2025-06-18 16:53:51 -04:00
Toby Chui
0b6dbd49bb Fixed #694
- Uncommented the delete proxy rule button
- Added redirection path escape in dpcore
2025-06-16 20:16:36 +08:00
Toby Chui
eb07917c14
Merge pull request #693 from tobychui/v3.2.3
- Added new HTTP proxy UI
- Added inbound host name edit function
- Merged SSO implementations
- Added disable chunked transfer encoding checkbox
v3.2.3
2025-06-15 21:54:29 +08:00
Toby Chui
217bc48001
Merge branch 'main' into v3.2.3 2025-06-15 21:49:48 +08:00
Toby Chui
38cfab4a09
Merge pull request #692 from james-d-elliott/feat-forward-auth-improvements
feat(sso): forward auth improvements
2025-06-15 14:50:29 +08:00
Toby Chui
217e5e90ff Fixed #672
Fixing a minor log print logic
2025-06-15 13:56:10 +08:00
Toby Chui
4a37a989a0 Added Disable Chunk Transfer Encoding option
- Added disable chunk transfer encoding on UI #685
- Added optional to disable static web server listen to all interface #688
2025-06-15 13:46:35 +08:00
James Elliott
eb540b774d
refactor: factorize 500 errors
This just factorizes the handling of 500 Internal Server Errors.
2025-06-15 12:14:14 +10:00
James Elliott
26d03f9ad4
feat(sso): forward auth improvements
This adds a couple of key improvements to the Forward Auth SSO implementation. Primarily it adds an included cookies setting which allows filtering cookies to the authorization server. Secondly it fixes a bug where the headerCopyIncluded function was case-sensitive. Documentation in the code and on the web UI is clearer to resolve some common questions and issues. Lastly it moves a lot of funcs to the util.go file and adds fairly comprehensive tests.
2025-06-15 11:57:38 +10:00
Toby Chui
31ba4f20ae Added inbound hostname edit function
- Added inbound hostname edit function
- Removed all "proxy root" and replaced with "default site"
2025-06-12 20:53:06 +08:00
Toby Chui
650d61ba24 Added plugin doc link to homepage
- Fixed plugin doc css error
- Added plugin doc link to homepage footer
2025-06-12 19:26:15 +08:00
Toby Chui
6d0c0be8c2 Added RWD to new HTTP Proxy UI 2025-06-11 21:24:43 +08:00
Toby Chui
366a44a992 Restored old httprp page
- Restored old httprp page
- Moved dev page to httprp_new.html
2025-06-10 22:19:33 +08:00
Toby Chui
7164b74d4a
Merge pull request #687 from tobychui/main
synchronize changes from main
2025-06-10 22:15:59 +08:00
Toby Chui
b01a21f318
Merge branch 'v3.2.3' into main 2025-06-10 22:11:50 +08:00
Toby Chui
809e1fa815 Flattened HTTP proxy rule edit menu 2025-06-10 22:04:04 +08:00
Toby Chui
c7b5e0994e Added more wip UI elements 2025-06-09 22:01:30 +08:00
Toby Chui
1f8684481a New UI for proxy editor 2025-06-08 21:56:51 +08:00
Toby Chui
0e74ff69c3 Fixed build error after merge
- Fixed buid error in new merge for Oauth2
- Updated version no.
- Optimized css in sso page
2025-06-07 12:20:09 +08:00
Toby Chui
f0fa71c5b4 Update .gitignore 2025-06-07 12:08:45 +08:00
Toby Chui
8cb47e19fa Merge branch 'main' of https://github.com/kjagosz/zoraxy into v3.2.3 2025-06-07 12:08:23 +08:00
Toby Chui
475650de0d Updated readme
- Updated readme
- Updated social banner and title assets
2025-05-31 15:05:36 +08:00
Toby Chui
b19867865c Merge branch 'main' of https://github.com/tobychui/zoraxy 2025-05-31 14:42:08 +08:00
Toby Chui
df636c9f76 Added link to plugin doc 2025-05-31 14:41:33 +08:00
Toby Chui
e6b2cf09d7
Merge pull request #679 from tobychui/plugin_doc
- Added plugin documentation
- Added documentation generator (markdown to html)
- Added API doc generating script (using go doc command)
- Added example plugins for static and dynamic captures
- Removed ztnc from plugin example doc (moved to official plugin repo)
2025-05-31 14:39:31 +08:00
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
Krzysztof Jagosz
e2882b6436 Some cleanup for unused things 2025-04-29 14:46:18 +02:00
Krzysztof Jagosz
61b873451f Added OAuth2 support for SSO 2025-04-29 01:05:48 +02: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