sam ce2be65089
All checks were successful
continuous-integration/drone Build is passing
fix arm64 build
2023-02-01 22:11:12 +01:00
2023-02-01 22:11:12 +01:00
2019-03-15 14:05:36 +01:00
2023-02-01 20:30:11 +01:00
2019-03-15 14:05:36 +01:00
2019-03-15 14:05:36 +01:00
2019-03-15 14:05:36 +01:00

This docker container publish an very nice web-based media server.

Source : http://www.subsonic.org

###Getting started

docker run -it -p 4040:4040 unclesamwk/subsonic

Default an volume for persist date will be created.

###Follwing environments may be override:

ENV DEFAULT DESCRIPTION
HOST 0.0.0.0 The host name or IP address on which to bind Subsonic. Only relevant if you have multiple network interfaces and want to make Subsonic available on only one of them. The default value will bind Subsonic to all available network interfaces.
HTTP_PORT 4040 The port on which Subsonic will listen for incoming HTTP traffic.
HTTPS_PORT 0 The port on which Subsonic will listen for incoming HTTPS traffic.
CONTEXT_PATH / The context path, i.e., the last part of the Subsonic URL. Typically '/' or '/subsonic'.
MEMORY 150 The memory limit (max Java heap size) in megabytes.

###Comming soon

Connect to samba active-directory

Description
No description provided
Readme 34 KiB
Languages
Dockerfile 51.6%
Shell 48.4%