Commit Graph
19464 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 1e17b8c9aa chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11872) 2023-08-25 18:38:08 +02:00
TrueCharts BotandGitHub 816cd5fb62 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11871) 2023-08-25 16:38:23 +02:00
TrueCharts BotandGitHub afef38fb6b chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11869) 2023-08-25 15:36:56 +02:00
TrueCharts BotandGitHub 1c3d71bea6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11870) 2023-08-25 15:36:34 +02:00
TrueCharts BotandGitHub e37e2b6aaf chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11868) 2023-08-25 14:39:31 +02:00
TrueCharts BotandGitHub 8c291ecbf0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11867) 2023-08-25 13:35:31 +02:00
TrueCharts BotandGitHub ffa9b37167 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11866) 2023-08-25 12:38:15 +02:00
TrueCharts BotandGitHub 5ee9b70e83 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11865) 2023-08-25 11:34:47 +02:00
Xstar97TheNoobandGitHub 2d2b2b05e8 fix(odoo) fix odoo and migrate to latest common. (#11730)
**Description**
update chart to v16
migrate to latest common
fix DB integration.
⚒️ 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-08-25 10:27:47 +02:00
StevenMcElligottandGitHub ec92933802 docs(Tailscale): Add Instructions for Host-Network (#11756)
**Description**

Add description on enabling `Host-Networking`

⚒️ 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-08-25 10:19:49 +02:00
Xstar97TheNoobandGitHub 0451e0887b fix(modsecurity-crs) remove backend variable. (#11791)
**Description**
Remove the backend option as it not needed for the app in use of the
traefik plugin.
Added docs.
⚒️ 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
- [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-08-25 10:19:36 +02:00
Christian HeimlichandGitHub b126b47643 fix(traefik) Update traefik image to build with new Real-IP repo (#11856)
**Description**
Updates the traefik container image to the one with
https://github.com/jramsgz/traefik-real-ip baked in, as originally
intended in #11834.

⚒️ 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?**
Image works correctly when manually updating the image from 21.0.2 on my
local system.

**📃 Notes:**
Apologies for not marking the original PR as Draft/DNM before sorting
this.

**✔️ 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-08-25 10:15:41 +02:00
TrueCharts BotandGitHub e8682c37a0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11864) 2023-08-25 09:35:07 +02:00
TrueCharts BotandGitHub 38ef36f001 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11863) 2023-08-25 07:37:00 +02:00
TrueCharts BotandGitHub 7c24f3ca42 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11862) 2023-08-25 06:35:52 +02:00
TrueCharts BotandGitHub d9a3fa8eb1 chore(deps): update container image tccr.io/truecharts/ombi to v4.43.5 (#11861) 2023-08-25 05:34:03 +02:00
TrueCharts BotandGitHub 4dff1c3a66 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11859) 2023-08-25 04:40:38 +02:00
TrueCharts BotandGitHub ececa6b673 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#11860) 2023-08-25 04:40:26 +02:00
TrueCharts BotandGitHub 9b9a53d685 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11858) 2023-08-25 03:58:58 +02:00
TrueCharts BotandGitHub a826702fa3 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11857) 2023-08-25 03:58:38 +02:00
TrueCharts-Bot 7313ee05d1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-25 00:23:08 +00:00
TrueCharts BotandGitHub 8501232a02 chore(deps): update minecraft-java (minor) (#11854) 2023-08-25 01:03:42 +02:00
TrueCharts BotandGitHub c1c02c4448 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11853) 2023-08-25 00:38:15 +02:00
TrueCharts BotandGitHub 327f106631 chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11851) 2023-08-24 23:39:18 +02:00
TrueCharts BotandGitHub a03f970b46 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11852) 2023-08-24 23:38:36 +02:00
TrueCharts BotandGitHub d4ff440fbd chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11850) 2023-08-24 22:37:34 +02:00
Xstar97TheNoobandGitHub 5a1936ce4b feat(jellystat) add jellystat (#11842)
**Description**
A free and open source Statistics App for Jellyfin.
⚒️ 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-08-24 22:31:44 +02:00
polarstackandGitHub 9b9451ecc2 fix(traefik): load modsecurity plugin (#11845)
**Description**
In PR https://github.com/truecharts/charts/pull/11086 the plugin
modsecurity was introduced. Unfortunately it was incomplete as the
necessary args were missing in the template. This PR fixes it

⚒️ Fixes  #11797

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-08-24 22:31:32 +02:00
TrueCharts BotandGitHub 56d92754d5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11849) 2023-08-24 20:39:09 +02:00
TrueCharts BotandGitHub c88f8dc49f chore(deps): update helm general non-major (#11848) 2023-08-24 19:42:35 +02:00
TrueCharts BotandGitHub 8dcf082f0d chore(deps): update container image tccr.io/truecharts/openhab to v4.0.2 (#11622) 2023-08-24 18:37:02 +02:00
TrueCharts BotandGitHub 68b0fd2159 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#11847) 2023-08-24 18:36:52 +02:00
TrueCharts BotandGitHub e3d95023af chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11846) 2023-08-24 18:36:15 +02:00
TrueCharts BotandGitHub 8239557840 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11806) 2023-08-24 18:35:56 +02:00
TrueCharts BotandGitHub 1641feb3e1 chore(deps): update github-actions (#11844)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `c85c95e` -> `f43a0e5` |
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v3.5.3` -> `v3.6.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v3.6.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.3...v3.6.0)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://togithub.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://togithub.com/actions/checkout/pull/579)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny40IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-24 17:23:11 +02:00
TrueCharts BotandGitHub 10b88d86a8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11843) 2023-08-24 15:37:08 +02:00
Christian HeimlichandGitHub feb1e329c6 Use jramsgz fork for traefik-real-ip middleware plugin (#11834) 2023-08-24 13:48:11 +02:00
TrueCharts BotandGitHub b4a10e11fd chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11841) 2023-08-24 10:38:29 +02:00
TrueCharts BotandGitHub 1e28f1e0bd chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11840) 2023-08-24 09:36:08 +02:00
TrueCharts BotandGitHub 77551b40cb chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11839) 2023-08-24 09:35:47 +02:00
TrueCharts BotandGitHub 370a43be7a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11836) 2023-08-24 06:36:21 +02:00
TrueCharts BotandGitHub 693c12b256 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11837) 2023-08-24 06:35:34 +02:00
TrueCharts BotandGitHub 7b2a08830e chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#11835) 2023-08-24 05:34:35 +02:00
TrueCharts BotandGitHub e29e079dd1 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11832) 2023-08-24 04:40:29 +02:00
TrueCharts BotandGitHub 34beb40312 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#11833) 2023-08-24 04:38:00 +02:00
TrueCharts BotandGitHub cdf6d2d335 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11830) 2023-08-24 01:41:59 +02:00
TrueCharts BotandGitHub 6ec594c211 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11831) 2023-08-24 01:40:59 +02:00
TrueCharts BotandGitHub d6d9983364 chore(deps): update container image tccr.io/truecharts/doublecommander to latest (#11829) 2023-08-24 00:36:58 +02:00
TrueCharts BotandGitHub dee877daf3 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11828) 2023-08-23 23:36:22 +02:00
TrueCharts BotandGitHub 5c2a4abcf6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11827) 2023-08-23 21:37:07 +02:00