feat(handbrake): make gui easier - Breaking Change (#2153)
* feat(handbrake): make gui easier. * fix values * test * pass
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Installation Notes
|
||||
|
||||
- You HAVE to add `/output` and `/watch` container paths (using the Custom Storage Option), so you can use the automatic conversion feature and also be able to access the converted files (manual or automatic).
|
||||
|
||||
- If you enable `Reverse Proxy` for `Handbrake`, you need to have `SECURE_CONNECTION` set to `0` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`.
|
||||
- `VNC` can't be `Reversed Proxied`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`.
|
||||
- `VNC` with `SECURE_CONNECTION` set 1, only works with very few clients. One of them is `SSVNC`.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# Installation Notes
|
||||
|
||||
- If you enable `Reverse Proxy` for `jDownloader2`, you need to have `SECURE_CONNECTION` set to `0` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`.
|
||||
- `VNC` can't be `Reversed Proxied`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`.
|
||||
- `VNC` with `SECURE_CONNECTION` set 1, only works with very few clients. One of them is `SSVNC`.
|
||||
- `SECURE_CONNECTION` affects both `WebUI` and `VNC`.
|
||||
Reference in New Issue
Block a user