apache: setup uwsgi by default

Moved uwsgi and uwsgi-plugin-python3 from radicale and searx to apache.

Fixes: #1501

Signed-off-by: Onurb <onurb8966@gmail.com>
[jvalleroy: Move uwsgi managed service to apache app]
[jvalleroy: Also update bepasty app]
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Onurb 2020-10-22 15:51:42 +02:00 committed by James Valleroy
parent 07f5b91909
commit b16f99b3e8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 6 additions and 9 deletions

View File

@ -17,9 +17,10 @@ version = 8
is_essential = True
managed_services = ['apache2']
managed_services = ['apache2', 'uwsgi']
managed_packages = ['apache2', 'php-fpm', 'ssl-cert']
managed_packages = ['apache2', 'php-fpm', 'ssl-cert', 'uwsgi',
'uwsgi-plugin-python3']
app = None

View File

@ -17,9 +17,7 @@ from .manifest import backup, clients # noqa, pylint: disable=unused-import
version = 2
managed_packages = ['bepasty', 'uwsgi', 'uwsgi-plugin-python3']
managed_services = ['uwsgi']
managed_packages = ['bepasty']
_description = [
_('bepasty is a web application that allows large files to be uploaded '

View File

@ -20,9 +20,7 @@ from .manifest import backup, clients # noqa, pylint: disable=unused-import
version = 2
managed_packages = ['radicale', 'uwsgi', 'uwsgi-plugin-python3']
managed_services = ['uwsgi']
managed_packages = ['radicale']
_description = [
format_lazy(

View File

@ -19,7 +19,7 @@ from .manifest import (PUBLIC_ACCESS_SETTING_FILE, # noqa, pylint: disable=unus
version = 4
managed_packages = ['searx', 'uwsgi', 'uwsgi-plugin-python3']
managed_packages = ['searx']
_description = [
_('Searx is a privacy-respecting Internet metasearch engine. '