Update README.md

This commit is contained in:
Senan Kelly
2019-11-21 18:40:53 +00:00
committed by GitHub
parent 4feac43ab5
commit b2925c3d2e

View File

@@ -11,6 +11,31 @@
- newer salt and token auth - newer salt and token auth
- tested on [dsub](https://f-droid.org/en/packages/github.daneren2005.dsub/) and [jamstash](http://jamstash.com/) - tested on [dsub](https://f-droid.org/en/packages/github.daneren2005.dsub/) and [jamstash](http://jamstash.com/)
## installation
```
$ go get github.com/sentriz/gonic/cmd/gonic
$ gonic -h
```
or with docker
```yaml
gonic:
build: ${BUILD}/gonic
environment:
- TZ
- GONIC_MUSIC_PATH=/music
- GONIC_DB_PATH=/data/db.db
- GONIC_LISTEN_ADDR=:80
expose:
- 80
volumes:
- ./data:/data
- ${MEDIA}/music/albums:/music:ro
```
## screenshots ## screenshots
<p align="center"> <p align="center">