aboutsummaryrefslogtreecommitdiff
path: root/community/gerbera/gerbera.confd
blob: a8fbc699553b08517ba13af1fa2ab1f75b319002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# /etc/conf.d/gerbera

# Enable debug log output.
#DEBUG=no

# Interface to bind to, for example eth0, this can be specified instead of the
# IP address.
#BIND_INTERFACE=eth0

# Specify the server port that will be used for the web user interface, for
# serving media and for UPnP requests, minimum allowed value is 49152. If this
# option is omitted a default port will be chosen, however, in this case it is
# possible that the port will change upon server restart.
#BIND_PORT=49152

# The server will bind to the given IP address, currently we can not bind to
# multiple interfaces so binding to 0.0.0.0 is not be possible.
#BIND_IP=0.0.0.0

# The location of the config file
#CONFIG="/etc/gerbera/config.xml"

# Specify the user/group gerbera should run as
#G_USER="gerbera"
#G_GROUP="gerbera"

# vim: ft=gentoo-conf-d