fix(icloudpd): Fix NO ROUTE found errors (#18265)

**Description**

As mentionned on Discord and here (
https://github.com/boredazfcuk/docker-icloudpd/issues/467 ) I figured
out that the chart needs elevated priviliges to access icloud.com, so
instead of telling people to use priviliged mode we set them for them

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
This commit is contained in:
StevenMcElligott
2024-02-18 03:45:14 -05:00
committed by GitHub
parent 7ab78839b2
commit 3dc5ce8573
2 changed files with 4 additions and 2 deletions

View File

@@ -32,8 +32,7 @@ maintainers:
url: https://truecharts.org
name: icloudpd
sources:
- https://github.com/Womabre/-TrueNAS-docker-templates
- https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd
- https://hub.docker.com/r/boredazfcuk/icloudpd
type: application
version: 5.2.0
version: 5.2.1

View File

@@ -9,6 +9,9 @@ securityContext:
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
capabilities:
add:
- SYS_ADMIN
icloudpd:
apple_id: your@appleid.com