fixed some schemas, packed it as a npm package

This commit is contained in:
yusing
2025-01-24 10:42:50 +08:00
parent 9936b3af5b
commit 4c311fd78e
17 changed files with 634 additions and 3955 deletions

View File

@@ -47,7 +47,6 @@ export interface CloudDNSOptions extends AutocertConfigBase {
};
}
export interface DuckDNSOptions extends AutocertConfigBase {
provider: "duckdns";
options: {

View File

@@ -13,9 +13,8 @@ export type Providers = {
*
* @minProperties 1
* @examples require(".").dockerExamples
* @items.pattern ^((\w+://)[^\s]+)|\$DOCKER_HOST$
*/
docker?: { [name: string]: URL };
docker?: { [name: string]: URL | "$DOCKER_HOST" };
/** List of notification providers
*
* @minItems 1