Compare commits
No commits in common. "047403c2a535faa8e0381bee4044fdcf2e743128" and "3c996c63f8677885f8880deb0b3b40f592bee7e8" have entirely different histories.
047403c2a5
...
3c996c63f8
3 changed files with 2 additions and 9 deletions
|
@ -106,7 +106,6 @@ def config(metadata):
|
|||
'dbname': 'nextcloud',
|
||||
'dbhost': 'localhost',
|
||||
'dbtype': 'pgsql',
|
||||
'dbtableprefix': 'oc_',
|
||||
'datadirectory': '/var/lib/nextcloud',
|
||||
'dbport': '5432',
|
||||
'apps_paths': [
|
||||
|
@ -141,7 +140,6 @@ def config(metadata):
|
|||
'default_phone_region': 'DE',
|
||||
'versions_retention_obligation': 'auto, 90',
|
||||
'simpleSignUpLink.shown': False,
|
||||
'allow_local_remote_servers': True, # FIXME?
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -106,12 +106,7 @@
|
|||
},
|
||||
'nextcloud': {
|
||||
'hostname': 'cloud.sublimity.de',
|
||||
'version': '25.0.3',
|
||||
'config': {
|
||||
'instanceid': 'oci6dw1woodz',
|
||||
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',
|
||||
'passwordsalt': 'Zz/xed2SPxbkWh4/fajqYGhJ7Ps5R+',
|
||||
},
|
||||
'version': '25.0.2',
|
||||
},
|
||||
'nextcloud-picsort': {
|
||||
'ckn': {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bundlewrap~=4.17
|
||||
bundlewrap>=4.13.6
|
||||
pycryptodome
|
||||
PyNaCl
|
||||
PyYAML
|
||||
|
|
Loading…
Reference in a new issue