X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6a7ef209ea986f4661cc7900a58e1fdda15213a7..f03c5a86c8c9b1f03d8ced522597c9a9844002b4:/debian/templates.disorder-server diff --git a/debian/templates.disorder-server b/debian/templates.disorder-server index d2dfe97..7694dd9 100644 --- a/debian/templates.disorder-server +++ b/debian/templates.disorder-server @@ -20,12 +20,6 @@ Description: Scratch files by spaces. Leave this blank if you don't want any scratch sounds. All filenames should be absolute path names. -Template: disorder/server-name -Type: string -Default: localhost -Description: Web server hostname - Enter the hostname that the web interface will appear under. - Template: disorder/port Type: string Default: none @@ -33,3 +27,44 @@ Description: Port number for clients to connect to Enter the port number that the server should listen on for clients. This can be set to 'none' to permit only local clients or a port number for remote clients to connect to, e.g. using Disobedience. + +Template: disorder/interface +Type: select +Choices: local, network +Default: local +Description: Interface to use to play sound + 'local' means the default local sound device will be used. Use this + if you want to play through your sound card and don't want to play on any + other computers. + . + 'network' means sound will be transmitted over the network using RTP, + for instance to a multicast address. Use this option if you want to play + sound through more than one computer. + +Template: disorder/mcast_address +Type: string +Description: Destination address for network sound transmission + Sound data will be sent to this address using the RTP protocol. Users + would use (for instance) disorder-playrtp to play it. Typically this + would be a multicast address but this is not mandatory. + +Template: disorder/mcast_port +Type: string +Description: Destination port for network sound transmission + Sound data will be sent to this UDP port using the RTP protocol. + +Template: disorder/smtp_server +Type: string +Default: localhost +Description: SMTP server for web interface + The web interface requires an SMTP server in order to send messages to + newly registered users, and to send password reminders. Enter the hostname + or IP address to use. + +Template: disorder/mail_sender +Type: string +Default: +Description: Sender address for email from web interface + The web interface needs to know what email address it should send messages + from. It is possible that users will reply to this address if they are + unsure what to do.