NAME
amused-web —
web interface for the amused music
player
SYNOPSIS
amused-web |
[-dv] [-s
socket] [[host]
port] |
DESCRIPTION
amused-web is a web interface to control
the amused(1) music player. It exposes a web server that listen on
host at the given port, by
default localhost on port 9090. If host is
‘*’, which has to be escaped for the shell, then it will
listen on all IPv4 and IPv6 addresses.
The following options are available:
-d- Do not daemonize.
amused-webwill run in the foreground and log to standard error. -ssocket- Path to the amused(1) control socket. By default /tmp/amused-UID is used.
-v- Produce more verbose output.
ENVIRONMENT
TMPDIR- Path to the directory where the control socket looked for. Defaults to /tmp.
SEE ALSO
AUTHORS
The amused-web program was written by
Omar Polo
<op@omarpolo.com>.
CAVEATS
amused-web should be hosted only in
trusted networks because it doesn't employ all the techniques that would be
needed to prevent abuses in public networks. If reachable in a public
network, it should at least be protected by a password.
Depending on the browser and the address from where
amused-web is accessed, the use of TLS may be
required.