618 Commits

Author SHA1 Message Date
PassiveLemon
4d40e0aa38 Publish to GHCR 2023-10-03 16:36:53 -04:00
PassiveLemon
045e66b631 Revert "Publish to GitHub Container Registry"
This reverts commit 23bdaa15177ce1eac24b92b8d5613d9d1ee06fff.
2023-10-03 16:35:10 -04:00
PassiveLemon
62e60d78de
Merge branch 'tobychui:main' into main 2023-10-03 16:34:43 -04:00
PassiveLemon
23bdaa1517 Publish to GitHub Container Registry 2023-10-03 16:34:23 -04:00
Toby Chui
50f222cced
Merge pull request #68 from Morethanevil/patch-6
Update CHANGELOG.md
2023-09-26 21:30:23 +08:00
Marcel
640e1adf96
Update CHANGELOG.md
Updated to latest version
2023-09-26 09:28:57 +02:00
Toby Chui
d4bb84180c
Merge pull request #66 from tobychui/2.6.7
v2.6.7 Update
2.6.7
2023-09-26 11:24:09 +08:00
Toby Chui
bda47fc36b Added default Ca features
+ Added default CA feature
+ Fixed RWD issue in TLS cert table
+ Optimized ACME UI in the TLS page
2023-09-25 20:54:50 +08:00
Toby Chui
fd6ba56143 Added web directory manager
+ Added web directory manager
+ Added dummy service expose proxy page
+ Moved ACME and renew to a new section in TLS management page
2023-09-24 23:44:48 +08:00
Toby Chui
b63a0fc246 Added static web server and black / whitelist template
- Added static web server
- Added static web server default index
- Added embeded templates to blacklist / whitelist
- Added wip Web Directory Manager

Place the templates at ./www/templates/blacklist.html or whitelist.html to replace the build in embedded template for access control 403 error
-
2023-09-14 16:15:40 +08:00
Toby Chui
ed92cccf0e
Merge pull request #65 from daluntw/2.6.7
Fix the out of range problem when certificate auto renew
2023-09-13 17:21:29 +08:00
dalun
95892802fd use issuer org as failover for json file not exist 2023-09-13 04:28:33 +00:00
dalun
8a5004e828 handle buypass issuer not match 2023-09-13 04:27:11 +00:00
dalun
c6c523e005 prevent out of range when check issuer exist 2023-09-13 00:39:29 +00:00
Toby Chui
a692ec818d Static web server
- Fixed arm64 build bug in Make file
- Added wip static web server
2023-09-12 16:41:52 +08:00
Toby Chui
c65f780613
Merge pull request #64 from daluntw/multidomain_fix
Fix multidomain UI handle incorrectly
2023-09-10 17:42:07 +08:00
Toby Chui
507c2ab468 Updated 2.6.7 init 2023-09-09 12:28:24 +08:00
dalun
1180da8d11 fix multidomain missing logic 2023-09-08 23:18:47 +00:00
Alan Yeung
b1a14872c3 EAB implementation done 2023-09-02 18:56:04 -07:00
Alan Yeung
df9deb3fbb Merge remote-tracking branch 'upstream/main' 2023-09-02 18:03:49 -07:00
Toby Chui
83f574e3ab
Merge pull request #60 from Morethanevil/main
Update CHANGELOG.md
2023-08-30 22:47:42 +08:00
Marcel
60837f307d
Update CHANGELOG.md 2023-08-30 16:34:43 +02:00
Toby Chui
50d5dedabe
Merge pull request #59 from tobychui/2.6.6-experimental
2.6.6
2.6.6
2023-08-30 15:36:50 +08:00
Toby Chui
f15c774c70 Updated go mod
+ Updated go mod to latest version
+ Fixed minor UX problem pn acme snippet
2023-08-30 12:16:53 +08:00
Toby Chui
069f4805f6
Merge pull request #57 from daluntw/dev-custom-acme
Add Skip TLS Verify Feature For ACME Server
2023-08-29 10:06:52 +08:00
dalun
eb98624a6a fix naming convention 2023-08-28 03:35:20 +00:00
dalun
6a0c7cf499 add skipTLS for custom acme server 2023-08-28 03:31:33 +00:00
Toby Chui
73ab9ca778 Optimized memory usage and root routing
+ Added unset subdomain custom redirection feature #46
+ Optimized memory usage by space time tradeoff in geoip lookup to fix #52
+ Replaced all stori/go.uuid to google/uuid for security reasons #55
2023-08-27 10:18:49 +08:00
Toby Chui
9f9e0750e1
Update README.md 2023-08-26 15:05:53 +08:00
Toby Chui
5664965491
Update README.md
Added donation link (wip)
2023-08-26 11:59:51 +08:00
Toby Chui
db4016e79f
Merge pull request #54 from PassiveLemon/Docker-Rework
Completely rework the container
2023-08-25 11:03:38 +08:00
PassiveLemon
f84c4370cf doc: update readme 2023-08-24 17:59:35 -04:00
PassiveLemon
b39cb6391b Completely rework the container 2023-08-24 17:48:57 -04:00
Toby Chui
4f7f60188f Added basic auth exception paths
Added feature request from #25
2023-08-22 23:46:54 +08:00
Toby Chui
dce58343db
Merge pull request #48 from daluntw/dev-custom-acme
Add custom ACME server feature in backend
2023-08-22 14:05:42 +08:00
dalun
415838ad39 add frontend support 2023-08-21 13:19:33 +00:00
dalun
ce0b1a7585 fix missing space 2023-08-21 12:55:14 +00:00
Alan Yeung
9369237229 updated EAB 2023-08-20 22:29:15 -07:00
dalun
352995e852 add custom acme feature in backend 2023-08-20 21:01:33 +00:00
Toby Chui
a3d55a3274 Patching redirection bug
+ Added wip basic auth editor custom exception rules
+ Added custom logic to handle apache screw up redirect header
2023-08-20 14:50:25 +08:00
Toby Chui
70adadf129 bug fixes for 2.6.5
+ Added potential fixes for #34 and #39
+ Added better error handling for #43
2023-08-17 14:08:48 +08:00
Toby Chui
d42ac8a146
Merge pull request #36 from tobychui/Docker-2.1.0
Docker 2.1.0
2023-07-29 00:00:09 +08:00
PassiveLemon
f304ff8862 feature: network connectivity test 2023-07-28 10:23:20 -04:00
PassiveLemon
7d91e02dc9 feature: golang specific image
smaller size
2023-07-28 10:22:46 -04:00
PassiveLemon
dae510ae0a doc: VERSION 2023-07-28 10:22:22 -04:00
Toby Chui
cd382a78a5
Merge pull request #35 from Morethanevil/patch-5
Update CHANGELOG.md
2023-07-27 00:22:57 +08:00
Marcel
987de4a7be
Update CHANGELOG.md 2023-07-26 17:21:09 +02:00
Toby Chui
52d3b2f8c2 Fixed memory leaking
+ Patch on memory leaking for Windows netstat module (do not effect any of the previous non Windows builds)
+ Fixed potential memory leak in acme handler logic
+ Added "do you want to get a TLS certificate for this subdomain?" dialog when a new subdomain proxy rule is created
2023-07-26 19:17:43 +08:00
PassiveLemon
5038429a70
Update README.md 2023-07-20 22:04:16 -04:00
Toby Chui
2acbf0f3f5
Merge pull request #31 from tobychui/DockerMerge
Docker 2.0.0
2023-07-20 10:30:55 +08:00