nextcloud: less reliant from config.php
This commit is contained in:
parent
b13d6980de
commit
047403c2a5
2 changed files with 8 additions and 1 deletions
|
@ -106,6 +106,7 @@ def config(metadata):
|
||||||
'dbname': 'nextcloud',
|
'dbname': 'nextcloud',
|
||||||
'dbhost': 'localhost',
|
'dbhost': 'localhost',
|
||||||
'dbtype': 'pgsql',
|
'dbtype': 'pgsql',
|
||||||
|
'dbtableprefix': 'oc_',
|
||||||
'datadirectory': '/var/lib/nextcloud',
|
'datadirectory': '/var/lib/nextcloud',
|
||||||
'dbport': '5432',
|
'dbport': '5432',
|
||||||
'apps_paths': [
|
'apps_paths': [
|
||||||
|
@ -140,6 +141,7 @@ def config(metadata):
|
||||||
'default_phone_region': 'DE',
|
'default_phone_region': 'DE',
|
||||||
'versions_retention_obligation': 'auto, 90',
|
'versions_retention_obligation': 'auto, 90',
|
||||||
'simpleSignUpLink.shown': False,
|
'simpleSignUpLink.shown': False,
|
||||||
|
'allow_local_remote_servers': True, # FIXME?
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,7 +106,12 @@
|
||||||
},
|
},
|
||||||
'nextcloud': {
|
'nextcloud': {
|
||||||
'hostname': 'cloud.sublimity.de',
|
'hostname': 'cloud.sublimity.de',
|
||||||
'version': '25.0.2',
|
'version': '25.0.3',
|
||||||
|
'config': {
|
||||||
|
'instanceid': 'oci6dw1woodz',
|
||||||
|
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',
|
||||||
|
'passwordsalt': 'Zz/xed2SPxbkWh4/fajqYGhJ7Ps5R+',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'nextcloud-picsort': {
|
'nextcloud-picsort': {
|
||||||
'ckn': {
|
'ckn': {
|
||||||
|
|
Loading…
Reference in a new issue