618 Commits

Author SHA1 Message Date
Kawin Viriyaprasopsook
0dddd1f9e3 📝 discribe for upstream sort func 2024-07-23 08:31:59 +07:00
Kawin Viriyaprasopsook
6bfcb2e1f5 ️ slices.SortFunc for upstreams 2024-07-23 08:31:59 +07:00
PassiveLemon
02ff288280 Doc: Note about PORT usage for Docker run and compose 2024-07-22 14:03:10 -04:00
Toby Chui
b1c5bc2963 Fixed #255
- Added host header manual overwrite feature
- Added toggle for automatic hop-by-hop header removing
2024-07-21 17:06:09 +08:00
Toby Chui
d3dbbf9052 Merge branch 'v3.1.0' of https://github.com/tobychui/zoraxy into v3.1.0 2024-07-21 15:11:27 +08:00
Toby Chui
f4a5c905e7 Fixed #256
- Added startup paramter to change the early renew days of certificates
- Changed the default early renew days of certificates from 14 days to 30 days
- Fixed vdir update not updating uptime monitor bug
2024-07-21 15:11:13 +08:00
tobychui
245379e91f Fixed #254
- Added uptime cleaning logic to update function
2024-07-19 10:21:26 +08:00
Toby Chui
955a2232df Update Makefile
- Fixed bug in CICD pipeline
2024-07-18 18:50:45 +08:00
Toby Chui
7eb7ae7ced
Merge pull request #251 from PassiveLemon/docker-timezone
Doc: Document on how to use host time in the container
2024-07-16 23:12:14 +08:00
PassiveLemon
3aa0f2d914 Target latest alpine image 2024-07-16 11:07:47 -04:00
PassiveLemon
39b0c8c674 Doc: Document on how to use host time in the container 2024-07-16 10:56:12 -04:00
Toby Chui
bddeae8365 Fixed manual renew certificate bug
- Fixed manual renew certificate bug in wildcard certs
- Updated version no
2024-07-16 22:08:51 +08:00
Toby Chui
8e0e9531e7
Merge pull request #250 from Morethanevil/main
Update CHANGELOG.md
2024-07-16 20:35:04 +08:00
Marcel
6ff22865e0
Update CHANGELOG.md 2024-07-16 14:26:19 +02:00
Toby Chui
0828fd1958 Update update.go
Fixed bug in skip version upgrade
2024-07-16 15:14:49 +08:00
Toby Chui
82f84470f7
Merge pull request #246 from tobychui/3.0.9
Update 3.0.9
3.0.9
2024-07-16 13:15:02 +08:00
Toby Chui
cf9a05f130 Updated v3.0.9
- Added certificate download
- Updated netcup timeout value
- Updated geoip db
- Removed debug print from log viewer
- Upgraded netstat log printing to new log formatter
- Improved updater implementation
2024-07-16 11:30:12 +08:00
Toby Chui
301072db90 Fixed #231
- Added higher propagation timeout for netcup
- Fixed bug in CICD script
2024-07-16 10:37:10 +08:00
Toby Chui
cfcd10d64f
Update README.md
Updated new start parameters and feature list
2024-07-15 23:00:59 +08:00
Toby Chui
c85760c73a
Merge pull request #242 from Morethanevil/main
Update CHANGELOG.md
2024-07-15 21:39:01 +08:00
PassiveLemon
b7bb918aa3 Fix: Container issue due to deprecated flag 2024-07-15 09:21:14 -04:00
Marcel
962f3e0566
Update CHANGELOG.md 2024-07-15 14:16:46 +02:00
Toby Chui
0bcf2b2ae3
Updates v3.0.8
Merge pull request #239 from tobychui/main
3.0.8
2024-07-15 14:49:46 +08:00
Toby Chui
6bfeb8cf3d
Merge pull request #239 from tobychui/main
Merge change in main branch before v3.0.8 release
2024-07-15 14:43:07 +08:00
Toby Chui
33def66386
Merge branch 'v3.0.8' into main 2024-07-15 14:42:19 +08:00
Toby Chui
cb469f28d2 Updated geodb 2024-07-15 14:39:04 +08:00
Toby Chui
8239f4cb53 Added apache compatible logger
- Rewritten the logger to make it more apache log parser friendly
- Fixed uptime not updating after upstream change bug
- Added SSO page (wip)
- Added log viewer
2024-07-14 22:25:49 +08:00
Toby Chui
e410b92e34 Fixed #235
- Added flush sniffing for keep-alive request
- Set default flush interval to 100ms for hostname and 500ms for virtual directory
2024-07-13 23:12:23 +08:00
Toby Chui
aca6e44b35 Added load balance origin picker
+ Added load balance picker
+ Added fallback mode for upstream
+ Added stick session
2024-07-12 20:14:31 +08:00
Toby Chui
2aa35cbe6d Added load balancer (wip)
+ Added support for multiple upstreams
+ Added load balancer
+ Added upstream abstraction in endpoint
+ Added load balancer structure
+ Added breaking change auto-updater
+ Added uptime monitor proxy type definitions
+ Added upstream editor UI
+ Fixed charset bug in many snippets HTML files
2024-07-01 21:17:20 +08:00
Toby Chui
745a54605f
Merge pull request #225 from Kegelcizer/image-size-shrink
Update Dockerfile to shrink image
2024-06-29 12:02:27 +08:00
Kegelcizer
e3b61868a1
Update Dockerfile
Created folders and set permissions at build stage. Install stuff and copy only required folders with permissions already set at build stage.
2024-06-28 11:23:35 +03:00
Toby Chui
764b1944be
Merge pull request #216 from Kirari04/main
fix: unable to edit proxy if ratelimit is not set or <= 0
2024-06-28 09:58:15 +08:00
kirari04
100cd727fc
format docker file 2024-06-26 19:54:35 +02:00
Toby Chui
7e62fef879 3.0.8 init
- Fixed rate limit bug  #216
- Added HSTS auto subdomain include check
2024-06-25 18:10:39 +08:00
kirari04
1a4a55721f Improve Docker Image Size by 500mb by using 2 stage build 2024-06-24 23:32:38 +02:00
kirari04
bb9deccff6 fix: unable to edit proxy if ratelimit is not set or <= 0
this fix checks the ratelimit value only if the
requireRateLimit is set to true else it will use
the provided ratelimit value unless it is less or equal to 0
then it will default to 1000 (the same value as set inside the ui)
2024-06-24 22:59:51 +02:00
Toby Chui
a18413dd03
Merge pull request #213 from PassiveLemon/docker-env-rework
Docker env rework
2024-06-21 10:38:44 +08:00
PassiveLemon
2cd1b1de3c Update: Docker README 2024-06-20 10:58:13 -04:00
PassiveLemon
3a2db63d61 Refactor: Docker environment variables 2024-06-20 10:58:04 -04:00
PassiveLemon
123d3bcf3f Remove: Deprecated VERSION variable 2024-06-20 10:57:34 -04:00
Toby Chui
3ec1d9c888
Update CHANGELOG.md
Example is removed while docker maintainers is discussing how to better support docker parameter
2024-06-20 15:49:48 +08:00
Toby Chui
5785261c7e
Merge pull request #210 from Morethanevil/main
Update CHANGELOG.md
2024-06-20 15:29:37 +08:00
Marcel
89e60649e5
Update CHANGELOG.md 2024-06-20 09:07:22 +02:00
Marcel
5423b82858
Update CHANGELOG.md
Updated changelog, providing an example configuration for docker
2024-06-20 09:01:14 +02:00
Toby Chui
57135a867e
Merge pull request #209 from PassiveLemon/3.0.7
Update Dockerfile
3.0.7
2024-06-20 09:39:39 +08:00
Toby Chui
547855f30f
Merge pull request #208 from tobychui/v3.0.7
V3.0.7 Update
2024-06-20 09:38:56 +08:00
Toby Chui
05b477e90a Update README.md 2024-06-20 09:37:47 +08:00
PassiveLemon
3519c7841c Update Dockerfile 2024-06-19 17:26:18 -04:00
Toby Chui
e7b4054248 Finalized v3.0.7 codebase 2024-06-19 10:44:12 +08:00