mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add LetsEncrypt.staging; run pre-commit
This commit is contained in:
@@ -26,9 +26,7 @@ config_schema = {
|
|||||||
"timeout": {"type": "integer"},
|
"timeout": {"type": "integer"},
|
||||||
"every": {"type": "integer"},
|
"every": {"type": "integer"},
|
||||||
"concurrency": {"type": "integer"},
|
"concurrency": {"type": "integer"},
|
||||||
"users": {
|
"users": {"type": "boolean"},
|
||||||
"type": "boolean",
|
|
||||||
},
|
|
||||||
"max_age": {"type": "integer"},
|
"max_age": {"type": "integer"},
|
||||||
"remove_named_servers": {"type": "boolean"},
|
"remove_named_servers": {"type": "boolean"},
|
||||||
},
|
},
|
||||||
@@ -63,6 +61,7 @@ config_schema = {
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {"type": "string", "format": "hostname"},
|
"items": {"type": "string", "format": "hostname"},
|
||||||
},
|
},
|
||||||
|
"staging": {"type": "boolean"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"TLS": {
|
"TLS": {
|
||||||
@@ -93,12 +92,8 @@ config_schema = {
|
|||||||
"properties": {
|
"properties": {
|
||||||
"ip": {"type": "string", "format": "ipv4"},
|
"ip": {"type": "string", "format": "ipv4"},
|
||||||
"port": {"type": "integer"},
|
"port": {"type": "integer"},
|
||||||
"username": {
|
"username": {"type": "string"},
|
||||||
"type": "string",
|
"password": {"type": "string"},
|
||||||
},
|
|
||||||
"password": {
|
|
||||||
"type": "string",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user