]> git.ipfire.org Git - ipfire-2.x.git/blame - config/client175/site.conf
Add client175 (webif for mpd) addon.
[ipfire-2.x.git] / config / client175 / site.conf
CommitLineData
35f90335
AF
1# Edit this file as needed and save it as: site.conf
2# The application will work without it but tag editing will not work
3# without saving this file as site.conf with the correct music_directory
4# set.
5
6[global]
7# Change these to control a remote mpd instance. Be aware that tag editing
8# will not work if the music files cannot be opened with read/write access
9# from this server via the music_directory option configured below.
10mpd_host: "localhost"
11mpd_port: 6600
12
13# Setting environment to production removes the verbose console output
14# and disables auto-reload on file changes.
15environment: "production"
16
17# Only change socket_host if you have multiple network interfaces and want
18# to limit which one it listens on. "0.0.0.0" listens on all interfaces.
19server.socket_host: "0.0.0.0"
20
21# Don't run this as root in order to use port 80! This app was not built
22# to be secure, it must be run with limited access.
23server.socket_port: 8800
24
25# Location of the music directory, required for editing tags. This variable
26# is also used to identify the folder for a given file in local cover lookups.
27music_directory: "/var/mp3"
28
29# List of local locations to search for cover art. The server will check
30# these locations for covers before using web services. The following
31# variables are available fo substitution:
32# {folder} Folder a given file is in
33# {artist} Artist name
34# {album} Album name
35# This variable must be in the form of a python list.
36local_covers: ["{folder}/folder.jpg", "{folder}/.folder.png"]