*: Drop use of unnecessary managed_paths

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2021-11-17 12:58:22 -08:00 committed by James Valleroy
parent 5327f65db0
commit 00182da751
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
5 changed files with 0 additions and 11 deletions

View File

@ -27,8 +27,6 @@ from . import manifest
version = 1
managed_paths = [pathlib.Path('/etc/coturn/')]
_description = [
_('Coturn is a server to facilitate audio/video calls and conferences by '
'providing an implementation of TURN and STUN protocols. WebRTC, SIP '

View File

@ -30,8 +30,6 @@ from . import manifest
version = 4
managed_paths = [pathlib.Path('/etc/ejabberd/')]
_description = [
_('XMPP is an open and standardized communication protocol. Here '
'you can run and configure your XMPP server, called ejabberd.'),

View File

@ -5,7 +5,6 @@ FreedomBox app to configure matrix-synapse server.
import logging
import os
import pathlib
from typing import List
from django.urls import reverse_lazy
@ -28,8 +27,6 @@ from . import manifest
version = 7
managed_paths = [pathlib.Path('/etc/matrix-synapse/')]
_description = [
_('<a href="https://matrix.org/docs/guides/faq.html">Matrix</a> is an new '
'ecosystem for open, federated instant messaging and VoIP. Synapse is a '

View File

@ -24,8 +24,6 @@ from . import manifest
version = 2
managed_paths = [pathlib.Path('/var/lib/mumble-server')]
_description = [
_('Mumble is an open source, low-latency, encrypted, high quality '
'voice chat software.'),

View File

@ -24,8 +24,6 @@ from . import manifest
version = 1
managed_paths = [pathlib.Path('/var/lib/quassel/')]
_description = [
format_lazy(
_('Quassel is an IRC application that is split into two parts, a '