Commit Graph

20723 Commits

Author SHA1 Message Date
TrueCharts Bot
81fe49cc03 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#13183) 2023-10-03 06:34:49 +02:00
TrueCharts Bot
a347b5f185 chore(deps): update helm general non-major (#13174) 2023-10-03 05:48:06 +02:00
TrueCharts Bot
7d9c44b6df chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13182) 2023-10-03 05:35:50 +02:00
TrueCharts Bot
6b70f86135 chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.13.01 (#13181) 2023-10-03 04:43:45 +02:00
TrueCharts Bot
60dac8205d chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 (#13180) 2023-10-03 04:43:00 +02:00
TrueCharts Bot
c9e55a7ceb chore(deps): update container image tccr.io/truecharts/drawio to v22.0.1 (#13060) 2023-10-03 03:59:56 +02:00
TrueCharts Bot
dda258aed2 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#13178) 2023-10-03 03:57:13 +02:00
TrueCharts Bot
d4f7c75f02 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.6.2 (#13179) 2023-10-03 03:56:51 +02:00
TrueCharts Bot
74a1af5702 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#13176) 2023-10-03 02:54:29 +02:00
TrueCharts Bot
86cde7bb18 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#13177) 2023-10-03 02:48:51 +02:00
TrueCharts Bot
94bae8473f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13175) 2023-10-03 01:37:13 +02:00
TrueCharts Bot
926077d70f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13173) 2023-10-03 00:38:29 +02:00
TrueCharts Bot
2c1d6b2409 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13171) 2023-10-02 21:40:05 +02:00
TrueCharts Bot
f611fe704b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13170) 2023-10-02 20:38:35 +02:00
TrueCharts Bot
a2ae0770d2 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#13169) 2023-10-02 19:37:54 +02:00
TrueCharts Bot
1749872e55 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#13168) 2023-10-02 18:40:09 +02:00
allcontributors[bot]
95b0270fc1 docs: add TylerRudie as a contributor for doc (#13165)
Adds @TylerRudie as a contributor for doc.

This was requested by StevenMcElligott [in this
comment](https://github.com/truecharts/charts/pull/13157#issuecomment-1743021007)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-02 19:14:32 +03:00
Xstar97TheNoob
74e77e5e53 fix(sonarr) fix auth method and add docs (#13142)
**Description**
- Update the auth method list and add the None for v3.
- Left External as is and rename the description for both values for the
respective versions.
- Added docs to better explain the auth options and give a warning on
using Basic.

⚒️ Fixes  #11314

**⚙️ 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-10-02 19:14:24 +03:00
StevenMcElligott
096b149425 feat(website): Publish Chart Sources in drop down (#13167)
**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-10-02 19:13:43 +03:00
TrueCharts Bot
fd038cdcc3 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13166) 2023-10-02 16:36:44 +02:00
TylerRudie
a28da9bddd Create install_notes.md (#13157)
**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)
- [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:**

- [ ] ⚖️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ 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: TylerRudie <2695916+TylerRudie@users.noreply.github.com>
2023-10-02 09:27:18 -04:00
TrueCharts Bot
2f8a86da37 chore(deps): update actions/setup-python digest to 65d7f2d (#13163)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `61a6322` -> `65d7f2d` |

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4yLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-02 15:24:40 +02:00
TrueCharts Bot
602b186b58 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#13164) 2023-10-02 14:44:54 +02:00
TrueCharts Bot
45c62e16a1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#13162) 2023-10-02 13:37:23 +02:00
TrueCharts Bot
6a544633da chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#13160) 2023-10-02 07:33:46 +02:00
TrueCharts Bot
023bc081cd chore(deps): update container image tccr.io/truecharts/duckdns to latest (#13158) 2023-10-02 06:38:50 +02:00
TrueCharts Bot
11cdfb26b9 chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.0 (#13159) 2023-10-02 06:38:16 +02:00
TrueCharts Bot
ae2961768c chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.0 (#13156) 2023-10-02 05:36:54 +02:00
TrueCharts Bot
b630b63964 chore(deps): update rdesktop (#13155) 2023-10-02 05:33:07 +02:00
TrueCharts Bot
fbd39c43b5 chore(deps): update container image tccr.io/truecharts/clamav to v1.2.0 (#13153) 2023-10-02 04:48:08 +02:00
TrueCharts Bot
926ecc44b1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#13154) 2023-10-02 04:39:09 +02:00
TrueCharts Bot
e4b32a5b44 chore(deps): update container image tccr.io/truecharts/picoshare to v1.4.0 (#13152) 2023-10-02 03:57:49 +02:00
TrueCharts Bot
ea04e81c97 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#13151) 2023-10-02 03:53:43 +02:00
TrueCharts Bot
8a0c7d8b5e chore(deps): update container image tccr.io/truecharts/linkding to v1.22.0 (#13150) 2023-10-02 02:52:17 +02:00
TrueCharts Bot
af9420a6f1 chore(deps): update rdesktop (#13149) 2023-10-02 02:49:30 +02:00
TrueCharts-Bot
ab04cc36ca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-02 00:24:39 +00:00
TrueCharts Bot
a6310ce1a2 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.7.0 (#13148) 2023-10-02 01:38:23 +02:00
TrueCharts Bot
5c0908e72e chore(deps): update container image tccr.io/truecharts/cops to latest (#13147) 2023-10-02 01:37:46 +02:00
TrueCharts Bot
07d3d589fe chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#13146) 2023-10-02 00:37:48 +02:00
TrueCharts Bot
f1451ae11f chore(deps): update container image tccr.io/truecharts/searxng to latest (#13145) 2023-10-01 22:34:56 +02:00
TrueCharts Bot
8587fc9c40 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.4.4 (#13144) 2023-10-01 21:39:54 +02:00
TrueCharts Bot
0718ab0b57 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#13143) 2023-10-01 21:38:42 +02:00
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