GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SUPYSONIC-SERVER(1) Supysonic SUPYSONIC-SERVER(1)

supysonic-server - Python implementation of the Subsonic server API

supysonic-server [--server gevent | gunicorn | waitress] [--host <hostname>] [--port <port>] [--socket <path>] [--processes <n>] [--threads <n>]

supysonic-server is the main supysonic's component, allowing to serve content to clients. It is actually a basic wrapper over Gevent, Gunicorn or Waitress, requiring at least one of them to be installed to run.

Specify which WSGI server to use. <name> must be one of gevent, gunicorn or waitress and the matching package must then be installed. If the option isn't provided, the first one available will be used.
Hostname or IP address on which to listen. The default is 0.0.0.0 which means to listen on all IPv4 interfaces on this host. Cannot be used with --socket.
TCP port on which to listen. Default is 5722. Cannot be used with --socket.
Path of a Unix socket on which to bind to. If a path is specified, a Unix domain socket is made instead of the usual inet domain socket. Cannot be used with --host or --port. Not available on Windows.
Number of worker processes to spawn. Only applicable when using the Gunicorn WSGI server.
The number of worker threads for handling requests. Only applicable when using the Gunicorn or Waitress WSGI server.

Bugs can be reported to your distribution's bug tracker or upstream at https://github.com/spl0k/supysonic/issues.

supysonic-cli (1)

Alban Féron

2013-2023, Alban Féron

December 15, 2024 0.7.9

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.