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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ The container can be accessed at:
61
61
*http://yourhost:8080/
62
62
*https://yourhost:8181/
63
63
64
+
### Strict reverse proxies
65
+
66
+
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
67
+
If you are using a reverse proxy which validates certificates, you need to [disable this check for the container](https://docs.linuxserver.io/faq#strict-proxy).
68
+
64
69
### Hardware Acceleration
65
70
66
71
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.
0 commit comments