|
4 | 4 | project_name: quassel-web
|
5 | 5 | project_url: "https://github.com/magne4000/quassel-webserver"
|
6 | 6 | project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png"
|
7 |
| -project_blurb: | |
8 |
| - [{{ project_name|capitalize }}]({{ project_url }}) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/) |
| 7 | +project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available [here.](https://hub.docker.com/r/linuxserver/quassel-core/) \n" |
9 | 8 | project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
10 |
| - |
11 | 9 | # supported architectures
|
12 | 10 | available_architectures:
|
13 |
| - - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} |
14 |
| - - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} |
15 |
| - - { arch: "{{ arch_armhf }}", tag: "arm32v6-latest"} |
16 |
| - |
| 11 | + - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} |
| 12 | + - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} |
17 | 13 | # container parameters
|
18 | 14 | param_container_name: "{{ project_name }}"
|
19 | 15 | param_usage_include_vols: true
|
20 | 16 | param_volumes:
|
21 |
| - - { vol_path: "/config", vol_host_path: "/path/to/data", desc: "this will store config on the docker host" } |
| 17 | + - {vol_path: "/config", vol_host_path: "/path/to/data", desc: "this will store config on the docker host"} |
22 | 18 | param_usage_include_env: true
|
23 | 19 | param_env_vars:
|
24 |
| - - { env_var: "QUASSEL_CORE", env_value: "192.168.1.10", desc: "specify the URL or IP address of your Quassel Core instance" } |
25 |
| - - { env_var: "QUASSEL_PORT", env_value: "4242", desc: "specify the port of your Quassel Core instance" } |
26 |
| - |
| 20 | + - {env_var: "QUASSEL_CORE", env_value: "192.168.1.10", desc: "specify the URL or IP address of your Quassel Core instance"} |
| 21 | + - {env_var: "QUASSEL_PORT", env_value: "4242", desc: "specify the port of your Quassel Core instance"} |
27 | 22 | param_usage_include_ports: true
|
28 | 23 | param_ports:
|
29 |
| - - { external_port: "64443", internal_port: "64443", port_desc: "Quassel-web https webui" } |
30 |
| - |
| 24 | + - {external_port: "64443", internal_port: "64443", port_desc: "Quassel-web https webui"} |
31 | 25 | # optional container parameters
|
32 | 26 | opt_param_usage_include_env: true
|
33 | 27 | opt_param_env_vars:
|
34 |
| - - { env_var: "URL_BASE", env_value: "/quassel", desc: "Specify a url-base in reverse proxy setups ie. `/quassel`" } |
35 |
| - |
| 28 | + - {env_var: "URL_BASE", env_value: "/quassel", desc: "Specify a url-base in reverse proxy setups ie. `/quassel`"} |
36 | 29 | # application setup block
|
37 | 30 | app_setup_block_enabled: true
|
38 |
| -app_setup_block: | |
39 |
| - By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the envrionment variables we recommend or manually setup the configuration file by leaving out the `QUASSEL_CORE` environment variable among others. |
40 |
| - The configuration file using this method can be found at: |
41 |
| - ``` |
42 |
| - /config/settings-user.js |
43 |
| - ``` |
| 31 | +app_setup_block: "By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the envrionment variables we recommend or manually setup the configuration file by leaving out the `QUASSEL_CORE` environment variable among others. \nThe configuration file using this method can be found at:\n```\n/config/settings-user.js\n```\n" |
44 | 32 | # changelog
|
45 | 33 | changelogs:
|
46 |
| - - { date: "13.02.23:", desc: "Rebasing to Alpine 3.17, migrate to s6v3." } |
47 |
| - - { date: "12.02.22:", desc: "Rebasing to alpine 3.15." } |
48 |
| - - { date: "01.06.20:", desc: "Rebasing to alpine 3.12." } |
49 |
| - - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." } |
50 |
| - - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } |
51 |
| - - { date: "18.05.19:", desc: "Reconfigure environmental variable setup." } |
52 |
| - - { date: "28.04.19:", desc: "Initial Release." } |
| 34 | + - {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} |
| 35 | + - {date: "13.02.23:", desc: "Rebasing to Alpine 3.17, migrate to s6v3."} |
| 36 | + - {date: "12.02.22:", desc: "Rebasing to alpine 3.15."} |
| 37 | + - {date: "01.06.20:", desc: "Rebasing to alpine 3.12."} |
| 38 | + - {date: "19.12.19:", desc: "Rebasing to alpine 3.11."} |
| 39 | + - {date: "28.06.19:", desc: "Rebasing to alpine 3.10."} |
| 40 | + - {date: "18.05.19:", desc: "Reconfigure environmental variable setup."} |
| 41 | + - {date: "28.04.19:", desc: "Initial Release."} |
0 commit comments