mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
*: 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:
parent
5327f65db0
commit
00182da751
@ -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 '
|
||||
|
||||
@ -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.'),
|
||||
|
||||
@ -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 '
|
||||
|
||||
@ -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.'),
|
||||
|
||||
@ -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 '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user