**Description** * The sync script will use iCloud China if any value is set for the environment so it needs to be empty [ref](https://github.com/boredazfcuk/docker-icloudpd/blob/3506b434652e58b2c64f1d8915c49b25537425f5/sync-icloud.sh#L12). * The default value for synchronisation_delay is zero. Also the script will use 60 minutes as the value if it's any value > 60 [ref](https://github.com/boredazfcuk/docker-icloudpd/blob/3506b434652e58b2c64f1d8915c49b25537425f5/sync-icloud.sh#L26) **⚙️ 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 **🧪 How Has This Been Tested?** I have a [stripped down catalog](https://github.com/conorbranagan/truecharts-catalog/tree/contrib) which has just this chart with these changes and it is confirmed working. Before this fix it was trying to login to icloud.com.cn. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ 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 opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
33 lines
870 B
YAML
33 lines
870 B
YAML
apiVersion: v2
|
|
appVersion: "latest"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 11.1.2
|
|
deprecated: false
|
|
description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.
|
|
home: https://truecharts.org/charts/incubator/icloudpd
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png
|
|
keywords:
|
|
- icloudpd
|
|
- Backup
|
|
- Cloud
|
|
- Downloaders
|
|
kubeVersion: ">=1.16.0-0"
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: icloudpd
|
|
sources:
|
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd
|
|
- https://github.com/Womabre/-TrueNAS-docker-templates
|
|
type: application
|
|
version: 2.0.15
|
|
annotations:
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/catagories: |
|
|
- Backup
|
|
- Cloud
|
|
- Downloaders
|