Commit Graph

20331 Commits

Author SHA1 Message Date
TrueCharts Bot 91385f24cb
chore(deps): update rdesktop (#12479) 2023-09-11 05:33:47 +02:00
TrueCharts Bot ed9a42d7f3
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.2 (#12478) 2023-09-11 03:56:46 +02:00
TrueCharts Bot f001f38e7a
chore(deps): update rdesktop (#12477) 2023-09-11 03:53:55 +02:00
TrueCharts Bot 41840ccbe4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12476) 2023-09-11 02:53:26 +02:00
TrueCharts Bot 73240909a4
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12475) 2023-09-11 02:50:56 +02:00
TrueCharts Bot c5ec673de4
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#12474) 2023-09-11 01:37:17 +02:00
TrueCharts Bot 75ad318c25
chore(deps): update container image tccr.io/truecharts/unifi to v7.5.174 (#12470) 2023-09-11 00:35:10 +02:00
TrueCharts Bot 2814b7192f
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.82.0 (#12469) 2023-09-10 23:35:56 +02:00
TrueCharts Bot 04a78020b5
chore(deps): update container image tccr.io/truecharts/readarr to v0.3.4.2207 (#12468) 2023-09-10 23:35:52 +02:00
TrueCharts Bot 556d8c2d95
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12466) 2023-09-10 22:37:38 +02:00
TrueCharts Bot 305da1040b
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.6.3946 (#12467) 2023-09-10 22:37:08 +02:00
TrueCharts Bot ad8f6e1ea6
chore(deps): update container image tccr.io/truecharts/cops to latest (#12464) 2023-09-10 21:35:25 +02:00
TrueCharts Bot 26a8f0a6cf
chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.3 (#12465) 2023-09-10 21:33:49 +02:00
TrueCharts Bot ef69b77c17
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12463) 2023-09-10 20:36:37 +02:00
TrueCharts Bot 2029d4354b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12461) 2023-09-10 19:38:14 +02:00
TrueCharts Bot bc32672329
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12462) 2023-09-10 19:36:42 +02:00
TrueCharts Bot ca04346f3c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12460) 2023-09-10 17:34:32 +02:00
TrueCharts Bot 4877af1fa9
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12459) 2023-09-10 16:35:14 +02:00
TrueCharts Bot e23b72f09c
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12458) 2023-09-10 14:34:34 +02:00
TrueCharts Bot 460fa3a47a
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12457) 2023-09-10 14:33:58 +02:00
TrueCharts Bot e99f7f3aea
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12456) 2023-09-10 12:35:11 +02:00
Xstar97TheNoob 1673a60706
fix(eco) fix eco to deploy. (#12296)
**Description**
Make the eco app deployable.

⚒️ 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:**
Fails to start due to this file not being able to write/change perms.

**✔️ 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-09-10 10:15:57 +02:00
Xstar97TheNoob 801ff8039b
feat(lancache-monolithic) add sidecar lancache-prefill (#12334)
**Description**
Sidecar to download and install BattleNetPrefill and/or EpicPrefill
and/or SteamPrefill and run the prefill on a cron schedule.

⚒️ 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-09-10 10:15:46 +02:00
Csaba Engedi a07048c445
Uplift traefik-forward-auth to new library (#12400)
Reworked values, secrets and questions to work with the new standard
chart library.

**Description**
Uplifted traefik-forward-auth to work with the new library.

**⚙️ 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?**
Generated the app and deployed on my own SCALE instance.

**📃 Notes:**
Existing installations might have to be reinstalled.

**✔️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-10 10:15:19 +02:00
Jan Sauer e03d7afa1c
feat(metube): Update container to v2023-08 (#12413)
Updates the application container image to the latest version v2023-08.

**⚙️ 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?**
It is NOT tested. I tried adding my repo fork in my TrueNAS installation
but this fails a long list of lines like
`templates.questions.versions.security.name: 'security' is not a valid
version name. [EINVAL]`. I also check the development docs and FAQ but
did not find any hints on how I can test this.

**📃 Notes:**

I'm unsure why this is not done automatically / by a bot but the image
was not updated in 6 months. I could not find any commits or issues that
would indicate that the old version is used on purpose.

This PR updates the image to the latest on build in [metube
truecharts-containers](https://github.com/truecharts/containers/blob/master/mirror/metube/Dockerfile)
and is uploaded to [metube
repository](https://quay.io/repository/truecharts/metube?tab=tags).

This PR does **NOT** fix the reason for why automated version update PRs
are not working. My assumption is that the bot does not understand the
image tags versioning schema and does not know that `v2023-08` is a
newer as `v2023-02`.

**✔️ 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`
2023-09-10 10:13:46 +02:00
TrueCharts Bot 5545dc7ec3
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.0.0 (#12454) 2023-09-10 09:35:46 +02:00
TrueCharts Bot 930f061222
chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.2.3576 (#12452) 2023-09-10 08:35:25 +02:00
TrueCharts Bot a1303fd4ea
chore(deps): update container image tccr.io/truecharts/mc-router to v1.19.0 (#12453) 2023-09-10 08:33:39 +02:00
TrueCharts Bot f8d64d3b09
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12451) 2023-09-10 07:36:07 +02:00
TrueCharts Bot d7348a4fb7
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12450) 2023-09-10 07:34:41 +02:00
TrueCharts Bot 3f37487182
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12449) 2023-09-10 05:37:31 +02:00
TrueCharts Bot 148d4f6b3a
chore(deps): update container image tccr.io/truecharts/calibre to v6.26.0 (#12447) 2023-09-10 04:42:49 +02:00
TrueCharts Bot e2eec8afd9
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12446) 2023-09-10 04:42:20 +02:00
TrueCharts Bot d773d8c433
chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12445) 2023-09-10 03:56:21 +02:00
TrueCharts Bot 5337a22757
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12444) 2023-09-10 03:55:06 +02:00
kqmaverick ee9c473488
chore(qbitrr): bump version (#12403)
**Description**
Bump version

⚒️ 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
- [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-09-10 01:14:11 +00:00
TrueCharts Bot 223f8c180c
chore(deps): update container image tccr.io/truecharts/tauticord to v3.12.0 (#12443) 2023-09-10 02:49:11 +02:00
TrueCharts Bot 81c393beb6
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.1 (#12442) 2023-09-10 01:36:41 +02:00
TrueCharts Bot 36ef3b5370
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12440) 2023-09-10 00:32:59 +02:00
TrueCharts Bot 8811fa48a2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12441) 2023-09-10 00:31:41 +02:00
TrueCharts Bot 33da269c15
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12436) 2023-09-09 22:34:38 +02:00
TrueCharts Bot f91e70c545
chore(deps): update container image tccr.io/truecharts/openhab to v4.0.3 (#12437) 2023-09-09 22:34:10 +02:00
Xstar97TheNoob 007de41275
fix(firezone) fix secret b64 keys with correct lengths (#12435)
**Description**
Fix secret lengths
⚒️ 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-09-09 20:13:13 +00:00
TrueCharts Bot 85a723ec4e
chore(deps): update container image tccr.io/truecharts/cops to latest (#12433) 2023-09-09 21:35:14 +02:00
TrueCharts Bot 5af25b97a2
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12434) 2023-09-09 21:34:54 +02:00
TrueCharts Bot b9b9a6b1af
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12432) 2023-09-09 20:37:13 +02:00
TrueCharts Bot 2343e89fe6
chore(deps): update container image tccr.io/truecharts/minio to latest (#12431) 2023-09-09 20:35:49 +02:00
TrueCharts Bot afc6662771
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12430) 2023-09-09 19:35:14 +02:00
Xstar97TheNoob f757381bc2
fix(firezone) fix firezone b64 secrets (#12426)
**Description**
Fix secrets
⚒️ 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._
2023-09-09 17:06:56 +00:00
Xstar97TheNoob 2f63d0f988
fix(anonaddy) fix secrets (#12427)
**Description**
Fix secrets
⚒️ 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-09 16:52:58 +00:00