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.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,13 @@ The architectures supported by this image are:
59
59
60
60
## Application Setup
61
61
62
-
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.
62
+
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.
63
63
The configuration file using this method can be found at:
64
-
```
64
+
65
+
```text
65
66
/config/settings-user.js
66
67
```
67
68
68
-
69
69
### Strict reverse proxies
70
70
71
71
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
@@ -75,6 +75,9 @@ If you are using a reverse proxy which validates certificates, you need to [disa
75
75
76
76
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
77
77
78
+
>[!NOTE]
79
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
80
+
78
81
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
0 commit comments