mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
07f5b91909
commit
b16f99b3e8
@ -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
|
||||
|
||||
|
||||
@ -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 '
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -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. '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user