Commit Graph

17535 Commits

Author SHA1 Message Date
kqmaverick 7512cd1a38
docs(nextcloud): migration guide (#9768)
**Description**
Migration guide for new Nextcloud. Please provide any inputs. A demo can
be seen at https://docs.kqmav.com/docs/nc-migration/migration-guide

⚒️ 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?**
Tested a few times, my nextcloud install is very basic though.

**📃 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

** 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-06-22 21:39:43 +03:00
TrueCharts Bot 1ce8037d25
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9830) 2023-06-22 19:34:06 +02:00
TrueCharts Bot bb60518524
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.16 (#9829) 2023-06-22 18:39:45 +02:00
TrueCharts Bot 47a5b4784d
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9828) 2023-06-22 18:38:27 +02:00
TrueCharts Bot 6861f11563
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9827) 2023-06-22 16:35:03 +02:00
TrueCharts Bot 34cca9a548
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.5.30 (#9825) 2023-06-22 09:37:15 +02:00
TrueCharts Bot 0781d073f6
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#9826) 2023-06-22 09:37:03 +02:00
TrueCharts Bot 9580133155
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#9824) 2023-06-22 07:37:53 +02:00
TrueCharts Bot 04362baaf5
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#9823) 2023-06-22 04:06:44 +02:00
TrueCharts-Bot 840a48d123 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-22 00:27:17 +00:00
TrueCharts Bot dcd4a22b54
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9822) 2023-06-22 01:35:00 +02:00
TrueCharts Bot 0fd5554945
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9821) 2023-06-22 00:33:44 +02:00
TrueCharts Bot 2cece4de20
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9820) 2023-06-22 00:32:36 +02:00
TrueCharts Bot e1756169a6
chore(deps): update helm general non-major (#9787) 2023-06-22 00:31:55 +02:00
TrueCharts Bot eeb3c72860
chore(deps): update container image tailscale/tailscale to v1.44.0 (#9819) 2023-06-21 23:40:01 +02:00
Stavros Kois 4f579630de
fix(nextcloud): fix ingress path injection (#9815)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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 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._
2023-06-21 23:01:21 +03:00
TrueCharts Bot 97acc47486
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9814) 2023-06-21 20:42:55 +02:00
TrueCharts Bot ecb8c942c0
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9812) 2023-06-21 19:35:13 +02:00
TrueCharts Bot e1a35d2ac2
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.3 (#9811) 2023-06-21 19:34:27 +02:00
TrueCharts Bot 331dc86af5
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#9810) 2023-06-21 17:36:27 +02:00
TrueCharts Bot 22b1f292c6
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9809) 2023-06-21 16:37:40 +02:00
TrueCharts Bot c278ab1814
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9808) 2023-06-21 16:36:49 +02:00
TrueCharts Bot 7210619a2c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9807) 2023-06-21 13:35:45 +02:00
TrueCharts Bot e89abe9bb1
chore(deps): update webtop (#9806) 2023-06-21 11:39:26 +02:00
TrueCharts Bot f07080f56b
chore(deps): update webtop (#9805) 2023-06-21 10:32:56 +02:00
Stavros Kois 3bdf118b8c
fix(nextcloud): correct user for collabora (#9748)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
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:**

- [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
- [ ] 🧪 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-06-21 11:00:28 +03:00
TrueCharts Bot 848a03c694
chore(deps): update container image tccr.io/truecharts/calibre to v6.21.0 (#9803) 2023-06-21 09:41:39 +02:00
TrueCharts Bot 7998dcf905
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#9804) 2023-06-21 09:41:12 +02:00
Stavros Kois 8ddcfb9e18
feat(collabora): add collabora (#9794)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ 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
- [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.
- [x] 🖼️ 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._
2023-06-21 10:22:07 +03:00
TrueCharts Bot 9927cf0dd4
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9802) 2023-06-21 06:36:26 +02:00
TrueCharts Bot 19a4c350c3
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#9801) 2023-06-21 05:37:34 +02:00
TrueCharts Bot b10fc64393
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9799) 2023-06-21 04:51:42 +02:00
TrueCharts Bot e60cb73c4c
chore(deps): update webtop (#9800) 2023-06-21 04:50:10 +02:00
TrueCharts Bot 3aae4dbc29
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9798) 2023-06-21 04:02:54 +02:00
TrueCharts Bot 25cbcc562b
chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#9797) 2023-06-21 02:52:20 +02:00
TrueCharts Bot c5d9b141ec
chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#9796) 2023-06-21 01:32:43 +02:00
TrueCharts Bot bf431dd2b4
chore(deps): update container image tccr.io/truecharts/minecraft-java17-jdk to v2023.4.1 (#9795) 2023-06-21 01:04:15 +02:00
Xstar97TheNoob 28cd535896
chore(minecraft-java) update gui options and image list + rootless (#9727)
**Description**
 update image selector and gui options.
 app is rootless
added query service to main port

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 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:**

- [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
- [ ] 🧪 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-06-21 00:17:35 +03:00
Stavros Kois 90199af33d
chore(immich): Only pass secrets to containers that need them and mount files only where needed (#9697)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

Doing some env cleanup based on
https://github.com/immich-app/immich/pull/2814

- Moves services in values.yaml so references always resolve.
- Removes all media mounts from machinelearning, it uses http now.
- Removes Env Vars from containers that do not need them
- Removes secret/configmap mounts from containers that do not need them.
- Reduces added capabilities.
- Removes dead variables

**⚙️ 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 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-06-20 23:11:23 +03:00
TrueCharts Bot 1338b67038
chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#9793) 2023-06-20 20:33:47 +02:00
TrueCharts Bot db86757c11
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9792) 2023-06-20 18:38:04 +02:00
TrueCharts Bot 6f068b4879
chore(deps): update webtop (#9788) 2023-06-20 17:47:50 +02:00
TrueCharts Bot b0425ad837
chore(deps): update immich to v1.62.1 (minor) (#9791) 2023-06-20 17:45:27 +02:00
TrueCharts Bot 04ba534c18
chore(deps): update container image tccr.io/truecharts/boinc to latest (#9790) 2023-06-20 16:34:18 +02:00
TrueCharts Bot 0464095348
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9789) 2023-06-20 13:35:55 +02:00
TrueCharts Bot e772648ed5
chore(deps): update helm general non-major (#9780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.2` -> `12.14.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.25` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.55` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.63` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.53` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.27` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.60` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.60` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.14.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.2...common-12.14.3)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v1.0.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.24...kube-state-metrics-1.0.25)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEzMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-20 09:26:15 +02:00
TrueCharts Bot 90d7e5c236
chore(deps): update webtop (#9786) 2023-06-20 08:34:22 +02:00
TrueCharts Bot 82f0088a16
chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#9785) 2023-06-20 06:37:36 +02:00
TrueCharts Bot 0bcd4e7eaa
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9784) 2023-06-20 05:37:14 +02:00
TrueCharts Bot 1f6da8e4cc
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9782) 2023-06-20 04:50:29 +02:00