implemented LE and ACME and fixed some bugs

This commit is contained in:
2025-11-27 04:20:09 +01:00
parent ec1e0da9d5
commit 145dfd3d7c
36 changed files with 10583 additions and 1107 deletions

View File

@@ -1,5 +1,6 @@
{
"enabled": false,
"acme_ready": false,
"settings": {
"password": "test",
"username": "test"

View File

@@ -0,0 +1,7 @@
{
"enabled": true,
"acme_ready": true,
"settings": {
"baseURL": "http://openmailserver.de:8080"
}
}

View File

@@ -1,4 +1,5 @@
{
"enabled": true,
"acme_ready": false,
"settings": {}
}

View File

@@ -1,4 +1,5 @@
{
"enabled": false,
"acme_ready": false,
"settings": {}
}