nextcloud update
This commit is contained in:
parent
8dfadbf9c3
commit
88e80f4107
3 changed files with 8 additions and 2 deletions
|
@ -28,7 +28,7 @@ $CONFIG = array (
|
||||||
"redis" => [
|
"redis" => [
|
||||||
"host" => "/var/run/redis/nextcloud.sock",
|
"host" => "/var/run/redis/nextcloud.sock",
|
||||||
],
|
],
|
||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
0 => 'localhost',
|
0 => 'localhost',
|
||||||
1 => '127.0.0.1',
|
1 => '127.0.0.1',
|
||||||
|
@ -38,4 +38,5 @@ $CONFIG = array (
|
||||||
"syslog_tag" => "nextcloud",
|
"syslog_tag" => "nextcloud",
|
||||||
"logfile" => "",
|
"logfile" => "",
|
||||||
"loglevel" => 3,
|
"loglevel" => 3,
|
||||||
|
"default_phone_region" => "DE",
|
||||||
);
|
);
|
||||||
|
|
|
@ -17,6 +17,11 @@ defaults = {
|
||||||
'php-zip': {},
|
'php-zip': {},
|
||||||
'php-pgsql': {},
|
'php-pgsql': {},
|
||||||
'php-bz2': {}, # face recognition
|
'php-bz2': {}, # face recognition
|
||||||
|
'php-intl': {},
|
||||||
|
'php-imagick': {},
|
||||||
|
'libmagickcore-6.q16-6-extra': {},
|
||||||
|
'php-gmp': {},
|
||||||
|
'php-bcmath': {},
|
||||||
},
|
},
|
||||||
'sources': {
|
'sources': {
|
||||||
'deb https://repo.delellis.com.ar {release} {release}', # face recognition
|
'deb https://repo.delellis.com.ar {release} {release}', # face recognition
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
},
|
},
|
||||||
'nextcloud': {
|
'nextcloud': {
|
||||||
'hostname': 'cloud.sublimity.de',
|
'hostname': 'cloud.sublimity.de',
|
||||||
'version': '24.0.2',
|
'version': '24.0.4',
|
||||||
},
|
},
|
||||||
'nextcloud-picsort': {
|
'nextcloud-picsort': {
|
||||||
'ckn': {
|
'ckn': {
|
||||||
|
|
Loading…
Reference in a new issue