ef9315820f
**Description** Fixes asides and restores nextcloud migration guide images. ⚒️ Fixes # **⚙️ 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?** **📃 Notes:** **✔️ 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 - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ 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._
1.4 KiB
1.4 KiB
title
| title |
|---|
| Installation Notes |
TrueNAS SCALE
:::note[Written for]
- Platform: TrueNAS SCALE Cobia 23.10.1
- App Version: 2023.12.23
- Chart Version: 9.1.0
:::
:::caution
When using a PVC the backup data will be stored on the dataset that holds the app data. If minio is used to store backup data to safe guard your application data it is recommended to configure it on a different zpool, this can be done with a hostpath.
:::
:::note[Preparation]
- Create a dataset for the data mount of minio referred to as <minio_data>
- Set the proper owner and permissions required for the hostpath, 600 is the minimal permission level required
- Make sure you have DNS setup for all buckets as S3 requires DNS to be set for each bucket. See "Using Ingress and API ingress is recommended"
:::
This is a guide containing the minimal required settings for installation:
- Workload->Settings->Containers->Main Container->Image Environment
MINIO_ROOT_USERandMINIO_ROOT_PASSWORDrepresent the username and password used to login to minio
- Storage and Persistence->Integrated Persistent Storage->App Config Storage
Type of Storageset to host pathHost Pathselect the dataset <minio_data>
- Using Ingress and API ingress is recommended
- Main Ingress (Also the Console) : minio.mydomain.com
- API ingress: bucket_name.minio.mydomain.com (one entry for each bucket)