feat(makemkv): Add makemkv (#2151)

* feat(makemkv): Add makemkv

* use correct image

* actually use configmap

* verify envs

* add service and storage on gui

* update values

* update notes
This commit is contained in:
Stavros Kois
2022-03-14 01:23:02 +02:00
committed by GitHub
parent 509a418dfb
commit 719e3ae540
9 changed files with 666 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,6 @@ _This is the old list that was used to track `App Requests` from one place._
- [ ] FileBrowser #1278
- [ ] powerdns
- [ ] Self Service Password #1482
- [ ] MakeMKV #1469
- [ ] rTorrent #1485
- [ ] MediaElch #1456
- [ ] Mysterium #1436
@@ -520,3 +519,4 @@ _These Apps have specific requirements or need specific customisation and care_
- [x] Frigate #871 ( example helm-chart available from [ k8s-at-home ](https://github.com/k8s-at-home/charts) )
- [x] boinc-client ( example helm-chart available from [ nicholaswilde ](https://github.com/nicholaswilde/helm-charts) )
- [x] hedgedoc ( example helm-chart available from [ nicholaswilde ](https://github.com/nicholaswilde/helm-charts) )
- [x] MakeMKV #1469
+1 -1
View File
@@ -3,6 +3,6 @@
- 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 `NodePort` instead of `clusterIP`.
- `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`.
+6
View File
@@ -0,0 +1,6 @@
# Installation Notes
- If you enable `Reverse Proxy` for `MakeMKV`, 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`.