485 Commits

Author SHA1 Message Date
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
Toby Chui
4d163fe80f
Merge pull request #406 from Sickjuicy/main
Domain Name Server Option
2024-12-06 19:29:29 +08:00
Toby Chui
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
sickjuicy
12358d3522 added downward compality and spaces are cut from the json 2024-12-01 16:01:23 +01:00
Toby Chui
c39af1ff8e Update def.go
Updated version number
2024-12-01 21:22:43 +08: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
57e72a8a90 added some commands back 2024-11-30 04:38:29 +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
4a4483e09d
Merge pull request #400 from Morethanevil/main
Update CHANGELOG.md
2024-11-24 20:05:02 +08:00
Marcel
4485d1f811
Update CHANGELOG.md
Updated changelog

Great Work as always, dark mode looks cool. If you want a suggestion about colors, I recommend [Catppuccin](https://github.com/catppuccin)
2024-11-24 11:52:03 +01:00
Toby Chui
0eb0696670
Merge pull request #399 from tobychui/v3.1.4
V3.1.4
v3.1.4
2024-11-24 14:47:53 +08:00
Toby Chui
9fca2354c6 Update darktheme.css
Fixed docker container list text theme color
2024-11-24 14:41:01 +08:00
Toby Chui
e56b045689 Added dark theme to docker container list 2024-11-24 13:58:46 +08:00
PassiveLemon
763ccb4d60 Remove deprecated ZeroTier config directory from Docker readme 2024-11-24 00:44:52 -05:00
Toby Chui
4d4492069d
Merge branch 'main' into v3.1.4 2024-11-24 12:37:58 +08:00
Toby Chui
f3591aa171 Update dockerContainersList.html
Merged PR into dark theme branch
2024-11-24 12:35:26 +08:00
Toby Chui
2dcf578cbe Update README.md 2024-11-24 11:52:57 +08: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
093ed9c212
Merge pull request #395 from eyerrock/container-searchbar
search bar for Docker container list
2024-11-21 21:47:38 +08:00
Toby Chui
0af8c67346 Updated API register function
- Seperated different register for APIs
2024-11-19 21:13:02 +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
Tim Dreyer
cd48388c02 refactored docker container list 2024-11-18 21:01:54 +01:00
Tim Dreyer
373845f8fd added searchbar to docker container list 2024-11-18 18:16:07 +01:00
Toby Chui
293a527ffc Completed dark theme 2024-11-18 21:04:25 +08:00
Toby Chui
e4facbc7b6 Added more dark themes
- Added wrappers for snippet dark theme
- Optimized color pallets
2024-11-17 17:41:22 +08:00
Toby Chui
1c79fa4e96 Fixed #394 2024-11-17 08:38:13 +08:00
Toby Chui
6515eb99e3 Fixed #393
Updated version code manually
2024-11-15 06:48:35 +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
df88084375
Merge pull request #391 from eyerrock/list-containers-with-unexposed-ports
list containers with unexposed ports
2024-11-14 20:06:31 +08:00
Toby Chui
74017baecf
Merge pull request #392 from PassiveLemon/zoraxy-volume
Symlink ZeroTier var to Zoraxy config
2024-11-13 18:42:35 +08:00
PassiveLemon
294d504ee6 Symlink ZeroTier var to Zoraxy config 2024-11-12 12:40:08 -05:00
Tim Dreyer
477429900e list containers with unexposed ports 2024-11-11 21:07:07 +01:00
Toby Chui
2e9bc77a5d
Merge commit from fork
Fixed web ssh security bug
v3.1.3
2024-11-10 13:57:01 +08:00
Toby Chui
ed178d857a Fixed web ssh security bug 2024-11-10 13:22:32 +08:00
Toby Chui
4cf5d29692 Added more dark theme 2024-11-09 16:12:41 +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
e79a70b7ac
Merge pull request #376 from PassiveLemon/actions-cache
Add layer caching to Docker action
2024-11-06 06:58:52 +08:00
PassiveLemon
779115d06b Add layer caching to Docker action 2024-11-04 20:39:47 -05:00
Toby Chui
9cb315ea67
Merge pull request #373 from Morethanevil/main
Update CHANGELOG.md
2024-11-03 17:41:49 +08:00
Marcel
43ba00ec8d
Update CHANGELOG.md
Thanks for your work :)
2024-11-03 10:11:20 +01:00
Toby Chui
4577fb1f2f
Merge pull request #368 from tobychui/v3.1.2
v3.1.2
v3.1.2
2024-11-03 10:57:06 +08:00
Toby Chui
f877bf9eda Update reverseproxy.go
Fixed typo
2024-11-03 09:31:24 +08:00
Toby Chui
363b9b6d94
Merge branch 'main' into v3.1.2 2024-11-02 15:26:41 +08:00