Commit Graph

20681 Commits

Author SHA1 Message Date
Xstar97TheNoob 5ad41daf4f fix(projectsend) fix projectsend by actually writing the config. (#12992)
**Description**
This should fix the issue with sys.config.php to actually get written.
⚒️ 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-10-01 22:36:12 +03:00
TrueCharts Bot d9de2ef189 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13141) 2023-10-01 20:35:53 +02:00
TrueCharts Bot 4c1ae717f8 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12951) 2023-10-01 19:41:58 +02:00
TrueCharts Bot c94abf66a8 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#13140) 2023-10-01 19:35:32 +02:00
TrueCharts Bot 37b047f744 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13139) 2023-10-01 18:36:44 +02:00
StevenMcElligott adacd5dd16 fix(docs): Add upstream repo to Docs generator (#13028)
**Description**

Our docs are missing the container source, so instead of searching
GitHub for upstream containers/docs this at least points website users
to what we have documented inside `Chart.yaml` as `sources

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

- [ ] ⚖️ 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-01 19:13:03 +03:00
Xstar97TheNoob 9fe51b0d18 feat(telepush) add telepush (#13137)
**Description**
A simple bot to translate JSON HTTP requests into Telegram push
messages.
⚒️ 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-10-01 19:08:57 +03:00
StevenMcElligott 0573244a6f fix(apps): Add missing Ingress options to question (#13065)
**Description**

A couple of charts are missing some questions for Ingress so adding them
back.

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

- [ ] ⚖️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-01 19:08:10 +03:00
Xstar97TheNoob 2bc4215f8d feat(arksurvivalevolved) move arksurvivalevolved to stable. (#13136)
**Description**
Move arksurvivalevolved to stable.
⚒️ 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._
2023-10-01 19:07:14 +03:00
TrueCharts Bot 64b268e9d1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13135) 2023-10-01 15:38:20 +02:00
TrueCharts Bot 6426d9efd0 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.3 (#13134) 2023-10-01 14:34:31 +02:00
TrueCharts Bot 1c76d30e4c chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#13132) 2023-10-01 11:35:23 +02:00
TrueCharts Bot e30febd9a7 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#13131) 2023-10-01 10:37:16 +02:00
TrueCharts Bot 67cee99a5e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13130) 2023-10-01 09:35:08 +02:00
allcontributors[bot] d9162b26e0 docs: add tuxpizza as a contributor for code (#13129)
Adds @tuxpizza as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/13128#issuecomment-1741977881)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-01 09:48:43 +03:00
tuxsudo bf0e3b705c fix(Invidious) add notifications config option (#13128)
Add enable_user_notifications config option to Invidious

This will allow you to toggle `enable_user_notifications` on or off
(default on) via https://github.com/iv-org/invidious/pull/3473

⚒️ Fixes  #13125

- [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?**
Installed the helm chart locally with no errors

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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

---
2023-10-01 09:33:42 +03:00
TrueCharts Bot ea087b3947 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13127) 2023-10-01 07:36:59 +02:00
TrueCharts Bot f4d85f8109 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#13126) 2023-10-01 07:36:08 +02:00
TrueCharts Bot 6761515651 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#13124) 2023-10-01 05:40:45 +02:00
TrueCharts Bot 5eb6ae3c87 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#13123) 2023-10-01 01:35:30 +02:00
TrueCharts Bot 56120344af chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#13122) 2023-09-30 23:36:09 +02:00
TrueCharts Bot a893dee101 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#13120) 2023-09-30 21:39:04 +02:00
TrueCharts Bot 198732d789 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13121) 2023-09-30 21:37:36 +02:00
TrueCharts Bot 0fcdb75aac chore(deps): update container image tccr.io/truecharts/homepage to v0.7.0 (#13119) 2023-09-30 20:37:12 +02:00
TrueCharts Bot 8f8a287504 chore(deps): update container image tccr.io/truecharts/slash to v0.4.5 (#13118) 2023-09-30 20:36:23 +02:00
TrueCharts Bot 87501bd2d2 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#13116) 2023-09-30 18:36:27 +02:00
TrueCharts Bot 5d768d6336 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#13117) 2023-09-30 18:36:01 +02:00
TrueCharts Bot 71f3ce1290 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13115) 2023-09-30 16:35:53 +02:00
TrueCharts Bot cf3a59cd38 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#13114) 2023-09-30 16:35:45 +02:00
TrueCharts Bot d515552d6b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13112) 2023-09-30 15:36:31 +02:00
TrueCharts Bot 9a9cf51c6c chore(deps): update container image tccr.io/truecharts/mosdns to v5.2.1 (#13113) 2023-09-30 15:35:16 +02:00
TrueCharts Bot 61ec71c62b chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.0.3 (#13111) 2023-09-30 14:37:25 +02:00
TrueCharts Bot 0fe0635f03 chore(deps): update container image tccr.io/truecharts/minio to latest (#13110) 2023-09-30 14:36:50 +02:00
TrueCharts Bot 5adc9a26a7 chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.2 (#13109) 2023-09-30 13:34:26 +02:00
TrueCharts Bot b8988e49ca chore(deps): update container image tccr.io/truecharts/searxng to latest (#13107) 2023-09-30 12:37:13 +02:00
TrueCharts Bot 5d35507f03 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.4 (#13108) 2023-09-30 12:36:43 +02:00
TrueCharts Bot ab579b70b0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13105) 2023-09-30 11:36:34 +02:00
TrueCharts Bot 1920b142f7 chore(deps): update container image tccr.io/truecharts/code-server to v4.17.1 (#13106) 2023-09-30 11:35:45 +02:00
TrueCharts Bot 823b53111c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#13103) 2023-09-30 10:42:45 +02:00
TrueCharts Bot ce485ec10e chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#13104) 2023-09-30 10:39:01 +02:00
TrueCharts Bot 0e39c1b0a8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#13102) 2023-09-30 09:39:04 +02:00
TrueCharts Bot 6a840d9306 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#13101) 2023-09-30 09:36:52 +02:00
TrueCharts Bot ecf8d3257f chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 (#13099) 2023-09-30 08:35:50 +02:00
TrueCharts Bot 67b15436cf chore(deps): update container image tccr.io/truecharts/recyclarr to v6.0.0 (#13100) 2023-09-30 08:35:44 +02:00
TrueCharts Bot ba41d9b01d chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13098) 2023-09-30 06:38:34 +02:00
TrueCharts Bot 6dd5b2e78d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13097) 2023-09-30 05:38:38 +02:00
TrueCharts Bot 6a5e96ac0a chore(deps): update webtop (#13096) 2023-09-30 04:34:14 +02:00
TrueCharts Bot 4e5d4fbf25 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#13095) 2023-09-30 03:58:22 +02:00
TrueCharts Bot e3818c42f3 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12974) 2023-09-30 03:58:03 +02:00
TrueCharts Bot d34f3b2940 chore(deps): update container image tccr.io/truecharts/searxng to latest (#13094) 2023-09-30 03:57:57 +02:00