mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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
|
version = 1
|
||||||
|
|
||||||
managed_paths = [pathlib.Path('/etc/coturn/')]
|
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
_('Coturn is a server to facilitate audio/video calls and conferences by '
|
_('Coturn is a server to facilitate audio/video calls and conferences by '
|
||||||
'providing an implementation of TURN and STUN protocols. WebRTC, SIP '
|
'providing an implementation of TURN and STUN protocols. WebRTC, SIP '
|
||||||
|
|||||||
@ -30,8 +30,6 @@ from . import manifest
|
|||||||
|
|
||||||
version = 4
|
version = 4
|
||||||
|
|
||||||
managed_paths = [pathlib.Path('/etc/ejabberd/')]
|
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
_('XMPP is an open and standardized communication protocol. Here '
|
_('XMPP is an open and standardized communication protocol. Here '
|
||||||
'you can run and configure your XMPP server, called ejabberd.'),
|
'you can run and configure your XMPP server, called ejabberd.'),
|
||||||
|
|||||||
@ -5,7 +5,6 @@ FreedomBox app to configure matrix-synapse server.
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import pathlib
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from django.urls import reverse_lazy
|
from django.urls import reverse_lazy
|
||||||
@ -28,8 +27,6 @@ from . import manifest
|
|||||||
|
|
||||||
version = 7
|
version = 7
|
||||||
|
|
||||||
managed_paths = [pathlib.Path('/etc/matrix-synapse/')]
|
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
_('<a href="https://matrix.org/docs/guides/faq.html">Matrix</a> is an new '
|
_('<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 '
|
'ecosystem for open, federated instant messaging and VoIP. Synapse is a '
|
||||||
|
|||||||
@ -24,8 +24,6 @@ from . import manifest
|
|||||||
|
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
managed_paths = [pathlib.Path('/var/lib/mumble-server')]
|
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
_('Mumble is an open source, low-latency, encrypted, high quality '
|
_('Mumble is an open source, low-latency, encrypted, high quality '
|
||||||
'voice chat software.'),
|
'voice chat software.'),
|
||||||
|
|||||||
@ -24,8 +24,6 @@ from . import manifest
|
|||||||
|
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
managed_paths = [pathlib.Path('/var/lib/quassel/')]
|
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
format_lazy(
|
format_lazy(
|
||||||
_('Quassel is an IRC application that is split into two parts, a '
|
_('Quassel is an IRC application that is split into two parts, a '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user