Fix(hedgedoc): use statefulset and iscsi
All checks were successful
Lint yaml / build-package (push) Successful in 3s
All checks were successful
Lint yaml / build-package (push) Successful in 3s
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"allowEmailRegister": false,
|
||||
"defaultPermission": "limited",
|
||||
"allowAnonymous": false,
|
||||
"imageUploadType": "minio",
|
||||
"uploadsPath": "/uploads",
|
||||
"imageUploadType": "filesystem",
|
||||
"hsts": {
|
||||
"enable": true,
|
||||
"maxAgeSeconds": 31536000,
|
||||
@@ -38,14 +39,6 @@
|
||||
"searchFilter": "(&(uid={{username}})(objectClass=person))",
|
||||
"useridField": "uid",
|
||||
"tlsca": "/etc/hedgedoc/rootca.pem"
|
||||
},
|
||||
"minio": {
|
||||
"accessKey": "********",
|
||||
"secretKey": "********",
|
||||
"endPoint": "minio.konchin.com",
|
||||
"port": 9000,
|
||||
"secure": false
|
||||
},
|
||||
"s3bucket": "hedgedoc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user