Toby Chui
71423d98b1
Updated README banner
...
Updated readme banner
2024-05-18 15:27:53 +08:00
Toby Chui
8ca716c59f
Update README.md
...
Added DNS challenge in feature list
2024-05-18 15:12:25 +08:00
Toby Chui
fe48a9a0c3
Updated acmedns tool
...
Add support for automatically generating acmedns module for Windows 7 using older version of lego
3.0.4
2024-05-18 14:48:55 +08:00
Toby Chui
ec973eb3bc
Merge pull request #152 from tobychui/v3.0.4
...
V3.0.4 Updates
- Optimized DNS challenge implementation
- Removed dependencies on environment variable write and keep all data contained
- Fixed panic on loading certificate generated by Zoraxy v2
- Added automatic form generator for DNS challenge / providers
- Added CA name default value
- Added code generator for acmedns module (storing the DNS challenge provider contents extracted from lego)
- Fixed ACME snippet "Obtain Certificate" concurrent issues in save EAB and DNS credentials
2024-05-18 13:07:59 +08:00
Toby Chui
7b69b5fa63
Updated README
...
- Added start.sh
- Updated provider.json
2024-05-15 14:27:59 +08:00
Toby Chui
ce4f46cb50
Fixed bugs caused by DNS challenge PR
...
- Fixed concurrency in EAB and DNS credential save
- Fixed missing CA name in ACME Obtain certificate handler
- Optimized acmedns code config
- Fixed a lot of front-end bugs in acme snippet
2024-05-14 16:21:47 +08:00
Toby Chui
3454a9b975
Added backend generated dns providers arch
...
- Added acmedns
- Added auto dns credential form generator
2024-05-10 23:34:02 +08:00
Toby Chui
55bc939a37
Updated code generation tool
...
- Module rename to acmedns
2024-05-10 20:02:39 +08:00
Toby Chui
1d63b679dc
Added tools folder
...
- Moved providers scrapper by @Teifun2 into tool folder
- Added code generator for avoid the use of env variables (wip)
2024-05-09 21:26:00 +08:00
Toby Chui
3df96350a3
Updated version number
2024-05-06 19:06:59 +08:00
Toby Chui
34fab7b3d0
Fixed cert upgrade panic
...
- Fixed no config json cert upgrade panic bug
2024-05-06 19:06:26 +08:00
Toby Chui
46817d0664
Fixed minor code style in PR
...
- Fixed minor coding style in PR
- Updated geoip list
2024-05-06 18:50:12 +08:00
Toby Chui
1db2ca61fa
Create README.txt
...
Added source location for geodb
2024-05-06 16:26:02 +08:00
Toby Chui
0b601406de
Merge pull request #144 from Teifun2/dns-challenge-for-letsencrypt
...
DNS challenge for letsencrypt
2024-05-06 10:50:18 +08:00
Toby Chui
b4c771cdee
Merge pull request #146 from Frostplexx/main
...
Fix spelling mistake
2024-05-04 19:21:11 +08:00
Daniel
a486d42351
fix spelling mistake
2024-05-04 12:49:23 +02:00
Linard Schwendener
90c2199a1b
Added Logging Statement
2024-05-04 10:50:30 +02:00
Linard Schwendener
161c61fac7
Scraped all DNS Providers with their Configuration
2024-05-04 10:35:31 +02:00
Linard Schwendener
5ffacb1d06
Support all DNS Provders with acme-lego 4.16
2024-05-04 09:13:37 +02:00
Linard Schwendener
75ebd0ffbe
DNS Provider Agnostic Solution
2024-05-03 17:23:23 +02:00
Linard Schwendener
dc069f3c57
Fixed Error Messages
2024-05-03 01:08:50 +02:00
Linard Schwendener
e1b512f78f
Manual Renew knows if DNS Challenge is required
2024-05-03 00:57:47 +02:00
Linard Schwendener
8854a38f49
DNS Credentials are saved in Database
2024-05-02 22:52:51 +02:00
Linard Schwendener
7583a4628c
Show DNS Challenge only for Lets Encrypt
2024-05-02 22:09:04 +02:00
Linard Schwendener
73c0ea0896
POC DNS Challenge with Dynu
2024-05-02 21:42:18 +02:00
Linard Schwendener
7dad7c7305
Send Values to Backend
2024-05-02 17:56:07 +02:00
Toby Chui
faa95b4e21
Update README.md
...
Added citation to original uwu icon creator
2024-05-01 20:41:02 +08:00
Linard Schwendener
cb0e13976d
Added ui components needed for dns challenge
2024-05-01 14:40:53 +02:00
Toby Chui
ccd8dcff56
Added template examples
...
- Added a uwu version of the notfound and access control template
- Added example index file for internal static web server
2024-05-01 20:39:26 +08:00
Toby Chui
750656fd7f
Merge pull request #140 from Morethanevil/main
...
Update CHANGELOG.md
2024-04-30 17:29:39 +08:00
Marcel
d9f515fdba
Update CHANGELOG.md
...
Update changelog
2024-04-30 11:06:24 +02:00
Toby Chui
176249a7d9
Merge pull request #138 from tobychui/v3.0.3
...
Update V3.0.3
- Updated SMTP UI for non email login username
- Fixed ACME cert store reload after cert request
- Fixed default rule not applying to default site when default site is set to proxy target
- Fixed blacklist-ip not working with CIDR bug
- Fixed minor vdir bug in tailing slash detection and redirect logic
- Added custom mdns name support (-mdnsname flag)
- Added LAN tag in statistic
3.0.3
2024-04-30 14:39:49 +08:00
Toby Chui
e2a449a7bc
Update blacklist.go
...
Fixed blacklist CIDR not working bug
2024-04-30 13:39:48 +08:00
Toby Chui
a9695e969e
Update Server.go
...
Fixed default site bypassing access filter bug
2024-04-30 13:25:26 +08:00
Toby Chui
7ba997dfc2
Added support for changing mdns name
...
+ Added `mdnsname` startup flag
2024-04-30 11:49:34 +08:00
Toby Chui
d00117e878
Merge pull request #135 from PassiveLemon/Graceful-Shutdown
...
Fix: Graceful container shutdown
2024-04-29 09:18:03 +08:00
PassiveLemon
43a84a3f1c
Fix: Graceful container shutdown
2024-04-28 10:55:45 -04:00
Toby Chui
e24f31bdef
Fixed #126
...
- Added cert store hot reload to fix newly ssl cert not loaded
- Optimized SMTP structure and UI
2024-04-28 22:25:05 +08:00
Toby Chui
fc9240fbac
Fixed #131
...
- Added LAN detection in geoip resolver
- Updated UI for LAN/loopback request origin rendering
2024-04-28 11:27:00 +08:00
Toby Chui
e0f5431215
Fixed #129
...
- Removed requirements for Domain (now domain field can be empty and no error will be shown)
2024-04-27 22:37:55 +08:00
Toby Chui
de658a3c6c
Minor bug fix
...
- Added potential fix for #130
- Added fix for disabled virtual directory check (future features)
- Updated version number to v3.0.3
2024-04-26 22:40:27 +08:00
Toby Chui
73276b1918
Update README.md
...
Fixed description that easily cause misunderstanding
2024-04-26 22:36:12 +08:00
Toby Chui
abdb7d4d75
Merge pull request #125 from Morethanevil/main
...
Update CHANGELOG.md
2024-04-24 23:55:23 +08:00
Marcel
72299ace15
Update CHANGELOG.md
2024-04-24 17:51:36 +02:00
Toby Chui
4d6c79f51b
Update README.md
...
Added Alias support in Features
3.0.2
2024-04-24 16:17:47 +08:00
Toby Chui
2c045f4f40
Merge pull request #124 from tobychui/v3.0.2
...
V3.0.2 Updates
Pre-checks on git.hkwtc is working and approved
- Added alias for HTTP proxy host names
- Added separator support for create new proxy rules (use "," to add alias when creating new proxy rule)
- Added HTTP proxy host based access rules
- Added EAD Configuration for ACME (by @yeungalan )
- Fixed bug for bypassGlobalTLS endpoint do not support basic-auth
- Removed dependencies on management panel css for online font files
2024-04-24 16:15:53 +08:00
Toby Chui
b8cf046ca6
Fixed offline font bug
...
- Fixed offline font bug
- Set to pre-release embedded webui
2024-04-24 11:34:00 +08:00
Toby Chui
026dd6b89d
Update README.md
...
Added more info
2024-04-19 09:57:34 +08:00
Toby Chui
5805fe6ed2
Update README.md
...
Added more info
2024-04-19 09:56:58 +08:00
Toby Chui
3c78211800
Added alias support
...
+ Added alias support (use , when adding a new proxy target to automatically add alias hostnames)
+ Fixed some UI issues
2024-04-16 23:33:24 +08:00