|
| 1 | +project_name: mstream |
| 2 | +project_url: "https://github.com/IrosTheBeggar/mStream" |
| 3 | +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mstream.png" |
| 4 | +project_blurb: | |
| 5 | + [{{ project_name|capitalize }}]({{ project_url }}) is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. |
| 6 | +project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" |
| 7 | + |
| 8 | +# supported architectures |
| 9 | +available_architectures: |
| 10 | + - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} |
| 11 | + - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} |
| 12 | + - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} |
| 13 | + |
| 14 | +# container parameters |
| 15 | +param_container_name: "{{ project_name }}" |
| 16 | +param_usage_include_vols: true |
| 17 | +param_volumes: |
| 18 | + - { vol_path: "/config", vol_host_path: "<path to data>", desc: "mStream config" } |
| 19 | + - { vol_path: "/music", vol_host_path: "<path to music>", desc: "Music location" } |
| 20 | +param_usage_include_ports: true |
| 21 | +param_ports: |
| 22 | + - { external_port: "3000", internal_port: "3000", port_desc: "The port for the mStream webinterface" } |
| 23 | +param_usage_include_env: true |
| 24 | +param_env_vars: |
| 25 | + - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use e.g. Europe/London" } |
| 26 | + |
| 27 | +# application setup block |
| 28 | +app_setup_block_enabled: true |
| 29 | +app_setup_block: | |
| 30 | + Access the webui at `http://<your-ip>:3000`, for more information check out [{{ project_name|capitalize }}]({{ project_url }}). |
| 31 | +
|
| 32 | +# changelog |
| 33 | +changelogs: |
| 34 | + - { date: "28.09.16:", desc: "Inital Release" } |
0 commit comments