https://github.com/binhex/arch-gonic
https://github.com/binhex/arch-gonic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binhex/arch-gonic
- Owner: binhex
- License: gpl-3.0
- Created: 2024-05-21T12:16:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T11:47:20.000Z (11 months ago)
- Last Synced: 2025-01-14T11:14:24.903Z (6 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Gonic website](https://github.com/sentriz/gonic)
**Description**
Free-software subsonic server API implementation, supporting its many clients.
**Build notes**
Latest stable Gonic release from Arch User Repository (AUR).
**Usage**
```
docker run -d \
-p 4747:4747 \
--name= \
-v :/media \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e GONIC_MUSIC_PATH= \
-e GONIC_PODCAST_PATH= \
-e GONIC_PLAYLISTS_PATH= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-gonic
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:4747`
Default username/password: `admin/admin`
**Example**
```
docker run -d \
-p 4747:4747 \
--name=gonic \
-v /media/music:/media \
-v /apps/docker/gonic:/config \
-v /etc/localtime:/etc/localtime:ro \
-e GONIC_MUSIC_PATH='/media' \
-e GONIC_PODCAST_PATH='/config/gonic/podcasts' \
-e GONIC_PLAYLISTS_PATH='/config/gonic/playlists' \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-gonic
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.nets/topic/64638-support-binhex-nzbhydra2/)