owncloud aktualisieren #1
|
|
@ -66,7 +66,7 @@
|
|||
"port": "443",
|
||||
"proto": "tcp"
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,24 +32,41 @@
|
|||
"type": "string"
|
||||
},
|
||||
"authentication": {
|
||||
"nullable": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"internal",
|
||||
"authelia"
|
||||
],
|
||||
"default": "internal"
|
||||
},
|
||||
"data": {
|
||||
"anyOf": [
|
||||
{
|
||||
"nullable": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authelia": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"enum": ["internal"]
|
||||
},
|
||||
"data": {
|
||||
"nullable": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
],
|
||||
"default": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"kind"
|
||||
]
|
||||
},
|
||||
{
|
||||
"nullable": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"enum": ["authelia"]
|
||||
},
|
||||
"data": {
|
||||
"nullable": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -82,17 +99,11 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"authelia"
|
||||
"kind",
|
||||
"data"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
],
|
||||
"default": {
|
||||
}
|
||||
},
|
||||
"public_share": {
|
||||
"nullable": false,
|
||||
|
|
|
|||
|
|
@ -6,15 +6,7 @@
|
|||
"platform": "linux-amd64",
|
||||
"domain": "owncloud.example.org",
|
||||
"authentication": {
|
||||
"kind": "internal",
|
||||
"data": {
|
||||
"authelia": {
|
||||
"url_base": "https://authelia.example.org",
|
||||
"web": {
|
||||
"client_id": "owncloud_web"
|
||||
}
|
||||
}
|
||||
}
|
||||
"kind": "internal"
|
||||
},
|
||||
"public_share": {
|
||||
"password_necessity": "writable",
|
||||
|
|
|
|||
Loading…
Reference in a new issue