Commit Graph
19851 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub c0e08b9fbb chore(deps): update container image tccr.io/truecharts/searxng to latest (#12281) 2023-09-06 12:36:42 +02:00
TrueCharts BotandGitHub eac0da3c2d chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12282) 2023-09-06 12:36:27 +02:00
TrueCharts BotandGitHub fac730ba49 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#12280) 2023-09-06 11:34:46 +02:00
TrueCharts BotandGitHub c593dd150f chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#12279) 2023-09-06 11:33:07 +02:00
TrueCharts BotandGitHub 309d25c9f6 chore(deps): update helm general non-major (#12276) 2023-09-06 10:54:07 +02:00
TrueCharts BotandGitHub 10162fcda2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12277) 2023-09-06 10:36:21 +02:00
TrueCharts BotandGitHub 0e54b93cbc chore(deps): update container image tccr.io/truecharts/minio to latest (#12278) 2023-09-06 10:35:27 +02:00
TrueCharts BotandGitHub 4654e6a38a chore(deps): update container image tccr.io/truecharts/cops to latest (#12273) 2023-09-06 09:39:28 +02:00
TrueCharts BotandGitHub fd5d0f048d chore(deps): update container image tccr.io/truecharts/ztcuui-aio to v1.2.16 (#12275) 2023-09-06 09:39:17 +02:00
TrueCharts BotandGitHub 9d983ca921 chore(deps): update container image tccr.io/truecharts/esphome to v2023.8.3 (#12274) 2023-09-06 09:39:04 +02:00
TrueCharts BotandGitHub b8f2009edd chore(deps): update container image tccr.io/truecharts/calibre to v6.25.0 (#12272) 2023-09-06 09:37:43 +02:00
TrueCharts BotandGitHub 426d62b493 chore(deps): update authentik to v2023.8.2 (patch) (#12270) 2023-09-06 08:41:18 +02:00
TrueCharts BotandGitHub fa0da2698d chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.6 (#12271) 2023-09-06 08:36:17 +02:00
Stavros KoisandGitHub 50a5ae2ede Update Chart.yaml 2023-09-06 09:34:58 +03:00
TrueCharts BotandGitHub bb9ee069d9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12268) 2023-09-06 04:40:12 +02:00
TrueCharts BotandGitHub 615eb66d07 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12267) 2023-09-06 03:56:51 +02:00
TrueCharts BotandGitHub e12cac567f chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12266) 2023-09-06 03:55:21 +02:00
TrueCharts BotandGitHub 2ffc9f935b chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#12264) 2023-09-06 02:51:13 +02:00
TrueCharts BotandGitHub 19f647b6fb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12265) 2023-09-06 02:50:26 +02:00
17bb71bfb3 fix(anonaddy) fix secret encoding for anonaddy (#12260)
**Description**
change encoding to b64enc for secret keys
⚒️ 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>
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-05 20:39:27 -04:00
TrueCharts BotandGitHub a65e3c7916 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#12263) 2023-09-06 01:36:14 +02:00
Xstar97TheNoobandGitHub 95daa1ebce refactor(picoshare) housekeeping + update description (#12197)
**Description**
Housekeeping, update description and hide the lightstream options behind
sub questions.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-09-05 23:58:50 +03:00
459fa49ab1 feat(eco) add Network.eco config to eco. (#12246)
**Description**
Configure Network.eco for eco.
⚒️ 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-05 23:58:06 +03:00
TrueCharts BotandGitHub a43ab6a642 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12261) 2023-09-05 21:41:47 +02:00
TrueCharts BotandGitHub fc4dca375a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12262) 2023-09-05 21:41:38 +02:00
TrueCharts BotandGitHub 1fc0445142 chore(deps): update helm general non-major (#12253) 2023-09-05 20:45:28 +02:00
TrueCharts BotandGitHub 5766d68388 chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12258) 2023-09-05 20:39:59 +02:00
TrueCharts BotandGitHub 2aaa3d7fef chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12257) 2023-09-05 20:39:55 +02:00
d12ba8b986 chore(notifiarr): bump notifiarr (#12245)
**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 -->
With this bump in notifiarr to the latest, we should be able to use
notifiarr without reverse proxy. as it should use the built in tunnel
system used in 0.6.0 and above

**✔️ 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: l-moon-git <103282929+l-moon-git@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-05 13:36:40 -04:00
TrueCharts BotandGitHub 8b16ac46a4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12256) 2023-09-05 19:35:19 +02:00
TrueCharts BotandGitHub 083f04798e chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12255) 2023-09-05 19:28:58 +02:00
TrueCharts BotandGitHub 9bfbc69cab chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12252) 2023-09-05 16:38:41 +02:00
TrueCharts BotandGitHub c4176c352e chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#12251) 2023-09-05 16:38:35 +02:00
Stavros KoisandGitHub 712533f17c chore(middlewares): put validation in the correct place 2023-09-05 16:47:20 +03:00
TrueCharts BotandGitHub 435df3e746 chore(deps): update container image tccr.io/truecharts/boinc to latest (#12249) 2023-09-05 15:38:34 +02:00
TrueCharts BotandGitHub 0d0ba6b21c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12250) 2023-09-05 15:37:14 +02:00
TrueCharts BotandGitHub cf30a8b2bb chore(deps): update helm general non-major (#12241) 2023-09-05 14:53:32 +02:00
TrueCharts BotandGitHub e77bf822cc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12248) 2023-09-05 14:38:21 +02:00
TrueCharts BotandGitHub 21d75a53e5 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.3.1.1 (#12068) 2023-09-05 13:18:02 +02:00
TrueCharts BotandGitHub 68677829aa chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12215) 2023-09-05 13:13:16 +02:00
TrueCharts BotandGitHub 3b2083d178 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12247) 2023-09-05 12:39:47 +02:00
TrueCharts BotandGitHub 957029dc81 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#12244) 2023-09-05 10:34:43 +02:00
TrueCharts BotandGitHub fc8c0aabd3 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#12243) 2023-09-05 09:32:13 +02:00
TrueCharts BotandGitHub 98c8c46949 chore(deps): update webtop (#12242) 2023-09-05 08:35:38 +02:00
TrueCharts BotandGitHub 71609b5c0e chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#12240) 2023-09-05 07:35:39 +02:00
TrueCharts BotandGitHub a97cb74613 chore(deps): update helm general non-major (#12230) 2023-09-05 05:51:06 +02:00
TrueCharts BotandGitHub bd7795e0ab chore(deps): update container image tccr.io/truecharts/homarr to v0.13.3 (#12239) 2023-09-05 05:35:48 +02:00
TrueCharts BotandGitHub 93b57e5696 chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.3.4 (#12237) 2023-09-05 04:39:11 +02:00
TrueCharts BotandGitHub 917a4d8625 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12214) 2023-09-05 04:38:47 +02:00
TrueCharts BotandGitHub 8db0a3410d chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.8.2 (#12236) 2023-09-05 04:38:42 +02:00