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