You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
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/)"
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
+
```
33
39
# changelog
34
40
changelogs:
35
41
- {date: "25.05.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments