Toby Chui
d5315e5b8e
Merge pull request #289 from tobychui/v3.1.1
...
v3.1.1 update
3.1.1
2024-09-04 21:35:21 +08:00
Toby Chui
31cc1a69a1
Merge pull request #295 from PassiveLemon/zerotier
...
Add ZeroTier to Docker container
2024-09-01 23:01:20 +08:00
PassiveLemon
d348cbf48b
Update Docker README
2024-08-30 09:47:02 -04:00
PassiveLemon
f6339868ac
Refactor Dockerfile and bundle ZeroTier
2024-08-30 09:47:02 -04:00
PassiveLemon
af10f2a644
Fix typos and inconsistencies in README
2024-08-28 18:27:49 -04:00
Toby Chui
3b247c31da
Fixed typo in README
2024-08-27 10:18:08 +08:00
Toby Chui
d74e8badb9
Fixed #287
...
- Removed unusded tab switch in quicksetup.js
- Changed Macedonia to North Macedonia
2024-08-25 13:12:07 +08:00
Toby Chui
b40131d212
Updated geodb and merged PR from main
2024-08-23 17:52:36 +08:00
Toby Chui
563a12c860
Merge pull request #286 from ahmadsyamim/patch-1
...
Fix typo remvoeClass to removeClass
2024-08-23 17:37:52 +08:00
Ahmad Syamim
8b2c3b7e03
Fix typo remvoeClass to removeClass
2024-08-23 09:51:34 +08:00
Toby Chui
608cc0c523
Optimized upstream & loadbalancer
...
- Test and optimized load balancer origin picker
- Fixed no active origin cannot load proxy rule bug
- Implemented logger design in websocket proxy module
- Added more quickstart tours
- Fixed #270 (I guess)
- Fixed #90 (I guess)
2024-08-19 16:10:35 +08:00
Toby Chui
b558bcbfcf
Merge pull request #258 from bouroo/perf/upstreams-sortfunc
...
weighted random upstream
2024-08-19 15:39:22 +08:00
Toby Chui
9ea3fa2542
Added tour for setup https
2024-08-16 22:28:21 +08:00
Toby Chui
01f68c5ef5
Added tour for basic operations
...
- added static website setup tour
- added subdomain setup tour
2024-08-15 22:35:43 +08:00
Toby Chui
a7f89086d4
Restructured log format in acme module
...
- Replaced all log.Println in acme module to system wide logger
- Fixed file manager path escape bug #274
2024-08-13 21:56:23 +08:00
tobychui
a5ef6456c6
v3.1.1 init
...
- Fixed path traverse bug in web server file manager
- Merged docker container list from main
- Updated version code
- Merged network status fix from PR
- Removed unused comments in dpcore
-
2024-08-07 13:53:43 +08:00
Toby Chui
87659b43bd
Merge pull request #278 from JokerQyou/fix/network-io-chart-not-rendering
...
Fix network I/O chart not rendering.
2024-08-07 13:49:02 +08:00
Toby Chui
ddbecf7b68
Merge pull request #280 from 7brend7/fix-added-containers-list
...
Fix existings containers list in docker popup
2024-08-07 13:40:24 +08:00
Borys Anikiyenko
1b3a9de378
Fix existings containers list in docker popup
2024-08-04 00:25:13 +03:00
Joker_
6dd62f509d
Update network data instead of assigning new variables.
2024-08-02 22:00:51 +08:00
Joker_
d5cc6a6859
Fix network I/O chart not rendering.
...
Close #200 .
2024-08-02 00:07:12 +08:00
Toby Chui
1d965da7d0
Merge pull request #277 from Morethanevil/main
...
Update CHANGELOG.md
2024-08-01 08:43:46 +08:00
Marcel
3567c70bab
Update CHANGELOG.md
2024-07-31 19:52:31 +02:00
Toby Chui
0a734e0bd3
Merge pull request #275 from tobychui/v3.1.0
...
v3.1.0 Update
3.1.0
2024-07-31 22:39:01 +08:00
Toby Chui
f4fa92635c
Added example go.mod files for windows 7
2024-07-31 22:35:25 +08:00
PassiveLemon
7d5151bb00
Add EarlyRenew flag to Dockerfile
2024-07-31 10:21:57 -04:00
Toby Chui
54475e4b99
Fixed #271
...
- Fixed implementation in geoip resolver trie tree
2024-07-31 21:57:59 +08:00
Toby Chui
6ac16caf37
Update main.go
...
- Updated main to internal web fs
2024-07-31 16:15:59 +08:00
Toby Chui
97502db607
Update extract.go
...
- Updated lego config extractor
2024-07-31 16:12:28 +08:00
Toby Chui
0747cf4b0f
Fixed gandi DNS bug
...
- Fixed gandi DNS challenge extra input field
- Updated geoip list
2024-07-31 16:11:50 +08:00
Toby Chui
94483acc92
Added log viewer filter
...
+ Added filter to log viewer #243
+ Added auto log refresh
2024-07-31 16:01:49 +08:00
Toby Chui
7626857c02
Updated acme dns list
...
- Updated acme dns configs
- Updated dns propagation timeout from default (2min) to 5 minutes
2024-07-29 12:55:37 +08:00
Toby Chui
0f772a715b
Update extract.go
...
Updared extractor to compatible with later version of lego
2024-07-29 12:50:57 +08:00
Toby Chui
fd1439f746
Fixed csrf token error in cert upload ui
...
- Fixed csrf token error in cert upload interface
- Added system wide logger into tls cert manager
2024-07-29 12:28:21 +08:00
Toby Chui
ca37bfbfa6
Fixed #106
...
- Added experimental proxmox fixes
- Fixed upstream error resp code not logging bug
2024-07-27 17:33:41 +08:00
Toby Chui
c1e16d55ab
Optimized csrf mux
...
- Forced same site to lax mode for better browser compatibility
- Set zoraxy-csrf as cookie name
2024-07-24 22:47:49 +08:00
Toby Chui
f595da92a1
Fixed #267
...
- Added csrf middleware to management portal mux
- Added csrf token to all html templates
- Added csrf validation to all endpoints
- Optimized some old endpoints implementation
2024-07-24 21:58:44 +08:00
Kawin Viriyaprasopsook
8a8ec1cb0b
📝 randIndex for fallbackUpstreams random
2024-07-24 14:59:48 +07:00
Kawin Viriyaprasopsook
e53c3cf3c4
⚡ ️ fallbackUpstreams with preserve index
2024-07-24 14:47:33 +07:00
Kawin Viriyaprasopsook
d17de5c200
✨ weighted random upstream
2024-07-23 08:50:10 +07:00
Kawin Viriyaprasopsook
97ff48ee70
🔥 origins already checked before getRandomUpstreamByWeight
2024-07-23 08:31:59 +07:00
Kawin Viriyaprasopsook
d64b1174af
⏪ keep compatible with go 1.20
2024-07-23 08:31:59 +07:00
bouroo
bec363abab
⚡ ️ immediate return if single upstream
2024-07-23 08:31:59 +07:00
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