mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
apps: Add port forwarding info
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
532a450ef7
commit
3cc16fc23e
@ -64,6 +64,11 @@ service = None
|
|||||||
|
|
||||||
manual_page = 'ejabberd'
|
manual_page = 'ejabberd'
|
||||||
|
|
||||||
|
port_forwarding_info = [
|
||||||
|
('TCP', 5222),
|
||||||
|
('TCP', 5269),
|
||||||
|
]
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -54,6 +54,8 @@ description = [
|
|||||||
|
|
||||||
clients = clients
|
clients = clients
|
||||||
|
|
||||||
|
port_forwarding_info = [('TCP', 6523)]
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Initialize the infinoted module."""
|
"""Initialize the infinoted module."""
|
||||||
|
|||||||
@ -66,6 +66,8 @@ clients = clients
|
|||||||
|
|
||||||
manual_page = 'Minetest'
|
manual_page = 'Minetest'
|
||||||
|
|
||||||
|
port_forwarding_info = [('UDP', 30000)]
|
||||||
|
|
||||||
reserved_usernames = ['Debian-minetest']
|
reserved_usernames = ['Debian-minetest']
|
||||||
|
|
||||||
CONFIG_FILE = '/etc/minetest/minetest.conf'
|
CONFIG_FILE = '/etc/minetest/minetest.conf'
|
||||||
|
|||||||
@ -54,6 +54,11 @@ reserved_usernames = ['mumble-server']
|
|||||||
|
|
||||||
manual_page = 'Mumble'
|
manual_page = 'Mumble'
|
||||||
|
|
||||||
|
port_forwarding_info = [
|
||||||
|
('TCP', 64738),
|
||||||
|
('UDP', 64738),
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Intialize the Mumble module."""
|
"""Intialize the Mumble module."""
|
||||||
|
|||||||
@ -53,6 +53,8 @@ description = [
|
|||||||
|
|
||||||
manual_page = 'OpenVPN'
|
manual_page = 'OpenVPN'
|
||||||
|
|
||||||
|
port_forwarding_info = [('UDP', 1194)]
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Initialize the OpenVPN module."""
|
"""Initialize the OpenVPN module."""
|
||||||
|
|||||||
@ -63,6 +63,8 @@ reserved_usernames = ['quasselcore']
|
|||||||
|
|
||||||
manual_page = 'Quassel'
|
manual_page = 'Quassel'
|
||||||
|
|
||||||
|
port_forwarding_info = [('TCP', 4242)]
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Initialize the quassel module."""
|
"""Initialize the quassel module."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user