diff --git a/.github/README.md b/.github/README.md index 2925a827b62..01327ddeadf 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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. -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 diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index 1520612d9f9..7c2fe6af0d3 100644 --- a/charts/stable/collabora-online/Chart.yaml +++ b/charts/stable/collabora-online/Chart.yaml @@ -22,6 +22,7 @@ maintainers: name: collabora-online sources: - 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 version: 6.1.2 diff --git a/charts/stable/collabora-online/SCALE/questions.yaml b/charts/stable/collabora-online/SCALE/questions.yaml index 356aaaff40e..c65eb9743e6 100644 --- a/charts/stable/collabora-online/SCALE/questions.yaml +++ b/charts/stable/collabora-online/SCALE/questions.yaml @@ -99,7 +99,7 @@ questions: $ref: - "definitions/timezone" - variable: domain - label: "Domains will be using collabora" + label: "Domain(s) using collabora" description: 'Use backslash "\" before dots ".". Use pipe "|" to separate multiple domains' schema: type: string diff --git a/charts/stable/handbrake/SCALE/questions.yaml b/charts/stable/handbrake/SCALE/questions.yaml index 05c587beafa..e0d5b270fe8 100644 --- a/charts/stable/handbrake/SCALE/questions.yaml +++ b/charts/stable/handbrake/SCALE/questions.yaml @@ -502,7 +502,7 @@ questions: description: "Path inside the container the storage is mounted" schema: type: string - default: "/data" + default: "/config" hidden: true - variable: medium label: "EmptyDir Medium" diff --git a/charts/stable/plex/SCALE/ix_values.yaml b/charts/stable/plex/SCALE/ix_values.yaml index 7af24f5f698..a64a65f942c 100644 --- a/charts/stable/plex/SCALE/ix_values.yaml +++ b/charts/stable/plex/SCALE/ix_values.yaml @@ -16,6 +16,7 @@ podSecurityContext: runAsGroup: 568 fsGroup: 568 supplementalGroups: [44, 107] + ## # Most other defaults are set in questions.yaml # For other options please refer to the wiki, default_values.yaml or the common library chart diff --git a/docs/apps/stable/handbrake/notes.md b/docs/apps/stable/handbrake/notes.md index bb946ce21b5..8cd8d0c2467 100644 --- a/docs/apps/stable/handbrake/notes.md +++ b/docs/apps/stable/handbrake/notes.md @@ -1,6 +1,8 @@ # 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`. -* `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`. +- 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` with `SECURE_CONNECTION` set 1, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`.