mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 16:28:30 +02:00
added new file button in config editor, dockerfile fix
This commit is contained in:
@@ -117,7 +117,17 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeout_shutdown": {
|
||||
"title": "Shutdown timeout (in seconds)",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"redirect_to_https": {
|
||||
"title": "Redirect to HTTPS",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
"additionalProperties": false,
|
||||
"required": ["providers"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user