Commit Graph

16839 Commits

Author SHA1 Message Date
TrueCharts Bot 0b033c315b
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12875) 2023-09-23 14:35:42 +02:00
TrueCharts Bot 7d7347b9f6
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12874) 2023-09-23 14:34:41 +02:00
TrueCharts Bot dab9e0b106
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.10 (#12872) 2023-09-23 13:36:20 +02:00
TrueCharts Bot f59ce846c3
chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12873) 2023-09-23 13:35:42 +02:00
TrueCharts Bot 96af6c349f
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.25 (#12871) 2023-09-23 12:37:52 +02:00
TrueCharts Bot 0867839a6d
chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.1 (#12870) 2023-09-23 12:36:01 +02:00
TrueCharts Bot 7dbb70e47b
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12868) 2023-09-23 11:35:37 +02:00
TrueCharts Bot 4ddb3bb9f3
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12867) 2023-09-23 11:35:21 +02:00
TrueCharts Bot c5f80a242c
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12857) 2023-09-23 11:04:09 +02:00
TrueCharts Bot d4b1cabcc4
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12863) 2023-09-23 10:38:42 +02:00
TrueCharts Bot b847c56445
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12864) 2023-09-23 10:38:29 +02:00
TrueCharts Bot 00d107201b
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12862) 2023-09-23 09:36:40 +02:00
TrueCharts Bot 74760a17ba
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12861) 2023-09-23 09:35:57 +02:00
TrueCharts Bot 5c7f8c8ab9
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12860) 2023-09-23 08:37:44 +02:00
TrueCharts Bot 8f0d966b73
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12859) 2023-09-23 06:35:37 +02:00
TrueCharts Bot 94158f721e
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12858) 2023-09-23 04:40:46 +02:00
TrueCharts-Bot df20221160 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-23 00:22:14 +00:00
TrueCharts Bot 3083b2ba51
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.5 (#12856) 2023-09-23 01:35:33 +02:00
TrueCharts Bot 4635052e97
chore(deps): update webtop (#12855) 2023-09-23 01:33:12 +02:00
Xstar97TheNoob 5daf09c76d
migrate(arksurvivalevolved) migrate arksurvivalevolved to new common **BREAKING CHANGES** (#11900)
**Description**
Migrate to latest common and update chart.

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

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:50:02 +03:00
Xstar97TheNoob 7185cb2876
fix(projectsend) fix the path of sys.config.php for projectsend (#11161)
**Description**
fix the path of sys.config.php, the
[docs](https://docs.projectsend.org/about/installation/configuration-file)
is misleading.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-23 01:48:02 +03:00
John P aecd7e57fe
docs(metallb-config): Setup Guide Updates (#12191)
**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 a suggestion raised in the Discord server regarding the
instructions apply to TrueCharts apps only. Made some of the wording
consistent, and fixed a typo.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix (Typo)
- [ ] ⚠️ 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
-->
N/A

**📃 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
- [X] 📄 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: John P <emaltonator@gmail.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-09-23 01:46:59 +03:00
Xstar97TheNoob e1172d630d
fix(odoo) fix odoo configmap (#12691)
**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
- [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-09-23 01:45:08 +03:00
Xstar97TheNoob abf16ea643
fix(lancache-monolithic) fix lancache-prefill sidecar (#12702)
**Description**
Add battlenet param option
⚒️ 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-23 01:44:19 +03:00
Xstar97TheNoob 7027255a00
feat(spaceengineers) update the cfg ports automatically (#12755)
**Description**
Auto update the ports for the instance cfg file.
⚒️ 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-23 01:43:57 +03:00
kqmaverick 0ba8e8b590
migrate(qbitrr): move to stable (#12705)
**Description**
Move qbitrr to stable

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

- [ ] ⚖️ 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-23 01:43:02 +03:00
StevenMcElligott cc3f9d663b
feat(notifiarr): Move to Stable (#12767)
**Description**

Tested by multiple people, updated to latest minor release and updated
their icon today also

⚒️ 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-09-23 01:42:37 +03:00
Xstar97TheNoob 0b55b2ed12
feat(firezone) move firezone to stable. (#12778)
**Description**
Move firezone to stable
⚒️ 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
- [X] 📄 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-23 01:42:16 +03:00
shadofall 04ae51e6b6
fix(Homepage): Enable service account token, and permission to check for CRDs to prevent log spam (#12834)
**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._

---------

Signed-off-by: shadofall <shadofall@gmail.com>
2023-09-23 01:41:47 +03:00
TrueCharts Bot 2feb841342
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.1 (#12853) 2023-09-23 00:36:27 +02:00
TrueCharts Bot 947548b7e3
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12852) 2023-09-22 23:37:29 +02:00
TrueCharts Bot 080be8bd10
chore(deps): update container image tccr.io/truecharts/alist to v3.28.0 (#12851) 2023-09-22 23:36:57 +02:00
TrueCharts Bot 7eef57ac57
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12849) 2023-09-22 22:37:14 +02:00
TrueCharts Bot 6b418650e8
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12850) 2023-09-22 22:36:59 +02:00
TrueCharts Bot 5af0201f74
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12847) 2023-09-22 21:34:59 +02:00
TrueCharts Bot 8c0388c661
chore(deps): update webtop (#12848) 2023-09-22 21:31:59 +02:00
TrueCharts Bot 39c62f78a3
chore(deps): update rdesktop (#12846) 2023-09-22 20:32:17 +02:00
TrueCharts Bot 4b9caca92f
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12844) 2023-09-22 19:38:03 +02:00
TrueCharts Bot e306860a0f
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#12843) 2023-09-22 19:33:28 +02:00
TrueCharts Bot 16df6a192f
chore(deps): update container image tccr.io/truecharts/n8n to v1.8.1 (#12842) 2023-09-22 18:37:50 +02:00
TrueCharts Bot c1bb6cfee1
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12841) 2023-09-22 18:35:52 +02:00
TrueCharts Bot dd00a98af8
chore(deps): update container image tccr.io/truecharts/joplin-server to v2.13.1 (#12839) 2023-09-22 17:39:23 +02:00
TrueCharts Bot edb32f97f4
chore(deps): update container image tccr.io/truecharts/mediainfo to v23.09.1 (#12840) 2023-09-22 17:37:56 +02:00
TrueCharts Bot 0bf442ae46
chore(deps): update container image tccr.io/truecharts/calibre to v6.27.0 (#12838) 2023-09-22 16:39:25 +02:00
TrueCharts Bot d468e8ae13
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12837) 2023-09-22 16:38:12 +02:00
TrueCharts Bot 9054cc3910
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12835) 2023-09-22 15:38:34 +02:00
TrueCharts Bot 9ebe09c7c0
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12836) 2023-09-22 15:37:14 +02:00
TrueCharts Bot 0a2908812a
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12833) 2023-09-22 14:34:42 +02:00
TrueCharts Bot 1ff6a9131e
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12832) 2023-09-22 14:34:34 +02:00
TrueCharts Bot 542a58bd28
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12831) 2023-09-22 13:37:56 +02:00
TrueCharts Bot 0a2a987f27
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12830) 2023-09-22 13:36:48 +02:00
TrueCharts Bot 1d1c2e2766
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12829) 2023-09-22 11:35:22 +02:00
TrueCharts Bot 8c5dc80c07
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.26.0 (#12828) 2023-09-22 09:35:07 +02:00
TrueCharts Bot cbba2cf834
chore(deps): update immich to v1.79.1 (patch) (#12827) 2023-09-22 08:40:22 +02:00
TrueCharts Bot 6953978a15
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12826) 2023-09-22 08:37:20 +02:00
TrueCharts Bot e0f24da156
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12825) 2023-09-22 07:36:54 +02:00
TrueCharts Bot c7e1ddcfb1
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12824) 2023-09-22 05:35:51 +02:00
TrueCharts Bot 490e837549
chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12823) 2023-09-22 04:39:31 +02:00
TrueCharts Bot 4764fd56d1
chore(deps): update container image tccr.io/truecharts/strapi to v4.13.7 (#12821) 2023-09-22 02:54:17 +02:00
TrueCharts Bot 61f6662095
chore(deps): update container image tccr.io/truecharts/minio to latest (#12820) 2023-09-22 02:52:11 +02:00
TrueCharts Bot 7c3adc77d0
chore(deps): update immich to v1.79.0 (minor) (#12819) 2023-09-22 01:43:02 +02:00
TrueCharts Bot 84dd17edd7
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12818) 2023-09-22 01:36:04 +02:00
TrueCharts Bot 6717f5e99f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12817) 2023-09-22 00:36:43 +02:00
TrueCharts Bot e97cba0b4f
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12816) 2023-09-22 00:36:37 +02:00
TrueCharts Bot fdecc140e5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12814) 2023-09-21 23:37:11 +02:00
TrueCharts Bot 09aa2fac20
chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.7.0 (#12815) 2023-09-21 23:37:07 +02:00
TrueCharts Bot fff37bf3bd
chore(deps): update container image tccr.io/truecharts/flowise to v1.3.6 (#12813) 2023-09-21 22:39:54 +02:00
TrueCharts Bot c350a88d7e
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12812) 2023-09-21 22:37:01 +02:00
TrueCharts Bot 8e8fba5c21
chore(deps): update container image tccr.io/truecharts/collabora to v23.05.4.2.1 (#12811) 2023-09-21 21:44:16 +02:00
TrueCharts Bot 1062b84d6b
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12810) 2023-09-21 21:38:32 +02:00
TrueCharts Bot 5271689307
chore(deps): update container image tccr.io/truecharts/openhab to v4.0.3 (#12809) 2023-09-21 20:39:21 +02:00
TrueCharts Bot 4e4fa5d658
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12808) 2023-09-21 20:39:15 +02:00
TrueCharts Bot 0c6f509fe1
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12807) 2023-09-21 19:36:21 +02:00
TrueCharts Bot 08c5ff3d8f
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#12806) 2023-09-21 18:38:05 +02:00
TrueCharts Bot b45195c3df
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12805) 2023-09-21 17:37:34 +02:00
TrueCharts Bot 475b0ae804
chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.5 (#12804) 2023-09-21 16:37:02 +02:00
TrueCharts Bot a8cc125959
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12803) 2023-09-21 15:39:05 +02:00
TrueCharts Bot 572050ec96
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12802) 2023-09-21 15:37:22 +02:00
TrueCharts Bot 945eb7dd25
chore(deps): update container image tccr.io/truecharts/posterr to latest (#12801) 2023-09-21 14:38:57 +02:00
TrueCharts Bot 7fba03f094
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12800) 2023-09-21 13:37:12 +02:00
TrueCharts Bot f361a6bd94
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12799) 2023-09-21 12:37:39 +02:00
TrueCharts Bot 53f68e489b
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#12798) 2023-09-21 11:37:18 +02:00
TrueCharts Bot 2ab5d09ca7
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#12797) 2023-09-21 09:38:06 +02:00
TrueCharts Bot 8f50963128
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12795) 2023-09-21 07:36:04 +02:00
TrueCharts Bot 4f2ecf5138
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12794) 2023-09-21 04:41:07 +02:00
TrueCharts Bot 419057c689
chore(deps): update container image tccr.io/truecharts/minio to latest (#12792) 2023-09-21 03:55:42 +02:00
TrueCharts Bot fc23e3be75
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12793) 2023-09-21 03:55:36 +02:00
TrueCharts Bot f6a967572c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12790) 2023-09-21 02:53:03 +02:00
TrueCharts Bot e43d46452d
chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12791) 2023-09-21 02:52:07 +02:00
TrueCharts Bot b26ab16d51
chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#12789) 2023-09-20 23:35:33 +02:00
TrueCharts Bot 1c12aba36e
chore(deps): update container image tccr.io/truecharts/adminer to latest (#12788) 2023-09-20 22:38:55 +02:00
TrueCharts Bot 2eee37d0ab
chore(deps): update container image tccr.io/truecharts/nginx to v1.25.2 (#12786) 2023-09-20 21:40:19 +02:00
TrueCharts Bot 67e6787e03
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.4.0 (#12787) 2023-09-20 21:39:01 +02:00
TrueCharts Bot 199cc672f4
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12784) 2023-09-20 20:36:35 +02:00
TrueCharts Bot cd0826dc45
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12785) 2023-09-20 20:36:04 +02:00
TrueCharts Bot 84ab49ed75
chore(deps): update container image tccr.io/truecharts/adminer to latest (#12783) 2023-09-20 18:34:08 +02:00
TrueCharts Bot 355b85b034
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#12781) 2023-09-20 17:37:18 +02:00
TrueCharts Bot 54ab16b223
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12782) 2023-09-20 17:35:57 +02:00
TrueCharts Bot bf78a2ad77
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12780) 2023-09-20 14:36:14 +02:00
TrueCharts Bot aaa17cc5fd
chore(deps): update container image tccr.io/truecharts/adminer to latest (#12779) 2023-09-20 13:35:47 +02:00
TrueCharts Bot 72a3d1882a
chore(deps): update container image tccr.io/truecharts/calibre to v6.26.0 (#12776) 2023-09-20 11:39:20 +02:00
TrueCharts Bot 167650f441
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12777) 2023-09-20 11:38:43 +02:00
TrueCharts Bot fa3c2a7d2c
chore(deps): update container image tccr.io/truecharts/adminer to latest (#12775) 2023-09-20 10:37:39 +02:00
TrueCharts Bot 60598121be
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12774) 2023-09-20 09:37:42 +02:00
TrueCharts Bot 34516d8137
chore(deps): update container image tccr.io/truecharts/adminer to latest (#12773) 2023-09-20 09:37:02 +02:00
TrueCharts Bot 7ec8979509
chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.19.1 (#12772) 2023-09-20 08:36:31 +02:00
TrueCharts Bot 6ca518f88a
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12771) 2023-09-20 08:36:19 +02:00
TrueCharts Bot 3dff743f41
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.35 (#12770) 2023-09-20 06:37:22 +02:00
TrueCharts Bot 75d703d3a7
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12768) 2023-09-20 05:37:13 +02:00
StevenMcElligott 2390dfe5ed
docs(Blocky): Add more to Setup-Guide (#12235)
**Description**

Update of the original @kqmaverick guide from @depasseg (see ->
https://github.com/truecharts/website/pull/286), so I'll have them both
review here since filing on the Website one gets overwritten by here

⚒️ 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
2023-09-19 23:07:33 -04:00
TrueCharts Bot 4dd88e6aa0
chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.23.2 (#12766) 2023-09-20 04:42:07 +02:00
TrueCharts Bot 6102578109
chore(deps): update container image tccr.io/truecharts/static-web-server to v2.22.1 (#12765) 2023-09-20 03:55:56 +02:00
TrueCharts Bot 146512b2d5
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#12764) 2023-09-20 03:54:00 +02:00
TrueCharts Bot 49e1739ec8
chore(deps): update container image tccr.io/truecharts/portainer-be to v2.19.1 (#12763) 2023-09-20 02:51:25 +02:00
TrueCharts Bot 4dba75c9ea
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12762) 2023-09-20 02:49:41 +02:00
TrueCharts Bot bab1b95b1a
chore(deps): update container image tccr.io/truecharts/shiori to v1.5.5 (#12760) 2023-09-20 00:35:41 +02:00
TrueCharts Bot 8455ec0427
chore(deps): update container image tccr.io/truecharts/static-web-server to v2.22.0 (#12761) 2023-09-20 00:34:42 +02:00
TrueCharts Bot 7ccd2bd79b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12758) 2023-09-19 23:36:54 +02:00
TrueCharts Bot 1cd07b3bfa
chore(deps): update container image tccr.io/truecharts/kasm to v1.14.0 (#12759) 2023-09-19 23:36:05 +02:00
TrueCharts Bot be6028b2a7
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.4 (#12756) 2023-09-19 22:37:28 +02:00
TrueCharts Bot 593a17f3e3
chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.4 (#12757) 2023-09-19 22:36:22 +02:00
TrueCharts Bot 6ec9c2ef72
chore(deps): update helm general non-major (#12726) 2023-09-19 21:41:21 +02:00
TrueCharts Bot d3b4f6ad12
chore(deps): update container image tccr.io/truecharts/metabase to v0.47.2 (#12754) 2023-09-19 21:39:15 +02:00
TrueCharts Bot 75e33fcbe0
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.34 (#12753) 2023-09-19 21:37:27 +02:00
TrueCharts Bot 94952dd835
chore(deps): update jupyter (#12751) 2023-09-19 20:37:56 +02:00
TrueCharts Bot 8be3f65a6e
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.2 (#12752) 2023-09-19 20:37:32 +02:00
TrueCharts Bot 6cd6e79b2b
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.3 (#12749) 2023-09-19 19:37:50 +02:00
TrueCharts Bot 7334f05cf1
chore(deps): update container image tccr.io/truecharts/eclipse-mosquitto to v2.0.18 (#12750) 2023-09-19 19:36:41 +02:00
TrueCharts Bot c67a5de025
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12748) 2023-09-19 18:37:29 +02:00
TrueCharts Bot d7c01ee31a
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12747) 2023-09-19 18:37:00 +02:00
TrueCharts Bot 8abb1d2e28
chore(deps): update jupyter (#12746) 2023-09-19 17:40:24 +02:00
TrueCharts Bot eabacd618b
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12745) 2023-09-19 17:37:23 +02:00
TrueCharts Bot a5948bc81a
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12743) 2023-09-19 16:39:30 +02:00
TrueCharts Bot fb09b5cde5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12744) 2023-09-19 16:37:53 +02:00
TrueCharts Bot 345507d86c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12742) 2023-09-19 15:50:36 +02:00
TrueCharts Bot 3dcb09a577
chore(deps): update container image tccr.io/truecharts/boinc to latest (#12741) 2023-09-19 15:44:53 +02:00
TrueCharts Bot 1679424b14
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12739) 2023-09-19 14:36:52 +02:00
TrueCharts Bot 920bee1c0f
chore(deps): update webtop (#12740) 2023-09-19 14:35:31 +02:00
TrueCharts Bot 8444010477
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12738) 2023-09-19 13:35:30 +02:00
TrueCharts Bot b1819184ee
chore(deps): update container image tccr.io/truecharts/webtop to latest (#12737) 2023-09-19 12:35:48 +02:00
TrueCharts Bot 8a0f088b0c
chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#12736) 2023-09-19 11:31:53 +02:00
TrueCharts Bot 0b75b21b2a
chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#12735) 2023-09-19 10:32:01 +02:00
TrueCharts Bot 87a4011005
chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#12734) 2023-09-19 09:32:56 +02:00
TrueCharts Bot fe6899b564
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12732) 2023-09-19 08:31:05 +02:00
TrueCharts Bot 6540c2f25f
chore(deps): update webtop (#12733) 2023-09-19 08:27:43 +02:00
TrueCharts Bot a7b7811d20
chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#12730) 2023-09-19 06:33:07 +02:00
TrueCharts Bot 09a708c83c
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12731) 2023-09-19 06:31:21 +02:00
TrueCharts Bot ec31dfefa8
chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12729) 2023-09-19 04:35:17 +02:00
TrueCharts Bot 5d3f829af8
chore(deps): update container image tccr.io/truecharts/invidious to latest (#12728) 2023-09-19 02:47:03 +02:00
TrueCharts Bot 6d9d197664
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12727) 2023-09-19 01:28:08 +02:00
TrueCharts Bot 3f3d1dd367
chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#12725) 2023-09-19 00:32:36 +02:00
TrueCharts Bot b3a963d3c8
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12724) 2023-09-18 23:31:45 +02:00
TrueCharts Bot 4205af3839
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12723) 2023-09-18 20:31:26 +02:00
TrueCharts Bot ec8bd2cc3e
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12721) 2023-09-18 17:37:07 +02:00
TrueCharts Bot 558f9c276b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12720) 2023-09-18 16:37:43 +02:00
TrueCharts Bot 2031a18b20
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12718) 2023-09-18 15:38:33 +02:00
TrueCharts Bot 5a13d625d5
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12719) 2023-09-18 15:38:08 +02:00
TrueCharts Bot 8bf5dd9b20
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12717) 2023-09-18 13:40:02 +02:00
TrueCharts Bot 9cf41601ad
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#12716) 2023-09-18 12:37:35 +02:00
TrueCharts Bot 219c816ec6
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#12715) 2023-09-18 05:33:20 +02:00
TrueCharts Bot 7450483028
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.3.0 (#12714) 2023-09-18 04:43:01 +02:00
TrueCharts Bot 886d227c1e
chore(deps): update rdesktop (#12713) 2023-09-18 04:39:07 +02:00
TrueCharts Bot 8c331e84d3
chore(deps): update container image tccr.io/truecharts/deconz to v2.24.0 (#12712) 2023-09-18 03:56:29 +02:00
TrueCharts Bot 88c59bd228
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#12711) 2023-09-18 03:53:08 +02:00
TrueCharts Bot 6e685a43e9
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.0.3966 (#12710) 2023-09-18 02:53:30 +02:00
TrueCharts Bot 299420cec0
chore(deps): update rdesktop (#12709) 2023-09-18 02:49:47 +02:00
TrueCharts Bot dbbd9f7734
chore(deps): update container image tccr.io/truecharts/cops to latest (#12707) 2023-09-18 00:35:27 +02:00
TrueCharts Bot 46920317da
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12706) 2023-09-17 23:32:08 +02:00
TrueCharts Bot dd89e41aff
chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.3 (#12704) 2023-09-17 21:37:01 +02:00
TrueCharts Bot 764ef19e6b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12703) 2023-09-17 21:35:50 +02:00
kqmaverick 69b16fafff
docs(qbitrr): add docs (#12697)
**Description**
Add installation notes

⚒️ 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-17 15:29:24 -04:00
TrueCharts Bot 7bad495d39
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12700) 2023-09-17 20:35:14 +02:00
TrueCharts Bot baf5a9da44
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12701) 2023-09-17 20:35:01 +02:00
StevenMcElligott dca8f5b145
migrate(jenkins): Migrate to new common (#12473)
**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._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-17 14:13:19 -04:00
TrueCharts Bot db811db831
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12698) 2023-09-17 18:34:48 +02:00
TrueCharts Bot b9aaa8a44c
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12699) 2023-09-17 18:34:21 +02:00
TrueCharts Bot 25c52df0da
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.2.0 (#12694) 2023-09-17 15:37:53 +02:00
TrueCharts Bot 949bf69f4f
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12693) 2023-09-17 15:35:27 +02:00
TrueCharts Bot 6e4e3bb414
chore(deps): update container image tccr.io/truecharts/readarr to v0.3.5.2217 (#12690) 2023-09-17 11:34:39 +02:00
TrueCharts Bot 0caa7ab77e
chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#12688) 2023-09-17 10:38:55 +02:00
TrueCharts Bot 1c0bf64686
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12687) 2023-09-17 09:36:29 +02:00
TrueCharts Bot 44c4afe260
chore(deps): update jupyter (#12686) 2023-09-17 08:36:59 +02:00
TrueCharts Bot 181a6a8feb
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.10 (#12685) 2023-09-17 08:35:44 +02:00
TrueCharts Bot 63cb18cc84
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12684) 2023-09-17 07:36:07 +02:00
TrueCharts Bot 40702df021
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12683) 2023-09-17 05:37:45 +02:00
TrueCharts Bot d22cb99629
chore(deps): update jupyter (#12681) 2023-09-17 02:53:35 +02:00
TrueCharts Bot fbae13a261
chore(deps): update container image tccr.io/truecharts/recyclarr to v5.4.3 (#12682) 2023-09-17 02:51:14 +02:00
TrueCharts-Bot da2d2e0e89 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-17 00:24:24 +00:00
TrueCharts Bot 2eb5bab856
chore(deps): update container image tailscale/tailscale to v1.48.2 (#12680) 2023-09-17 01:33:39 +02:00
TrueCharts Bot a6aaa6ec58
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 (#12679) 2023-09-17 00:35:21 +02:00
TrueCharts Bot c2779d904c
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12678) 2023-09-17 00:35:15 +02:00
TrueCharts Bot c21e81c3e6
chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#12676) 2023-09-16 23:37:08 +02:00
TrueCharts Bot 6738782428
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.33 (#12677) 2023-09-16 23:36:05 +02:00
TrueCharts Bot 64572e509c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12673) 2023-09-16 22:36:10 +02:00
TrueCharts Bot 3d93a1b5d8
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12672) 2023-09-16 22:35:32 +02:00
TrueCharts Bot 6602637b01
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12670) 2023-09-16 21:35:55 +02:00
TrueCharts Bot 4ac9f57a84
chore(deps): update container image tccr.io/truecharts/deconz to v2.23.01 (#12671) 2023-09-16 21:34:29 +02:00
kqmaverick a3aab588a0
feat(qbitrr): generate config file (#12666)
**Description**
Generate config.toml when missing.

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

**📃 Notes:**
I may need lots of help on this one.

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

---------

Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 22:23:39 +03:00
TrueCharts Bot 2ae61fff30
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12667) 2023-09-16 20:33:27 +02:00
TrueCharts Bot 30aa7624dd
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12668) 2023-09-16 20:33:19 +02:00
TrueCharts Bot 2e5fcc94a8
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#12664) 2023-09-16 19:38:03 +02:00
TrueCharts Bot 4ad986fe86
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12665) 2023-09-16 19:37:07 +02:00
TrueCharts Bot a8e0f25b81
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.82.2 (#12663) 2023-09-16 18:37:53 +02:00
TrueCharts Bot f8d982e574
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.1.0 (#12662) 2023-09-16 18:36:30 +02:00
Xstar97TheNoob 912bfacb5e
migrate(spaceengineers) migrate to latest common **BREAKING CHANGES** (#12425)
**Description**
- Migrate to latest common
- bump app version
- housekeeping
- storage.
⚒️ 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-09-16 11:36:59 -04:00
TrueCharts Bot 6028d65a8f
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.9 (#12660) 2023-09-16 17:34:56 +02:00
TrueCharts Bot 88960ae234
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.31 (#12661) 2023-09-16 17:33:28 +02:00
TrueCharts Bot bf61698664
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12659) 2023-09-16 16:36:00 +02:00
TrueCharts Bot 031fdfd501
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12658) 2023-09-16 16:35:15 +02:00
TrueCharts Bot 7e99cf41c4
chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12655) 2023-09-16 15:35:45 +02:00
TrueCharts Bot e0953af600
chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.6 (#12656) 2023-09-16 15:35:13 +02:00
TrueCharts Bot 0bb683bafc
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12653) 2023-09-16 14:39:23 +02:00
TrueCharts Bot 2249404c81
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12654) 2023-09-16 14:35:33 +02:00
TrueCharts Bot 037e7b79ba
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12652) 2023-09-16 13:36:06 +02:00
TrueCharts Bot c90936fa5f
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#12651) 2023-09-16 13:34:59 +02:00
Xstar97TheNoob 8629682dd1
feat(local-ai) move local-ai to stable (#11066)
**Description**
Move Local-AI to stable, update its image to the latest version.

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

- [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>
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-09-16 13:45:17 +03:00
TrueCharts Bot a3b4e75470
chore(deps): update metallb to v0.13.11 (patch) (#12310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/metallb-controller](https://togithub.com/truecharts/containers)
| patch | `v0.13.10` -> `v0.13.11` |
|
[tccr.io/truecharts/metallb-speaker](https://togithub.com/truecharts/containers)
| patch | `v0.13.10` -> `v0.13.11` |

---

### ⚠ 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuODcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 13:44:45 +03:00
Xstar97TheNoob 331a061902
feat(watcharr) add watcharr (#12297)
**Description**
Open source, self-hostable watched list.
⚒️ 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
- [ ] ⚠️ 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._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:41:50 +00:00
TrueCharts Bot cc4ef9640c
chore(deps): update container image tccr.io/truecharts/invidious to latest (#12649) 2023-09-16 12:39:22 +02:00
TrueCharts Bot 1e200c56b3
chore(deps): update container image tccr.io/truecharts/blocky to v0.22.0 (#12084)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/blocky](https://togithub.com/truecharts/containers)
| minor | `v0.21.0` -> `v0.22.0` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-16 13:38:10 +03:00
TrueCharts Bot 5866770a32
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12650) 2023-09-16 12:35:41 +02:00
kqmaverick 35fabce670
migrate(postgresql): move to incubator (#12238)
**Description**
Move postgresql to incubator as it is currently not functional.
⚒️ 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._
2023-09-16 13:35:15 +03:00
TrueCharts Bot 65d4f9e1bb
chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.68.0 (#12439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-operator](https://togithub.com/truecharts/containers)
| minor | `v0.67.0` -> `v0.68.0` |

---

### ⚠ 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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 12:39:51 +03:00
TrueCharts Bot 1a5ac23b8b
chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.68.0 (#12438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-config-reloader](https://togithub.com/truecharts/containers)
| minor | `v0.67.0` -> `v0.68.0` |

---

### ⚠ 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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 12:39:43 +03:00
TrueCharts Bot e46c7a0e6e
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12647) 2023-09-16 11:33:29 +02:00
TrueCharts Bot ce877c1083
chore(deps): update container image tccr.io/truecharts/minio to latest (#12648) 2023-09-16 11:33:23 +02:00
TrueCharts Bot 9b5209cd2a
chore(deps): update container image tccr.io/truecharts/vaultwarden to v1.29.2 (#12227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/vaultwarden](https://togithub.com/truecharts/containers)
| patch | `v1.29.1` -> `v1.29.2` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
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-09-16 11:56:39 +03:00
kqmaverick 088f8933cf
fix(vaultwarden): Update SMTP deprecated variable - user must reassign the smtp security setting (#11980)
**Description**
Old SMTP variable "SMTP_SSL" has been depreciated in favor of
"SMTP_SECURITY"

⚒️ Fixes  #11967 

**⚙️ Type of change**

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

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

---------

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-09-16 11:55:56 +03:00
Jordan Woyak 7acee53c3e
fix(docker-compose): postStart execution. (#12472)
**Description**
The docker-compose app is currently known to not properly launch on
TrueNAS Scale. Discord is filled with suggestions to manually shell into
the app and run `docker-compose up`. This is of course not a real
solution.

Based on this documentation I have moved the `lifecycle` section in
`values.yaml`:
https://truecharts.org/manual/helm/common/container/lifecycle/

⚒️ Fixes  #6439 (possibly related 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?**
I have manually updated the `ix_values.yaml` in my `ix_applications`
directory to test this change. The app now runs as expected.

**📃 Notes:**
I have very little knowledge of this entire system. I have only tested
this on my "TrueNAS-SCALE-22.12.3.3" setup. If this app is supposed to
run elsewhere, I haven't tested it, but I will mention that my changes
are similar to what is already being done here in an unrelated app:
75ad318c25/charts/stable/piwigo/values.yaml (L31-L45)

**✔️ Checklist:**

- [ ] ⚖️ 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: Jordan Woyak <jordan.woyak@gmail.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 08:49:10 +00:00
Xstar97TheNoob 12076a3c39
fix(odoo) odoo rootless (#11906)
**Description**
default to rootless + remove dbfilter
⚒️ 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-09-16 11:47:02 +03:00
Xstar97TheNoob c44257e090
feat(sonsoftheforest) add sonsoftheforest (#12196)
**Description**
A custom SteamCMD chart that runs Sons Of The Forest Server.
⚒️ 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
- [ ] ⚠️ 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-09-16 11:45:12 +03:00
TrueCharts Bot c7032a9ba8
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12645) 2023-09-16 10:38:27 +02:00
StevenMcElligott 7a09a19d09
migrate(icloudpd): Migrate to new common (#12471)
**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-09-16 11:33:20 +03:00
TrueCharts Bot 27ea3fcd6a
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12644) 2023-09-16 09:38:05 +02:00
TrueCharts Bot 454d110131
chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12643) 2023-09-16 08:35:30 +02:00
TrueCharts Bot d74bd67dd1
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12642) 2023-09-16 06:36:40 +02:00
TrueCharts Bot 059e8813da
chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12641) 2023-09-16 04:36:16 +02:00
TrueCharts Bot 1ab143550f
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.1.0 (#12640) 2023-09-16 02:52:10 +02:00
TrueCharts Bot 550c7783b2
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12639) 2023-09-16 01:39:32 +02:00
TrueCharts Bot 1d39b9c57b
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12638) 2023-09-16 01:37:58 +02:00
TrueCharts Bot 3cb11bdf4d
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12636) 2023-09-16 00:35:39 +02:00
TrueCharts Bot a65356522b
chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.2 (#12637) 2023-09-16 00:35:24 +02:00
TrueCharts Bot 0bf0a90c22
chore(deps): update container image tccr.io/truecharts/flowise to v1.3.5 (#12635) 2023-09-15 23:38:27 +02:00
TrueCharts Bot 0a1be7cc0a
chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12634) 2023-09-15 23:38:12 +02:00
TrueCharts Bot 1a2940afed
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12632) 2023-09-15 22:39:54 +02:00
TrueCharts Bot f55c29beb4
chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#12633) 2023-09-15 22:34:23 +02:00
TrueCharts Bot fa916bd051
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.24 (#12631) 2023-09-15 21:35:50 +02:00
TrueCharts Bot 868d6063a0
chore(deps): update webtop (#12630) 2023-09-15 21:30:09 +02:00
TrueCharts Bot f2b3910dfc
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12628) 2023-09-15 20:34:40 +02:00
TrueCharts Bot cc2283cfb7
chore(deps): update rdesktop (#12629) 2023-09-15 20:33:25 +02:00