gonic

music streaming server / subsonic server API implementation

WWW CVSWeb GITHub
  1. Package version
    gonic-0.16.2
  2. Maintainer
    Russ Sharek

FLOSS alternative to subsonic, supporting its many clients.

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Config File
===========

When using the included rc.d(8) script, ${PKGSTEM} uses the config file
at `${SYSCONFDIR}/gonic.toml`.

Adding Music
=============

Music can be added by copying it to `${LOCALSTATEDIR}/gonic/music/` or
by changing `music-path` in the config file.

Web Interface
=============

By default, ${PKGSTEM} serves up a web interface on:

http://127.0.0.1:4747

The default username is `admin`
The default password is `admin`

If you wish to listen on a different address, change the `listen-addr`
setting in the config file.

  • lang/go
  • archivers/unzip