Commit Graph

20009 Commits

Author SHA1 Message Date
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
TrueCharts Bot
2ebadc0092 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.1 (#12428) 2023-09-09 18:38:25 +02:00
TrueCharts Bot
1dc8292eb1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12423) 2023-09-09 17:35:59 +02:00
TrueCharts Bot
9ea9d51e4d chore(deps): update container image tccr.io/truecharts/homarr to v0.13.4 (#12424) 2023-09-09 17:35:55 +02:00
TrueCharts Bot
5386bb3990 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12421) 2023-09-09 16:36:16 +02:00
TrueCharts Bot
0a177ba9a8 chore(deps): update container image tccr.io/truecharts/drawio to v21.7.4 (#12422) 2023-09-09 16:35:43 +02:00
Tanguille
273e2967f2 docs(wg-easy): Update guide on DNS proxies (#12419)
**Description**
<!--
I added a Caution note that the domain used may not be a behind proxy
because I had that exact issue after setting up wg-easy based on this
guide.
-->
⚒️ 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?**
<!--
Not relevant for this PR.
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ 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
- [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
- [ ] ⬆️ 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: Tanguille <91473554+Tanguille@users.noreply.github.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-09 14:17:07 +00:00
TrueCharts Bot
ae230053b9 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.5 (#12418) 2023-09-09 15:35:54 +02:00
TrueCharts Bot
42e7cefb1e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12417) 2023-09-09 15:35:47 +02:00
TrueCharts Bot
a1f94cc039 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.37 (#12416) adguard-home-6.0.2 2023-09-09 14:36:31 +02:00
TrueCharts Bot
35a476a0cc chore(deps): update container image tccr.io/truecharts/searxng to latest (#12415) 2023-09-09 14:36:25 +02:00
TrueCharts Bot
b0656a7719 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.7 (#12414) 2023-09-09 12:35:03 +02:00
TrueCharts Bot
b0c3e132b8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12412) 2023-09-09 09:36:05 +02:00
TrueCharts Bot
d683bd617d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12411) 2023-09-09 09:36:02 +02:00
TrueCharts Bot
6b3fddc4ce chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12410) 2023-09-09 08:34:40 +02:00
TrueCharts Bot
90af4e2800 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12409) 2023-09-09 06:36:23 +02:00
TrueCharts Bot
f0c0fe1119 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12408) 2023-09-09 05:33:50 +02:00
TrueCharts Bot
d93fe2bf2c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12406) 2023-09-09 04:38:00 +02:00
TrueCharts Bot
748147acf4 chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest (#12407) 2023-09-09 04:35:22 +02:00
TrueCharts Bot
45828bc868 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12404) 2023-09-09 03:53:29 +02:00
TrueCharts Bot
b7b8feb886 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12405) 2023-09-09 03:52:54 +02:00
TrueCharts Bot
46b1fceb39 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12402) 2023-09-09 02:50:12 +02:00
TrueCharts Bot
c486f48194 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12401) 2023-09-09 02:49:41 +02:00