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-zip': {},
|
||||
'php-pgsql': {},
|
||||
'php-bz2': {}, # face recognition
|
||||
'php-intl': {},
|
||||
'php-imagick': {},
|
||||
'libmagickcore-6.q16-6-extra': {},
|
||||
'php-gmp': {},
|
||||
'php-bcmath': {},
|
||||
},
|
||||
'sources': {
|
||||
'deb https://repo.delellis.com.ar {release} {release}', # face recognition
|
||||
},
|
||||
},
|
||||
'archive': {
|
||||
'paths': {
|
||||
|
@ -92,11 +88,6 @@ defaults = {
|
|||
'when': 'Sun 00:00:00',
|
||||
'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