chiark / gitweb /
Partial untested FreeBSD and Linux support for scripts/setup.
[disorder] / debian / templates.disorder-server
CommitLineData
460b9539 1Template: disorder/roots
2Type: string
3Default:
4Description: Audio directories
5 Enter the list of directories that contain audio files (e.g. MP3 or OGG
6 files) separated by spaces.
7
8Template: disorder/encoding
9Type: string
6a7ef209 10Default: UTF-8
460b9539 11Description: Filesystem encoding
12 Enter your filesystem's character encoding. Check rather than
13 guessing if you are not sure.
14
15Template: disorder/scratches
16Type: string
17Default: /usr/share/disorder/slap.ogg /usr/share/disorder/scratch.ogg
18Description: Scratch files
19 Enter a list of files to be played when a track is scratched, separated
20 by spaces. Leave this blank if you don't want any scratch sounds.
21 All filenames should be absolute path names.
22
6f3acea9
RK
23Template: disorder/port
24Type: string
25Default: none
26Description: Port number for clients to connect to
27 Enter the port number that the server should listen on for clients. This
28 can be set to 'none' to permit only local clients or a port number for
29 remote clients to connect to, e.g. using Disobedience.
f2c185d6
RK
30
31Template: disorder/smtp_server
32Type: string
33Default: localhost
34Description: SMTP server for web interface
35 The web interface requires an SMTP server in order to send messages to
36 newly registered users, and to send password reminders. Enter the hostname
37 or IP address to use.
38
39Template: disorder/mail_sender
40Type: string
41Default:
42Description: Sender address for email from web interface
43 The web interface needs to know what email address it should send messages
44 from. It is possible that users will reply to this address if they are
45 unsure what to do.