[DNM]Fix small things (#555)

* Fix dev link for now

* Default Plex to HTTP

* Fix handbrake config path

* Add extra note in Docs for handbrake

* Optional plural wording

* Update collabora links on sources

* test

* trigger

* test

* oops

* should not need those

* Update charts/stable/plex/SCALE/ix_values.yaml

* Update charts/stable/plex/values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Stavros Kois
2021-06-15 00:09:40 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 9d7c49e197
commit 97a895e98c
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ This ensures freedom and flexibility for everyone involved and makes sure you, t
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps. Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/development) For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/)
### Automation and you ### Automation and you
+2 -1
View File
@@ -22,6 +22,7 @@ maintainers:
name: collabora-online name: collabora-online
sources: sources:
- https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/collabora/code
- https://www.collaboraoffice.com/code/docker/ - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application type: application
version: 6.1.2 version: 6.1.2
@@ -99,7 +99,7 @@ questions:
$ref: $ref:
- "definitions/timezone" - "definitions/timezone"
- variable: domain - variable: domain
label: "Domains will be using collabora" label: "Domain(s) using collabora"
description: 'Use backslash "\" before dots ".". Use pipe "|" to separate multiple domains' description: 'Use backslash "\" before dots ".". Use pipe "|" to separate multiple domains'
schema: schema:
type: string type: string
+1 -1
View File
@@ -502,7 +502,7 @@ questions:
description: "Path inside the container the storage is mounted" description: "Path inside the container the storage is mounted"
schema: schema:
type: string type: string
default: "/data" default: "/config"
hidden: true hidden: true
- variable: medium - variable: medium
label: "EmptyDir Medium" label: "EmptyDir Medium"
+1
View File
@@ -16,6 +16,7 @@ podSecurityContext:
runAsGroup: 568 runAsGroup: 568
fsGroup: 568 fsGroup: 568
supplementalGroups: [44, 107] supplementalGroups: [44, 107]
## ##
# Most other defaults are set in questions.yaml # Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart # For other options please refer to the wiki, default_values.yaml or the common library chart
+6 -4
View File
@@ -1,6 +1,8 @@
# Installation Notes # Installation Notes
* 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`. - 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).
* `VNC` can't be `Reversed Proxied`. if you want to use `VNC`, you must set this service to `NodePort` instead of `clusterIP`.
* `VNC` with `SECURE_CONNECTION` set 1, only works with very few clients. One of them is `SSVNC`. - 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`.
* `SECURE_CONNECTION` affects both `WebUI` and `VNC`. - `VNC` can't be `Reversed Proxied`. if you want to use `VNC`, you must set this service to `NodePort` 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`.