nextcloud: replace face recognition with recognize app
This commit is contained in:
parent
a0c588359d
commit
6f4f2c4a63
1 changed files with 0 additions and 22 deletions
|
@ -16,16 +16,12 @@ defaults = {
|
||||||
'php-cgi': {},
|
'php-cgi': {},
|
||||||
'php-zip': {},
|
'php-zip': {},
|
||||||
'php-pgsql': {},
|
'php-pgsql': {},
|
||||||
'php-bz2': {}, # face recognition
|
|
||||||
'php-intl': {},
|
'php-intl': {},
|
||||||
'php-imagick': {},
|
'php-imagick': {},
|
||||||
'libmagickcore-6.q16-6-extra': {},
|
'libmagickcore-6.q16-6-extra': {},
|
||||||
'php-gmp': {},
|
'php-gmp': {},
|
||||||
'php-bcmath': {},
|
'php-bcmath': {},
|
||||||
},
|
},
|
||||||
'sources': {
|
|
||||||
'deb https://repo.delellis.com.ar {release} {release}', # face recognition
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
'archive': {
|
'archive': {
|
||||||
'paths': {
|
'paths': {
|
||||||
|
@ -92,11 +88,6 @@ defaults = {
|
||||||
'when': 'Sun 00:00:00',
|
'when': 'Sun 00:00:00',
|
||||||
'user': 'www-data',
|
'user': 'www-data',
|
||||||
},
|
},
|
||||||
'nextcloud-face-recognition': {
|
|
||||||
'command': '/usr/bin/php -f /opt/nextcloud/occ face:background_job -t 1800',
|
|
||||||
'when': '*:0/10',
|
|
||||||
'user': 'www-data',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -135,16 +126,3 @@ def vhost(metadata):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
|
||||||
'nginx/vhosts'
|
|
||||||
)
|
|
||||||
def pdlib(metadata):
|
|
||||||
return {
|
|
||||||
'apt': {
|
|
||||||
'packages': {
|
|
||||||
f"php{metadata.get('php/version')}-pdlib": {}, # face recognition
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue