Commit Graph

14563 Commits

Author SHA1 Message Date
TrueCharts-Bot 347a7c9c8a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-17 00:31:56 +00:00
StevenMcElligott 71689c7994
fix(seafile): remove extra privs and memcached (#10523)
**Description**

Memcached isn't really useful and it'll support redis in the future, as
well, fixed mixed up questions and removed the sys_admin privs since if
people want to use crazy stuff like FUSE that's on them

⚒️ 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:**

- [ ] ⚖️ 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-07-16 19:35:51 -04:00
TrueCharts Bot 6e5026e3b1
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10519) 2023-07-16 23:35:01 +02:00
TrueCharts Bot 2c99e550b9
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10518) 2023-07-16 21:34:00 +02:00
TrueCharts Bot 1e94a74cc3
chore(deps): update container image tccr.io/truecharts/invidious to latest (#10517) 2023-07-16 19:34:55 +02:00
TrueCharts Bot d7104dccea
chore(deps): update container image tccr.io/truecharts/invidious to latest (#10516) 2023-07-16 18:33:14 +02:00
StevenMcElligott 46788c28f5
fix(Seafile): Misc improvements (#10504)
**Description**

Persisting to the `storage` directory, even if Seafile doesn't show
visible files at least we can seperate this in case people store large
Seafile files on another file.

Added some privilege escalation in case people want to attempt to run
FUSE

Cannot run as `apps` due to init scripts not running

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

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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-07-16 11:38:13 -04:00
TrueCharts Bot 3bbccf0638
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10514) 2023-07-16 15:38:59 +02:00
TrueCharts Bot 9f679adcb4
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10512) 2023-07-16 09:36:04 +02:00
TrueCharts Bot ff8d26fcac
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10510) 2023-07-16 08:38:01 +02:00
TrueCharts Bot a6c66d63e2
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#10509) 2023-07-16 07:38:22 +02:00
Xstar97TheNoob 5437da9fc2
chore(piwigo) move piwigo to stable. (#10506) 2023-07-16 07:15:09 +02:00
TrueCharts Bot 1598af155a
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10508) 2023-07-16 04:04:58 +02:00
TrueCharts-Bot e77700fc17 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-16 00:32:32 +00:00
TrueCharts Bot 3f17c3640d
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10507) 2023-07-16 01:37:13 +02:00
Stavros Kois 4f4b1f3dc9
fix(traefik): actually render customheader middleware and cleanup middleware templates (#10502)
**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-07-16 00:13:43 +02:00
kqmaverick 00ae6703ad
feat(vaultwarden): push notification variables (#10503)
**Description**
Adding variables for mobile push notifications.

⚒️ Fixes  #

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

**📃 Notes:**

**✔️ 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.
- [ ] 🖼️ 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-07-16 00:07:18 +02:00
TrueCharts Bot 2cb6deecec
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10505) 2023-07-15 23:34:48 +02:00
TrueCharts Bot 283358d5ea
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10501) 2023-07-15 21:36:29 +02:00
TrueCharts Bot 7386ec295f
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10500) 2023-07-15 21:35:34 +02:00
Xstar97TheNoob b51fbb0f0c
feat(piwigo) configure piwigo mariadb and admin credentials (#10444)
**Description**
Configure admin credentials and mariadb sidecar
⚒️ 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)
- [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._
2023-07-15 19:29:18 +02:00
Stavros Kois e7855acf60
feat(vaultwarden): remove redundant websocket service (#10491)
**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
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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._
2023-07-15 19:28:57 +02:00
Kjeld Schouten 3fb1c6a2ea
feat: add cert-manager operator chart DNM DRAFT (#10297)
**Description**
Draft addition of cert-manager as an operator chart

**⚙️ 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-07-15 19:22:49 +02:00
TrueCharts Bot 7650ebccb8
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#10497) 2023-07-15 18:37:42 +02:00
TrueCharts Bot ee790012f7
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10496) 2023-07-15 18:37:31 +02:00
TrueCharts Bot 14ded8e41b
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10495) 2023-07-15 16:34:55 +02:00
TrueCharts Bot 8d3a6a3016
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10494) 2023-07-15 15:39:14 +02:00
TrueCharts Bot 026a05a2d3
chore(deps): update immich to v1.67.2 (minor) (#10493) 2023-07-15 14:41:27 +02:00
TrueCharts Bot 30d59f9f59
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.118.0 (#10490) 2023-07-15 13:37:36 +02:00
TrueCharts Bot c09353a688
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10488) 2023-07-15 12:34:53 +02:00
TrueCharts Bot 4110f35119
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10487) 2023-07-15 11:38:13 +02:00
TrueCharts Bot 663bca5426
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10486) 2023-07-15 09:34:55 +02:00
Dion Larson fe7f2c03a2
feat(traefik): add customRequest/ResponseHeaders middlewares (#10401) 2023-07-15 08:54:49 +02:00
Xstar97TheNoob d23c3a6683
fix(steam-headless) fix ENABLE_VNC_AUDIO and cleanup questions (#10481) 2023-07-15 08:47:32 +02:00
StevenMcElligott 4220b08f45
feat(Seafile): Add Seafile (#10053)
**Description**

Here goes nothing 

⚒️ 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-15 04:07:29 +00:00
TrueCharts Bot 085c778821
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10484) 2023-07-15 05:46:14 +02:00
TrueCharts Bot 44c9efd0b8
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10483) 2023-07-15 04:10:28 +02:00
TrueCharts Bot 641d763368
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10482) 2023-07-15 02:56:45 +02:00
TrueCharts-Bot bf036dc60d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-15 00:29:41 +00:00
TrueCharts Bot 517919d3ac
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#10480) 2023-07-15 01:32:58 +02:00
TrueCharts Bot 42514e3996
chore(deps): update rdesktop (#10479) 2023-07-15 00:32:54 +02:00
TrueCharts Bot 8cd1297adf
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10478) 2023-07-14 22:35:57 +02:00
TrueCharts Bot fe031813a7
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10477) 2023-07-14 21:39:51 +02:00
TrueCharts Bot 859acac27a
chore(deps): update rdesktop (#10475) 2023-07-14 20:32:43 +02:00
TrueCharts Bot 243da229f5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10473) 2023-07-14 19:38:55 +02:00
TrueCharts Bot c8ce9cacf8
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10472) 2023-07-14 19:36:17 +02:00
TrueCharts Bot ed0874e1ca
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10470) 2023-07-14 18:37:38 +02:00
TrueCharts Bot c153e321a8
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10471) 2023-07-14 18:37:21 +02:00
TrueCharts Bot e9ac9822bc
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10469) 2023-07-14 17:34:22 +02:00
TrueCharts Bot 2864f2abc5
chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10467) 2023-07-14 16:37:33 +02:00
TrueCharts Bot 23c4cdf6bf
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10468) 2023-07-14 16:36:41 +02:00
TrueCharts Bot af9e17008d
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10466) 2023-07-14 15:38:27 +02:00
TrueCharts Bot c4aa28a246
chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10465) 2023-07-14 14:38:11 +02:00
TrueCharts Bot 1ec99ff2ec
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10464) 2023-07-14 14:36:20 +02:00
TrueCharts Bot 19be5763db
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10463) 2023-07-14 13:33:39 +02:00
TrueCharts Bot 375fe11907
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10462) 2023-07-14 12:34:04 +02:00
TrueCharts Bot cc58bc4880
chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#10460) 2023-07-14 11:37:57 +02:00
TrueCharts Bot 953c7d4566
chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0-postgres (#10461) 2023-07-14 11:36:27 +02:00
Xstar97TheNoob b66adb78cc
feat(steam-headless) add steam-headless (#9848)
**Description**
A Headless Steam chart.
⚒️ 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:**
App may require host-networking.

**✔️ 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
- [ ] ⬆️ 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.

- [X] 🪞 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-07-14 10:57:39 +02:00
Xstar97TheNoob a48cfbc7f0
fix(recyclarr) update init command **BREAKING CHANGES** (#10346)
**Description**
Update init command and manually updated the chart to v5.1.1

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-14 10:56:40 +02:00
Xstar97TheNoob 4b3050f379
fix(technitium) fix technitium service gui (#10349)
**Description**
Fixes the Expected enabled service to have at least one port by removing
a excess option.
⚒️ Fixes  #10348

**⚙️ 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._
2023-07-14 10:53:17 +02:00
Xstar97TheNoob 3b57cd7662
fix(projectsend) update tag to latest tag + housekeeping (#10157)
**Description**
clean up chart and values yaml and change tag to match the container
repo.
⚒️ 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)
- [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._
2023-07-14 10:52:43 +02:00
Xstar97TheNoob d349af1a67
migrate(midarr) migrate midarr to new common **BREAKING CHANGES** (#10382)
**Description**
- Migrated app to new common and updated to the latest available
version.
- Added basic installation notes.

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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._
2023-07-14 10:51:58 +02:00
TrueCharts Bot 36b5d9bfe3
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.1 (#10329)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| major | `v9.5.5` -> `v10.0.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-14 10:51:03 +02:00
Xstar97TheNoob 1182cbf953
fix(cryptofolio) fix cryptofolio persistence mountpath **BREAKING CHANGES** (#10378)
fix app persistence storage.

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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._
2023-07-14 10:50:35 +02:00
Xstar97TheNoob 990ab3c831
fix(kopia) fix kopia basic auth. (#10407)
**Description**
fix backend for kopia basic auth.
⚒️ Fixes  #10406

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 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._
2023-07-14 10:50:24 +02:00
Ben Kochie 223b74ef03
feat(prometheus): Enable ScrapeConfig (#10440)
**Description**
Enable support for ScrapeConfig matching on all namespaces, similar to
how ServiceMonitor, PodMonitor, etc are allowed on all namespaces.

⚒️ 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:**

- [ ] ⚖️ 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
- [x] ⚠️ 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: SuperQ <superq@gmail.com>
2023-07-14 10:49:37 +02:00
Xstar97TheNoob fa8a2b3305
fix(bungeecord) fix bungeecord tty and stdin (#10428)
**Description**
fix tty and stdin.
⚒️ 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._
2023-07-14 10:49:27 +02:00
Xstar97TheNoob 72c64f9a41
fix(minecraft-bedrock) fix tty and stdin and disable portal (#10427)
**Description**
Portal disabled and removed.
fix tty and stdin.

⚒️ 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)
- [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._
2023-07-14 10:46:37 +02:00
kqmaverick 286b2fe716
docs(nextcloud): snapshot directory visibility warning (#10408)
**Description**
Add warning about having snapshot directory set to visible.

⚒️ 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

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

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-07-14 10:46:18 +02:00
Xstar97TheNoob 039b8ae1f8
feat(lldap) make services, auth, and smtp configurable in lldap (#10434)
**Description**
- Make the web and ldap service configurable.
- Add the option to set the admin user and password.
- set SMTP

⚒️ 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)
- [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._
2023-07-14 10:45:22 +02:00
TrueCharts Bot 2296dc3699
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10459) 2023-07-14 09:39:15 +02:00
TrueCharts Bot ce458b5738
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10457) 2023-07-14 08:38:58 +02:00
TrueCharts Bot d7efcbfd99
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10455) 2023-07-14 07:33:56 +02:00
TrueCharts Bot 6f2a0ceb83
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10456) 2023-07-14 07:32:36 +02:00
TrueCharts Bot eed95fb3bd
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10454) 2023-07-14 06:34:39 +02:00
TrueCharts Bot ee9af8fcb6
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10453) 2023-07-14 05:04:04 +02:00
TrueCharts Bot 5ccb952833
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10452) 2023-07-14 05:03:40 +02:00
TrueCharts Bot 0184e28899
chore(deps): update container image tccr.io/truecharts/scratch to latest (#10451) 2023-07-14 03:01:09 +02:00
TrueCharts Bot bfe62017e7
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10449) 2023-07-13 22:35:01 +02:00
TrueCharts Bot 49063e4e3b
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10450) 2023-07-13 22:34:31 +02:00
TrueCharts Bot da77964626
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10448) 2023-07-13 21:36:59 +02:00
TrueCharts Bot c83204f3ad
chore(deps): update container image tccr.io/truecharts/plex-auto-languages to latest (#10447) 2023-07-13 19:39:49 +02:00
TrueCharts Bot 0fd52991ac
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10445) 2023-07-13 16:35:08 +02:00
TrueCharts Bot 9648a5f47c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10442) 2023-07-13 15:43:00 +02:00
TrueCharts Bot 8fb9599bf0
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10441) 2023-07-13 14:43:59 +02:00
TrueCharts Bot e9d22623cf
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#10439) 2023-07-13 13:35:42 +02:00
TrueCharts Bot 6d689961d8
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10438) 2023-07-13 11:37:55 +02:00
TrueCharts Bot 7622a56412
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10437) 2023-07-13 10:36:32 +02:00
Xstar97TheNoob bbb6fcdd14
migrate(piwigo) migrate piwigo to new common **BREAKING CHANGES** (#10376)
**Description**
Migrate new common
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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._
2023-07-13 09:53:18 +02:00
TrueCharts Bot e82b95d6d1
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10436) 2023-07-13 09:39:24 +02:00
TrueCharts Bot c59ae63f88
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10435) 2023-07-13 07:41:26 +02:00
TrueCharts Bot a45d74c5cb
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10433) 2023-07-13 04:03:44 +02:00
TrueCharts Bot add24c0087
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10432) 2023-07-13 02:57:20 +02:00
TrueCharts Bot 7dfdc5e1f4
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10431) 2023-07-13 01:36:23 +02:00
TrueCharts Bot 09a710584b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10430) 2023-07-13 01:35:38 +02:00
TrueCharts Bot d57549c2d1
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10429) 2023-07-13 00:37:17 +02:00
TrueCharts Bot 462c342b4d
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10426) 2023-07-12 20:35:29 +02:00
TrueCharts Bot d824010e1d
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10425) 2023-07-12 20:35:09 +02:00
TrueCharts Bot 7618f79c92
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10423) 2023-07-12 19:42:19 +02:00
TrueCharts Bot 60d9ebfab8
chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10424) 2023-07-12 19:41:54 +02:00
TrueCharts Bot da237dab65
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10421) 2023-07-12 17:35:47 +02:00
TrueCharts Bot 78b29e3703
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10422) 2023-07-12 17:35:37 +02:00
TrueCharts Bot beacb69992
chore(deps): update helm general non-major (#10333) 2023-07-12 12:46:24 +02:00
TrueCharts Bot 24ab3bb3d2
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10419) 2023-07-12 12:40:17 +02:00
TrueCharts Bot f12578fff6
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10418) 2023-07-12 11:33:10 +02:00
TrueCharts Bot bf33d788bc
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#10416) 2023-07-12 10:31:44 +02:00
gismo2004 a87b6dd934
fix(prometheus-metrics) update grafana/node-exporter/kube-state-metrics (#10413)
**Description**
fix metrics for grafana/node-exporter/kube-state-metrics
this finally fixes https://github.com/truecharts/charts/issues/9163 (app
start was already fixed by
https://github.com/truecharts/charts/pull/9855 and previous PRs)
⚒️ 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._
2023-07-12 09:39:18 +02:00
TrueCharts Bot e657925b28
chore(deps): update container image tccr.io/truecharts/calibre to v6.22.0 (#10414) 2023-07-12 09:36:54 +02:00
TrueCharts Bot 7970a4a732
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10415) 2023-07-12 09:36:44 +02:00
TrueCharts Bot 87557691fd
chore(deps): update webtop (#10412) 2023-07-12 08:33:26 +02:00
TrueCharts Bot b83e99f2ca
chore(deps): update webtop (#10411) 2023-07-12 07:34:00 +02:00
TrueCharts Bot fdfb04bda0
chore(deps): update webtop (#10410) 2023-07-12 05:41:53 +02:00
TrueCharts Bot 27b8c3b416
chore(deps): update rdesktop (#10372) 2023-07-12 05:00:20 +02:00
TrueCharts Bot b8cf9af389
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10409) 2023-07-12 00:36:07 +02:00
TrueCharts Bot bd2cbca729
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10403) 2023-07-11 22:37:21 +02:00
TrueCharts Bot 952cb071c7
chore(deps): update container image tccr.io/truecharts/boinc to latest (#10402) 2023-07-11 22:35:56 +02:00
TrueCharts Bot 828c382d1f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10400) 2023-07-11 21:34:29 +02:00
TrueCharts Bot 3df43801cd
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10399) 2023-07-11 20:37:07 +02:00
TrueCharts Bot 214b8634e2
chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10397) 2023-07-11 19:35:34 +02:00
TrueCharts Bot b1b084a000
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10398) 2023-07-11 19:34:15 +02:00
TrueCharts Bot 2009ce041e
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10396) 2023-07-11 17:35:01 +02:00
TrueCharts Bot bd308dfc0d
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10395) 2023-07-11 16:34:18 +02:00
TrueCharts Bot b17e4f8c35
chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10394) 2023-07-11 15:41:37 +02:00
TrueCharts Bot dae6447d36
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10392) 2023-07-11 14:37:56 +02:00
TrueCharts Bot b412fc4810
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10390) 2023-07-11 13:36:08 +02:00
TrueCharts Bot df2a6c5fef
chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#10389) 2023-07-11 12:35:05 +02:00
TrueCharts Bot 7297217a69
chore(deps): update webtop (#10388) 2023-07-11 11:34:02 +02:00
TrueCharts Bot c858d6886e
chore(deps): update webtop (#10387) 2023-07-11 10:34:46 +02:00
TrueCharts Bot 1a529d04cf
chore(deps): update webtop (#10386) 2023-07-11 09:35:37 +02:00
TrueCharts Bot 9853645db6
chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#10385) 2023-07-11 08:36:03 +02:00
TrueCharts Bot 52d44b0fb3
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10383) 2023-07-11 07:33:44 +02:00
TrueCharts Bot a712af9536
chore(deps): update webtop (#10384) 2023-07-11 07:32:42 +02:00
TrueCharts Bot ef6328def6
chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10379) 2023-07-11 04:05:22 +02:00
TrueCharts Bot cd5a572548
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10377) 2023-07-11 02:55:13 +02:00
TrueCharts Bot 589e4905b5
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10375) 2023-07-10 23:40:29 +02:00
TrueCharts Bot 097c7041a3
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10374) 2023-07-10 22:35:33 +02:00
TrueCharts Bot 0f3434e7af
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10373) 2023-07-10 20:39:10 +02:00
TrueCharts Bot 9ce3475a45
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10371) 2023-07-10 14:38:34 +02:00
TrueCharts Bot 49ded13df4
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#10370) 2023-07-10 14:37:54 +02:00
TrueCharts Bot 3755672fcc
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10368) 2023-07-10 13:39:54 +02:00
TrueCharts Bot 6fc7f71b54
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#10367) 2023-07-10 13:36:04 +02:00
TrueCharts Bot 4a458baae5
chore(deps): update rdesktop (#10366) 2023-07-10 12:34:25 +02:00
TrueCharts Bot 9be72e11a5
chore(deps): update container image tccr.io/truecharts/rdesktop to latest (#10365) 2023-07-10 11:37:21 +02:00
TrueCharts Bot d50bb0ae35
chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-openbox to latest (#10363) 2023-07-10 10:34:55 +02:00
TrueCharts Bot f3d3d651c0
chore(deps): update rdesktop (#10362) 2023-07-10 09:35:27 +02:00
TrueCharts Bot 8e9988e3ee
chore(deps): update rdesktop (#10361) 2023-07-10 08:39:08 +02:00
TrueCharts Bot 4daf2d3c3b
chore(deps): update container image tccr.io/truecharts/duckdns to latest (#10359) 2023-07-10 06:38:36 +02:00
TrueCharts Bot 7b52487df8
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest (#10360) 2023-07-10 06:36:47 +02:00
TrueCharts Bot 4c3116ffbd
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10357) 2023-07-10 05:50:23 +02:00
TrueCharts Bot 9cdd9e826c
chore(deps): update rdesktop (#10358) 2023-07-10 05:49:45 +02:00
TrueCharts Bot de83bcb0de
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10355) 2023-07-10 03:01:49 +02:00
TrueCharts Bot bcf8bc1f58
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#10356) 2023-07-10 03:00:44 +02:00
TrueCharts Bot 8e7079eee5
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10352) 2023-07-10 00:36:56 +02:00
TrueCharts Bot 41ac82ecf0
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10353) 2023-07-10 00:36:29 +02:00
TrueCharts Bot ef1f436c1f
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10350) 2023-07-09 23:35:04 +02:00
TrueCharts Bot 3268c3e9aa
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10351) 2023-07-09 23:32:21 +02:00
TrueCharts Bot 287cdc2c47
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10347) 2023-07-09 18:36:38 +02:00
Sven Rahn bc82014bb6
fix(kopia) Actually use kopia credentials (#10342)
**Description**
The server credentials set by the user are never used by kopia because
of a typo.
⚒️ 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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-09 14:32:57 +00:00
TrueCharts Bot 657a94bee6
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10344) 2023-07-09 15:43:12 +02:00
TrueCharts Bot 86053d9950
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10345) 2023-07-09 15:42:14 +02:00
Xstar97TheNoob 9b72aa281c
fix(pastey) remove extra variable from pastey gui. (#10341)
**Description**
remove excess variable from questions.yaml

⚒️ 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:**

- [ ] ⚖️ 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
- [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._
2023-07-09 15:32:17 +03:00
TrueCharts Bot 55e3f5d986
chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10340) 2023-07-09 11:40:10 +02:00
TrueCharts Bot 0ebb6ff85b
chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#10339) 2023-07-09 09:34:16 +02:00
TrueCharts Bot 3fba4e9733
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10338) 2023-07-09 09:34:13 +02:00
TrueCharts Bot 5b2c4fef58
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10336) 2023-07-09 08:35:56 +02:00
TrueCharts Bot 9ef15e589c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10337) 2023-07-09 08:35:37 +02:00
TrueCharts Bot c71fd91325
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10335) 2023-07-09 07:34:09 +02:00
TrueCharts Bot 2c49ce30c1
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#10334) 2023-07-09 06:41:23 +02:00
TrueCharts Bot 654d7aebc7
chore(deps): update container image tccr.io/truecharts/n8n to v1.0.1 (#10331) 2023-07-09 04:05:40 +02:00
TrueCharts Bot 68265cc009
chore(deps): update container image tccr.io/truecharts/firefox to v115.0.1 (#10328) 2023-07-09 03:02:10 +02:00
TrueCharts-Bot 4dd2f6c5c3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-09 00:33:01 +00:00
TrueCharts Bot 31c846377e
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10327) 2023-07-09 01:36:21 +02:00
TrueCharts Bot 5599ca8d01
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.3 (#10326) 2023-07-09 01:36:03 +02:00
TrueCharts Bot 35bf2b1117
chore(deps): update vikunja to v0.21.0 (minor) (#10325) 2023-07-09 00:37:09 +02:00
TrueCharts Bot e18554f4f8
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.19.0 (#10324) 2023-07-09 00:36:03 +02:00
Xstar97TheNoob 1d4603c0ba
migrate(pastey) migrate pastey to new common **BREAKING CHANGES** (#10158)
**Description**
- migrate app to new common
- housekeeping
- image selector
- bump app version (set static semVer)
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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._
2023-07-08 21:52:46 +00:00
Xstar97TheNoob e930d9785a
migrate(photostructure) migrate to new common **BREAKING CHANGES** (#10240)
**Description**
migrate app and update container image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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-07-09 00:48:05 +03:00
TrueCharts Bot 06cc909908
chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0 (#10322) 2023-07-08 23:41:45 +02:00
TrueCharts Bot ca3631fedd
chore(deps): update container image tccr.io/truecharts/openhab to v3.4.4 (#10321) 2023-07-08 23:39:32 +02:00
Xstar97TheNoob e1faf5f247
fix(kopia) fix kopia arg to specify the main port. (#10320)
**Description**
Fix kopia arg to specify the correct port instead of a static one.

⚒️ 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._
2023-07-09 00:37:07 +03:00
TrueCharts Bot 0c0c0c6a8a
chore(deps): update container image tccr.io/truecharts/stash to v0.21.0 (#10319) 2023-07-08 22:38:34 +02:00
TrueCharts Bot 5c73f242b1
chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.4.1 (#10318) 2023-07-08 22:37:56 +02:00
TrueCharts Bot 4fbd42d332
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10316) 2023-07-08 21:34:32 +02:00
TrueCharts Bot dcb994e544
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10317) 2023-07-08 21:34:22 +02:00
TrueCharts Bot 35af3ed311
chore(deps): update container image tccr.io/truecharts/invidious to latest (#10078) 2023-07-08 21:34:13 +02:00
MaverickD650 175b58cb20
fix(invidious): patch hmac_key requirement (#10310)
**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.
-->
Upstream made the hmac_key mandatory. This PR makes that question
required with explanation a random key is required along with changes to
ensure the chart passes CI. Default value not provided to ensure users
provide a unique value.

⚒️ Fixes  #10309 

**⚙️ 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
-->
CI passes on forked branch.

**📃 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
- [X] ⚠️ 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._
2023-07-08 20:56:37 +02:00
TrueCharts Bot c646410ced
chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10315) 2023-07-08 20:41:05 +02:00
TrueCharts Bot 804260c675
chore(deps): update container image tccr.io/truecharts/alist to v3.20.1 (#10314) 2023-07-08 20:39:27 +02:00
TrueCharts Bot a2e119893a
chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.32.1 (#10312) 2023-07-08 19:35:33 +02:00
TrueCharts Bot 1f62da8113
chore(deps): update rdesktop (#10311) 2023-07-08 19:34:49 +02:00
TrueCharts Bot 88baa903dd
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#10308) 2023-07-08 18:36:44 +02:00
TrueCharts Bot eb9d0842b3
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10307) 2023-07-08 18:35:09 +02:00
TrueCharts Bot 5c82007a31
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10306) 2023-07-08 17:36:16 +02:00
TrueCharts Bot c59f9320d8
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10305) 2023-07-08 17:34:17 +02:00
TrueCharts Bot 7932c2fe18
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10304) 2023-07-08 16:41:50 +02:00
TrueCharts Bot 0012a8141c
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10303) 2023-07-08 16:35:24 +02:00
TrueCharts Bot c6b26847d2
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10301) 2023-07-08 15:34:58 +02:00
TrueCharts Bot 255ca676e4
chore(deps): update container image tccr.io/truecharts/minio to latest (#10302) 2023-07-08 15:34:53 +02:00
TrueCharts Bot f215b5c664
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.8 (#10299) 2023-07-08 14:44:29 +02:00