Commit Graph

21540 Commits

Author SHA1 Message Date
StevenMcElligott 66699afcd1 fix(watchyourlan): Fix networking + capabilities (#13979)
**Description**

Adds NET_RAW to enable ARP scanning and enables host-networking by
default since it needs to bind to the interface to scan, otherwise this
chart won't work like ever

⚒️ Fixes  #13972

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-10-27 21:37:35 +03:00
sdimovv 24d91509d6 feat(traefik): Add traefik-plugin-rewrite-headers (#13961)
**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)-->

Adding a simple plugin that allows for editing/rewriting response
headers. It can be used to rewrite any response header. In the chart
values, I have given a (perhaps not very exciting) example with the
`Location` header.

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

Tested with native helm - deployed Traefik, added an ingress in front of
a simple custom-app that returns an HTTP301 on every request. With this
plugin, I was able to rewrite the Location (or any other) header in the
returned response.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Plugin:
https://plugins.traefik.io/plugins/628c9eb5108ecc83915d7758/rewrite-header
Corresponding container changes PR:
https://github.com/truecharts/containers/pull/33731

**✔️ Checklist:**

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

** App addition**

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

- [X] 🪞 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: sdimovv <36302090+sdimovv@users.noreply.github.com>
2023-10-27 21:15:37 +03:00
TrueCharts Bot 6c79d7f557 chore(deps): update rdesktop (#14024) 2023-10-27 19:36:42 +02:00
TrueCharts Bot 7b2d5f304d chore(deps): update container image tccr.io/truecharts/node-red to v3.1.0 (#14023) 2023-10-27 17:41:45 +02:00
TrueCharts Bot b34cf20d6c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14022) 2023-10-27 15:38:56 +02:00
TrueCharts Bot 24198e7edc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14021) 2023-10-27 13:37:43 +02:00
TrueCharts Bot 420aa23839 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.4 (#14020) 2023-10-27 12:40:35 +02:00
TrueCharts Bot 3ea65da13e chore(deps): update container image tccr.io/truecharts/searxng to latest (#14019) 2023-10-27 11:37:36 +02:00
TrueCharts Bot 9433ab7479 chore(deps): update container image tccr.io/truecharts/searxng to latest (#14018) 2023-10-27 10:41:43 +02:00
TrueCharts Bot 3c85d660ed chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14017) 2023-10-27 09:42:30 +02:00
TrueCharts Bot 59d292631e chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14015) 2023-10-27 07:39:09 +02:00
TrueCharts Bot 3d5abc44f4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14014) 2023-10-27 06:40:49 +02:00
TrueCharts Bot 2bea6422b8 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1084 (#14013) 2023-10-27 03:58:59 +02:00
TrueCharts Bot 49dc88ba26 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14012) 2023-10-27 03:58:25 +02:00
TrueCharts Bot 64bb2ecad3 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.15.0 (#14010) 2023-10-27 02:54:33 +02:00
TrueCharts Bot c8d08398b4 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.0 (#14011) 2023-10-27 02:53:12 +02:00
TrueCharts Bot 803de68aa2 chore(deps): update authentik to v2023.10.1 (minor) (#14009) 2023-10-27 01:43:50 +02:00
TrueCharts Bot 0c55d18c34 chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.2 (#14008) 2023-10-27 01:38:59 +02:00
TrueCharts Bot f51ac6bc86 chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.22 (#14007) 2023-10-27 00:40:37 +02:00
TrueCharts Bot 37ccd73369 chore(deps): update container image tccr.io/truecharts/netdata to v1.43.1 (#14006) 2023-10-27 00:39:05 +02:00
TrueCharts Bot 4ad2a3bf29 chore(deps): update container image tccr.io/truecharts/n8n to v1.14.2 (#14005) 2023-10-26 23:42:42 +02:00
TrueCharts Bot a3b8ed47a4 chore(deps): update container image tccr.io/truecharts/metabase to v0.47.6 (#14001) 2023-10-26 22:40:08 +02:00
TrueCharts Bot 9e7bf07de4 chore(deps): update container image tccr.io/truecharts/komga to v1.6.4 (#14000) 2023-10-26 22:39:28 +02:00
TrueCharts Bot 611e4a99ef chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.2 (#13999) 2023-10-26 21:41:02 +02:00
TrueCharts Bot 6c81f8f449 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13998) 2023-10-26 21:40:22 +02:00
TrueCharts Bot 5389db42dd chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13997) 2023-10-26 20:43:42 +02:00
TrueCharts Bot c552800a1c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13996) 2023-10-26 20:43:30 +02:00
TrueCharts Bot feeb24b0f7 chore(deps): update container image tccr.io/truecharts/baserow to v1.21.2 (#13995) 2023-10-26 19:39:55 +02:00
TrueCharts Bot 29ec8ca2a5 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#13994) 2023-10-26 18:42:59 +02:00
TrueCharts Bot 62f4bcda55 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13993) 2023-10-26 16:42:57 +02:00
TrueCharts Bot 9b07779a62 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13992) 2023-10-26 12:38:18 +02:00
TrueCharts Bot 4c65109a77 chore(deps): update container image tccr.io/truecharts/emulatorjs to v1.7.2 (#13990) 2023-10-26 11:40:50 +02:00
TrueCharts Bot 6df0453951 chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.3 (#13991) 2023-10-26 11:39:02 +02:00
TrueCharts Bot ed97d4f62b chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13989) 2023-10-26 10:42:09 +02:00
TrueCharts Bot c6dc316ae6 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#13988) 2023-10-26 09:41:32 +02:00
TrueCharts Bot eeb184bd6c chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#13987) 2023-10-26 09:40:41 +02:00
TrueCharts Bot 75eb94dc6e chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.0 (#13985) 2023-10-26 07:43:10 +02:00
TrueCharts Bot c1b2e54650 chore(deps): update container image tccr.io/truecharts/n8n to v1.14.0 (#13984) 2023-10-26 07:41:30 +02:00
TrueCharts Bot e7ecf4bd5f chore(deps): update container image tccr.io/truecharts/jenkins to v2.429.0 (#13983) 2023-10-26 06:40:11 +02:00
TrueCharts Bot 7c0c69e4df chore(deps): update renovatebot/github-action action to v39.1.1 (#13980)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.0` -> `v39.1.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.1`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.1)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.0...v39.1.1)

##### Documentation

- update references to renovatebot/github-action to v39.1.0
([3190dfa](https://togithub.com/renovatebot/github-action/commit/3190dfaa2d29332e24a0b568f3f648a8d1272257))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([9f450cc](https://togithub.com/renovatebot/github-action/commit/9f450ccb3d514d92654f2766b0767d3e3b49eb6e))
- **deps:** update commitlint monorepo to v17.8.0
([70714dc](https://togithub.com/renovatebot/github-action/commit/70714dc58e9b97881e51f8c299fd9a0ce75e38ce))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.59
([2e0b422](https://togithub.com/renovatebot/github-action/commit/2e0b422a3dcc5ed9029e7eef8e1809d089a574ab))
- **deps:** update linters to v6.7.5
([e008b4b](https://togithub.com/renovatebot/github-action/commit/e008b4bb20b1453d2d9ec85c3aa40e50377f5e29))
- **deps:** update linters to v6.8.0
([f1066ae](https://togithub.com/renovatebot/github-action/commit/f1066ae5f7227e51d09ccbc242c4b8b3d1b8d839))

##### Build System

- **deps:** update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.38.1
([b0e244a](https://togithub.com/renovatebot/github-action/commit/b0e244a4648793a38fe753b608e289ce4d9d95c4))

##### Continuous Integration

- **deps:** update actions/setup-node action to v3.8.2
([b7131c2](https://togithub.com/renovatebot/github-action/commit/b7131c223eecf8bca53b45fafc2c713b5bb1ecc0))
- **deps:** update renovate docker tag to v37.22.0
([65c6e7f](https://togithub.com/renovatebot/github-action/commit/65c6e7fcdff4c6532a050a93128367bc8cbf5414))
- **deps:** update renovate docker tag to v37.23.0
([ea2fb9f](https://togithub.com/renovatebot/github-action/commit/ea2fb9f34dff5ecc8fa4f04cdd3f2e882c669b75))
- **deps:** update renovate docker tag to v37.26.1
([94e0554](https://togithub.com/renovatebot/github-action/commit/94e05545a252e0eab6031271b5e1f7afe7be7206))
- **deps:** update renovate docker tag to v37.26.4
([96f75b9](https://togithub.com/renovatebot/github-action/commit/96f75b90833febbe721f495d97e9dcf058a12b8b))
- **deps:** update renovate docker tag to v37.27.0
([3a7c5ff](https://togithub.com/renovatebot/github-action/commit/3a7c5ff40e56b67c21729f226d32c6d095b318ce))
- **deps:** update renovate docker tag to v37.27.1
([1b5e186](https://togithub.com/renovatebot/github-action/commit/1b5e18644b79c30eecaf8f180e2a1728461996a6))
- **deps:** update renovate docker tag to v37.28.0
([e3ab740](https://togithub.com/renovatebot/github-action/commit/e3ab740ced4638ae48129ef1774e1e4ed77c06d1))
- **deps:** update renovate docker tag to v37.28.1
([486591b](https://togithub.com/renovatebot/github-action/commit/486591bf6a223700d1aa266572797e9eb2426f86))
- **deps:** update renovate docker tag to v37.29.0
([4c76d09](https://togithub.com/renovatebot/github-action/commit/4c76d09608b8bdb5b4add4405f72eb6bb74cec39))
- **deps:** update renovate docker tag to v37.31.1
([d98d73c](https://togithub.com/renovatebot/github-action/commit/d98d73c3992e6f84f8df842fb27f6910cf790463))
- **deps:** update renovate docker tag to v37.31.2
([94d8cbd](https://togithub.com/renovatebot/github-action/commit/94d8cbd89084bc27a380d6d2b8d723b6f5bf2127))
- **deps:** update renovate docker tag to v37.31.3
([840ba9e](https://togithub.com/renovatebot/github-action/commit/840ba9e118d7e017df64f2349d3d1c06c7f8c43d))
- **deps:** update renovate docker tag to v37.31.4
([507e77b](https://togithub.com/renovatebot/github-action/commit/507e77bc7764b4a95cbf52cf7879f882766f7dcf))
- **deps:** update renovate docker tag to v37.31.5
([bfa1402](https://togithub.com/renovatebot/github-action/commit/bfa14025c4df62e5e79d4b8c4f673d4123a3c27c))
- **deps:** update renovate docker tag to v37.31.7
([196f852](https://togithub.com/renovatebot/github-action/commit/196f8528f9ecab35bfa98f370807fe2f96c196db))
- **deps:** update renovate docker tag to v37.33.1
([a03423b](https://togithub.com/renovatebot/github-action/commit/a03423b6c3b9e6811ad95519741bd8d4bd382897))

</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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-26 06:26:03 +02:00
TrueCharts Bot 3df553a0ba chore(deps): update container image tccr.io/truecharts/baserow to v1.21.1 (#13981) 2023-10-26 05:42:42 +02:00
TrueCharts Bot e7db85cd1e chore(deps): update container image tccr.io/truecharts/nginx to v1.25.3 (#13978) 2023-10-26 04:46:30 +02:00
TrueCharts Bot 5012445345 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13977) 2023-10-26 04:46:28 +02:00
TrueCharts Bot 1070bf9b9b chore(deps): update container image tccr.io/truecharts/ddclient to v3.11.1 (#13975) 2023-10-26 04:00:35 +02:00
TrueCharts Bot 4cbfb5a7c9 chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1078 (#13976) 2023-10-26 03:59:25 +02:00
TrueCharts Bot fc49ea6262 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.2 (#13974) 2023-10-26 02:57:22 +02:00
TrueCharts Bot 92c85f2a83 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13973) 2023-10-26 02:56:56 +02:00
TrueCharts Bot 30708c4669 chore(deps): update container image tccr.io/truecharts/invidious to latest (#13970) 2023-10-26 01:41:24 +02:00
TrueCharts Bot ca960de6cb chore(deps): update container image tccr.io/truecharts/n8n to v1.12.2 (#13971) 2023-10-26 01:41:16 +02:00
TrueCharts Bot 27374ebf1f chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#13968) 2023-10-26 00:39:40 +02:00