Toby Chui
45f61b3053
Optimized dark theme mode
...
- Make dark theme mode less dark
2025-01-15 20:44:20 +08:00
Toby Chui
0d4c71d0f6
Fixed #450
2024-12-31 22:56:51 +08:00
Toby Chui
be5797c8a5
Updated geodb and minor instructions
2024-12-31 21:47:19 +08:00
Toby Chui
84aec4387a
Added CF and Fastly IP in access list
...
Added CF and Fastly Client IP passthrough header for access control ip resolver
2024-12-31 20:30:36 +08:00
Toby Chui
0b1768ab5b
Added manual toggle for websocket header copy
...
- Added setting for toggling websocket header copy
- Added close connection in TLS mode
2024-12-30 21:07:29 +08:00
Toby Chui
1d4c275db3
Fixed nil pointer exception in new setups
2024-12-29 16:11:00 +08:00
Toby Chui
b3ad97743c
Fixed #444
...
- Restored legacy behavior if proxmox cookie is detected in request
2024-12-29 15:09:24 +08:00
Toby Chui
64b6769695
Added external geoip db option
...
- Added support for loading geoip db from external file
- Added -update_geoip flag for automatically update the geoip
2024-12-24 21:12:26 +08:00
Toby Chui
e72b2f9e09
Updated geoip database
2024-12-24 20:34:10 +08:00
Toby Chui
992dd231f2
Fixed #435
2024-12-22 13:25:16 +08:00
Toby Chui
49555c1191
Fixed #430
...
+ Added no response and I'm a Teapot (config file editing only) to default site options
2024-12-17 22:08:32 +08:00
Toby Chui
2423d0fb3a
Added experimental authelia support
...
- Integrated #33 code snippet
- Added UI for setting Authelia server address
- Updated authentication provider implementation
2024-12-15 15:52:59 +08:00
Toby Chui
bb0f55018c
System arch optimization
...
- Optimized types and definitions
- Moved shutdown seq to start.go file
- Moved authelia to auth/sso module
- Added different auth types support (wip)
- Updated proxy config structure
- Added v3.1.4 to v3.1.5 auto upgrade utilities
- Fixed #426
- Optimized status page UI
- Added options to disable uptime montior in config
2024-12-12 20:49:53 +08:00
Toby Chui
e73841786b
Merge pull request #421 from 7brend7/authelia-integration
...
Add authelia-verify support
2024-12-10 21:02:58 +08:00
Borys Anikiyenko
d5449c947a
Add authelia-verify suppport
2024-12-09 15:19:07 +02:00
Toby Chui
8ff51044bb
Fixed #414
...
- Added sticky menu
- Optimized terminate routine for nil check
- Added test case for statistic module
2024-12-08 12:54:50 +08:00
Toby Chui
cc08c704de
Database update
...
- Removed read-only mode
- Added LevelDB for big data storage
TODO: Update backup utilities to support new db structure
2024-12-06 23:34:21 +08:00
Toby Chui
2f1a6b5ba4
Merge pull request #416 from tobychui/main
...
Sync update from main branch
2024-12-06 19:46:51 +08:00
sickjuicy
12358d3522
added downward compality and spaces are cut from the json
2024-12-01 16:01:23 +01:00
Toby Chui
6bf944e13c
Fixed #401
...
- Fixed high concurrency panic on slow geoIP resolve mode
- Added test case for concurrent geodb access
2024-12-01 21:21:53 +08:00
sickjuicy
b653b805b8
Update autorenew.go
2024-12-01 04:29:29 +01:00
sickjuicy
eb91865b70
Added to read json for the renew cert and fixed bug where on creation of a new cert the old NameServer ware used
2024-12-01 04:25:01 +01:00
sickjuicy
4dbf110edc
more Cleanup
2024-11-30 04:20:39 +01:00
sickjuicy
1eefa99b72
Cleanup
2024-11-30 03:35:30 +01:00
sickjuicy
e6b2d458f7
Added Custom Name Server Option
2024-11-26 23:30:24 +01:00
Toby Chui
23a5c6ceb0
Updated geoIP database
2024-11-24 11:46:49 +08:00
Toby Chui
015889851a
Optimized UX and code structure
...
+ Added automatic self-sign certificate sniffing
+ Moved all constant into def.go
+ Added auto restart on port change when proxy server is running
+ Optimized slow search geoIP resolver by introducing new cache mechanism
+ Updated default incoming port to HTTPS instead of HTTP
2024-11-24 11:38:01 +08:00
Toby Chui
c5170bcb94
Refactorized main entry function
...
- Moved constants to def.go
- Added acme close function (not used for now)
- Added robots.txt to prevent webmin panel being scanned by search engine
2024-11-19 20:30:36 +08:00
Toby Chui
1c79fa4e96
Fixed #394
2024-11-17 08:38:13 +08:00
Toby Chui
ec5c24b9b8
Added more darktheme
...
- Added more dark theme css
- Merged main branch fixes and new features
- Added todo tag for custom timeout
2024-11-14 21:18:05 +08:00
Toby Chui
634e9c9855
v3.1.3 init commit
...
- Fixed #378
- Added wip dark theme
- Fixed in code typo
- Fixed int conversion bug in some DNS challenge supplier
2024-11-08 22:24:07 +08:00
Toby Chui
c5ca68868b
Optimized ACME logic
...
- Added automatic port 80 listener enable for those who don't read our wiki
- Reduced default interval for polling and propagation timeout
2024-10-28 21:40:58 +08:00
Toby Chui
f927bb539a
Updated geodb
...
- Updated geoip table
- Fixed bug in streamproxy delete in dev version
- Commented SSO related features (WIP) for release
2024-10-27 16:35:59 +08:00
Toby Chui
5f64b622b5
Fixed #353 and #327
...
- Added user defined polling and propagation timeout option in ACME
- Updated lego and added a few new DNS challenge providers
- Updated code gen to support new parameters
2024-10-27 16:17:44 +08:00
Toby Chui
172c5afa60
Added support for custom header variables
...
- Added support for using nginx-like variables in custom headers
- Supported variables includes: $host, $remote_addr, $request_uri, $request_method, $content_length, $content_type, $uri, $args, $scheme, $query_string, $http_user_agent and $http_referer
- Added test case for custom header variable rewriter
2024-10-27 14:47:01 +08:00
Toby Chui
f98e04a9fc
Fixed #318
...
- Added support for automatic X-Remote-User header when basic auth is enabled
- Moved header logic to rewrite module (new module)
- Added default site automatic fix for URL missing http:// or https:// prefix
2024-10-26 22:21:49 +08:00
Toby Chui
99295cad86
Fixed #342
...
- Added port scanner
- Moved handlers for IP scanner into ipscan module
-Minor code optimization
2024-10-26 19:41:43 +08:00
Toby Chui
528be69fe0
Optimized stream proxy codebase
...
- Moved stream proxy config from database to file based conf
- Optimized implementation for detecting proxy rule running
- Fixed #320 (hopefully)
2024-10-25 23:30:44 +08:00
Toby Chui
6923f0d200
Fixed #328
...
- Fixed register enter not working
- Updated all link to new project domain (aroz.org)
2024-10-23 21:31:06 +08:00
Toby Chui
cab2f4e63a
Fixed #316
...
Fixed early renew day not passed into auto renewer config bug
2024-09-26 22:57:49 +08:00
Toby Chui
5c56da1180
Added basic oauth module structure (wip)
...
- Added struct for oauth
- Added interception handler for Zoraxy SSO
- Added user structure for SSO
2024-09-12 10:55:01 +08:00
Toby Chui
3392013a5c
Fixed #297
...
- Added UI to showcase ZeroSSL do not support DNS challenge
- Added test case for origin picker
- Updated zerotier struct info (wip)
2024-09-09 21:12:12 +08:00
Toby Chui
a45092a449
Patched #274
2024-09-04 22:05:54 +08:00
Toby Chui
b40131d212
Updated geodb and merged PR from main
2024-08-23 17:52:36 +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
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
54475e4b99
Fixed #271
...
- Fixed implementation in geoip resolver trie tree
2024-07-31 21:57:59 +08:00