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