feat(handbrake): make gui easier - Breaking Change (#2153)

* feat(handbrake): make gui easier.

* fix values

* test

* pass
This commit is contained in:
Stavros Kois
2022-03-17 07:29:26 +02:00
committed by GitHub
parent aaf55dad3d
commit bb899a9fb3
5 changed files with 134 additions and 21 deletions
-2
View File
@@ -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`.
+6
View File
@@ -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`.