mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 00:38:33 +02:00
fixed some schemas, packed it as a npm package
This commit is contained in:
@@ -47,7 +47,6 @@ export interface CloudDNSOptions extends AutocertConfigBase {
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
export interface DuckDNSOptions extends AutocertConfigBase {
|
||||
provider: "duckdns";
|
||||
options: {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user