From 8bd8f8590351adea98f3e73b48d4e76c1c429d73 Mon Sep 17 00:00:00 2001 From: gismo2004 <2325636+gismo2004@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:41:11 +0100 Subject: [PATCH] fix(jdownloader2) remove outdated docs (#32272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Remove entire docs for jdownloader2 as there is basically no need for a special HowTo for this chart. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../stable/jdownloader2/docs/installation_notes.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 charts/stable/jdownloader2/docs/installation_notes.md diff --git a/charts/stable/jdownloader2/docs/installation_notes.md b/charts/stable/jdownloader2/docs/installation_notes.md deleted file mode 100644 index df4feb328da..00000000000 --- a/charts/stable/jdownloader2/docs/installation_notes.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Installation Notes ---- - -- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. -- You can't enable `Ingress` for `VNC` If you want to use `VNC`, you must set this service to `Simple` instead -- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. -- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. - ---- - -- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`.