Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit e1cb384

Browse files
committed
Fix readme formatting
1 parent 53382e9 commit e1cb384

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

readme-vars.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project_name: quassel-web
55
project_url: "https://github.com/magne4000/quassel-webserver"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-banner.png"
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"
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/)"
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99
# supported architectures
1010
available_architectures:
@@ -29,7 +29,13 @@ opt_param_ports:
2929
- {external_port: "64443", internal_port: "64443", port_desc: "Quassel-web https webui"}
3030
# application setup block
3131
app_setup_block_enabled: true
32-
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 environment 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"
32+
app_setup_block: |
33+
By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the environment variables we recommend or manually setup the configuration file by leaving out the `QUASSEL_CORE` environment variable among others.
34+
The configuration file using this method can be found at:
35+
36+
```text
37+
/config/settings-user.js
38+
```
3339
# changelog
3440
changelogs:
3541
- {date: "25.05.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)