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
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
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
9e95d84627
Fixed #422
...
- Added scroll to acme domain table
2024-12-10 21:13:26 +08:00
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
2f1a6b5ba4
Merge pull request #416 from tobychui/main
...
Sync update from main branch
2024-12-06 19:46:51 +08:00
24371ed22e
Fixed #415
...
- Fixed UI issue on the HSTS toggle
- Added error message on save error for HSTS
2024-12-06 19:06:59 +08:00
57e72a8a90
added some commands back
2024-11-30 04:38:29 +01:00
4dbf110edc
more Cleanup
2024-11-30 04:20:39 +01:00
e6b2d458f7
Added Custom Name Server Option
2024-11-26 23:30:24 +01:00
9fca2354c6
Update darktheme.css
...
Fixed docker container list text theme color
2024-11-24 14:41:01 +08:00
e56b045689
Added dark theme to docker container list
2024-11-24 13:58:46 +08:00
f3591aa171
Update dockerContainersList.html
...
Merged PR into dark theme branch
2024-11-24 12:35:26 +08:00
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
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
293a527ffc
Completed dark theme
2024-11-18 21:04:25 +08:00
e4facbc7b6
Added more dark themes
...
- Added wrappers for snippet dark theme
- Optimized color pallets
2024-11-17 17:41:22 +08:00
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
4cf5d29692
Added more dark theme
2024-11-09 16:12:41 +08:00
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
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
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
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
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
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
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
cab2f4e63a
Fixed #316
...
Fixed early renew day not passed into auto renewer config bug
2024-09-26 22:57:49 +08:00
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
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
d74e8badb9
Fixed #287
...
- Removed unusded tab switch in quicksetup.js
- Changed Macedonia to North Macedonia
2024-08-25 13:12:07 +08:00
b40131d212
Updated geodb and merged PR from main
2024-08-23 17:52:36 +08:00
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
9ea3fa2542
Added tour for setup https
2024-08-16 22:28:21 +08:00
01f68c5ef5
Added tour for basic operations
...
- added static website setup tour
- added subdomain setup tour
2024-08-15 22:35:43 +08:00
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
94483acc92
Added log viewer filter
...
+ Added filter to log viewer #243
+ Added auto log refresh
2024-07-31 16:01:49 +08:00
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
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
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
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
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
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
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
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
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
7e62fef879
3.0.8 init
...
- Fixed rate limit bug #216
- Added HSTS auto subdomain include check
2024-06-25 18:10:39 +08:00
e7b4054248
Finalized v3.0.7 codebase
2024-06-19 10:44:12 +08:00
973d0b3372
Added load balancer module
...
- Added load balancer module wip
- Updated geoipv4
- Reduced uptime timeout to 5 sec
- Optimized rate limit implementation
- Fixed minor UI bug in stream proxy
2024-06-19 00:38:48 +08:00
03974163d4
Added docker conditional compilation
...
- Moved docker UX optimization into module
- Added conditional compilation for Windows build
- Added Permission Policy header editor
- Fixed docker container list ui error message bug
2024-06-17 00:24:24 +08:00
dfb81513b1
Optimized docker detection structure
...
- Merged #202 and optimized UI elements
- Added HSTS headers toggle
- Added permission policy injector in dynamicproxy
- Fixed slow search LAN ip detection
- Optimized UI for HTTP reverse proxy rules
- Added wip permission policy and load balancer
2024-06-16 12:46:29 +08:00