Compare commits
1 commit
ab55ad1020
...
449a3f1ac4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
449a3f1ac4 |
4 changed files with 4 additions and 6 deletions
|
@ -32,7 +32,7 @@ $CONFIG = array (
|
||||||
array (
|
array (
|
||||||
0 => 'localhost',
|
0 => 'localhost',
|
||||||
1 => '127.0.0.1',
|
1 => '127.0.0.1',
|
||||||
2 => '${hostname}',
|
2 => 'cloud.sublimity.de',
|
||||||
),
|
),
|
||||||
"log_type" => "syslog",
|
"log_type" => "syslog",
|
||||||
"syslog_tag" => "nextcloud",
|
"syslog_tag" => "nextcloud",
|
||||||
|
|
|
@ -75,7 +75,6 @@ files = {
|
||||||
'mode': '640',
|
'mode': '640',
|
||||||
'context': {
|
'context': {
|
||||||
'db_password': node.metadata.get('postgresql/roles/nextcloud/password'),
|
'db_password': node.metadata.get('postgresql/roles/nextcloud/password'),
|
||||||
'hostname': node.metadata.get('nextcloud/hostname'),
|
|
||||||
},
|
},
|
||||||
'needs': [
|
'needs': [
|
||||||
'directory:/etc/nextcloud',
|
'directory:/etc/nextcloud',
|
||||||
|
|
|
@ -18,7 +18,7 @@ defaults = {
|
||||||
'php-bz2': {}, # face recognition
|
'php-bz2': {}, # face recognition
|
||||||
},
|
},
|
||||||
'sources': {
|
'sources': {
|
||||||
'deb https://repo.delellis.com.ar {release} {release}', # face recognition
|
'deb https://repo.delellis.com.ar {release} {release}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'archive': {
|
'archive': {
|
||||||
|
@ -87,8 +87,8 @@ defaults = {
|
||||||
'user': 'www-data',
|
'user': 'www-data',
|
||||||
},
|
},
|
||||||
'nextcloud-face-recognition': {
|
'nextcloud-face-recognition': {
|
||||||
'command': '/usr/bin/php -f /opt/nextcloud/occ face:background_job -t 1800',
|
'command': '/usr/bin/php -f /opt/nextcloud/occ face:background_job',
|
||||||
'when': '*:0/10',
|
'when': 'hourly',
|
||||||
'user': 'www-data',
|
'user': 'www-data',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
'usage_iowait',
|
'usage_iowait',
|
||||||
'usage_system',
|
'usage_system',
|
||||||
'usage_user',
|
'usage_user',
|
||||||
'usage_nice',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'function': 'mean',
|
'function': 'mean',
|
||||||
|
|
Loading…
Reference in a new issue