Git Product home page Git Product logo

ubuntu-madsonic's People

Contributors

madmarty avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ubuntu-madsonic's Issues

SSL and context env vars ignored

After using this docker image to create a madsonic container by executing:

docker run -d     -p 4040:4040     -p 4050:4050     --name=madsonic     -e CONTEXT_PATH=/madsonic     -e SSL=yes     -v /media:/media     -v /docker/volumes/madsonic:/config     -v /etc/localtime:/etc/localtime:ro     madsonic/ubuntu-madsonic

The CONTEXT_PATH and SSL variables are totally ignored. This can be seen by doing a ps -aux:

java -Xms256m -Xmx512m -Dmadsonic.home=/config -Dmadsonic.host=0.0.0.0 -Dmadsonic.port=4040 -Dmadsonic.httpsPort=0 -Dmadsonic.contextPath=/ -Dmadsonic.defaultMusicFolder=/media -Dmadsonic.defaultUploadFolder=/var/media/incoming -Dmadsonic.defaultPodcastFolder=/var/media/podcast -Dmadsonic.defaultPlaylistImportFolder=/var/media/playlists/import -Dmadsonic.defaultPlaylistExportFolder=/var/media/playlists/export -Dmadsonic.defaultPlaylistBackupFolder=/var/media/playlists/backup -Dmadsonic.defaultTranscodeFolder= -Duser.timezone= -Dmadsonic.update=true -Dmadsonic.gzip= -Dmadsonic.db= -Djava.awt.headless=true -jar madsonic-booter.jar

(Notice -Dmadsonic.httpsPort=0 and -Dmadsonic.contextPath=/)

The env vars don't seem to even be referenced anywhere in the start up script. Are they meant to be picked up somewhere else?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.