Commit Graph

19403 Commits

Author SHA1 Message Date
Ac1dburn
e39b014ed2 Rutorrent incorrectly named port variable (#11812)
**Description**
Rutorrent incorrectly named port variable . Changed from torrent to
torrent
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x ] ⚠️ 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
- [ ] 👀 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.
- [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._

---------

Signed-off-by: Ac1dburn <colinborins@hotmail.com>
2023-08-23 03:13:20 -04:00
TrueCharts Bot
3789692f98 chore(deps): update helm general non-major (#11767) 2023-08-23 06:37:33 +02:00
TrueCharts Bot
f009d8675e chore(deps): update container image tailscale/tailscale to v1.48.1 (#11811) 2023-08-23 05:36:18 +02:00
TrueCharts Bot
2b7b7e8194 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11809) 2023-08-23 04:40:00 +02:00
TrueCharts Bot
471ec39001 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11810) 2023-08-23 04:38:35 +02:00
TrueCharts Bot
733338b397 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11808) 2023-08-23 03:54:36 +02:00
StevenMcElligott
fb6fa20b19 fix(rtorrent-rutorrent): Fix questions (#11807)
**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-08-23 01:21:33 +00:00
TrueCharts-Bot
2c5525d217 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-23 00:22:14 +00:00
TrueCharts Bot
b83eb55be0 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11804) 2023-08-23 01:38:42 +02:00
TrueCharts Bot
235df7890e chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11805) 2023-08-23 01:36:34 +02:00
TrueCharts Bot
26aa1c9c50 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11803) 2023-08-22 21:37:29 +02:00
TrueCharts Bot
35c3a572a5 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11802) 2023-08-22 21:35:22 +02:00
Ac1dburn
56fbcb45cc feat(rtorrent-rutorrent) add rtorrent-rutorrent (#11794)
**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**

- [ 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:**
This release is with the offical docker container for
https://github.com/crazy-max/docker-rtorrent-rutorrent
**✔️ 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: Ac1dburn <colinborins@hotmail.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-22 19:26:49 +00:00
TrueCharts Bot
8939687efc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11799) 2023-08-22 20:38:15 +02:00
TrueCharts Bot
d0c01984ef chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11795) 2023-08-22 19:35:52 +02:00
TrueCharts Bot
a19f77a6b0 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#11796) 2023-08-22 19:33:16 +02:00
TrueCharts Bot
e92f5d5f6b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11792) 2023-08-22 18:35:28 +02:00
TrueCharts Bot
a1c8476dce chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#11793) 2023-08-22 18:32:03 +02:00
TrueCharts Bot
db5bf73316 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#11790) 2023-08-22 17:35:27 +02:00
TrueCharts Bot
0df80599ac chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11787) 2023-08-22 16:37:40 +02:00
TrueCharts Bot
cd7914d35c chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#11788) 2023-08-22 16:33:56 +02:00
TrueCharts Bot
375d85bb0d chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11785) 2023-08-22 15:39:11 +02:00
TrueCharts Bot
c06151f66d chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11786) 2023-08-22 15:35:12 +02:00
TrueCharts Bot
26cddbcbb1 chore(deps): update container image tccr.io/truecharts/boinc to latest (#11783) 2023-08-22 14:36:47 +02:00
TrueCharts Bot
9d8fb2c110 chore(deps): update container image tccr.io/truecharts/webtop to latest (#11784) 2023-08-22 14:33:13 +02:00
polarstack
46d1da8ca1 feat(metabase): add metabase (#11616)
**Description**
Metabase sets up in five minutes, connecting to your database, and
bringing its data to life in beautiful visualizations.
An intuitive interface makes data exploration feel like second
nature—opening data up for everyone, not just analysts and developers.

⚒️ 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?**
* Install Ubuntu 22.03
* Install k3s
* Install Helm
* git clone https://github.com/truecharts/charts.git
* cd ~/charts/charts/operators/cloudnative-pg/
* helm install cloudnative-pg .
* cd ~/charts/charts/operators/prometheus-operator
* helm install prometheus-operator .
* cd ~/charts/charts/incubator/metabase
* helm dep update
* k3s kubectl create ns metabase
* helm install -n metabase metabase .
* helm uninstall -n metabase metabase
* k3s kubectl delete ns metabase

**📃 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.

- [ ] 🪞 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._

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-22 11:58:24 +00:00
TrueCharts Bot
418b63b6d9 chore(deps): update webtop (#11782) 2023-08-22 13:32:00 +02:00
TrueCharts Bot
39b9c42b51 chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#11781) 2023-08-22 12:31:20 +02:00
TrueCharts Bot
69014b6e9e chore(deps): update webtop (#11780) 2023-08-22 10:32:40 +02:00
StevenMcElligott
eb271cb54b docs(Zerotier): Update docs (#11757)
**Description**

More updates 

⚒️ 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-22 09:48:04 +02:00
TrueCharts Bot
c2364fd7b3 chore(deps): update webtop (#11779) 2023-08-22 09:33:55 +02:00
EMERALD
0d32aa4884 fix(mealie) ldap name attribute (#11654)
**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 #11653 by replacing a non-existent variable name with what is
believed to be the intended one.

**⚙️ 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
-->
Has not been tested as it's a simple typo fix.

**📃 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
- [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
- [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: EMERALD <hudson.samuels@gmail.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-08-22 07:23:52 +00:00
StevenMcElligott
f293089647 migrate(obs-ndi-migration): Miigrate to new common (#11772)
**Description**

Let's see how this reacts

⚒️ 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-22 08:50:45 +02:00
TrueCharts Bot
ce8edf1557 chore(deps): update webtop (#11778) 2023-08-22 08:35:02 +02:00
Kjeld Schouten
5a1881bf18 add(modsecurity-crs): add modsecurity to stable 2023-08-22 08:15:52 +02:00
TrueCharts Bot
4336fdf432 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11776) 2023-08-22 07:36:40 +02:00
TrueCharts Bot
d05eb683fb chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#11777) 2023-08-22 07:31:47 +02:00
TrueCharts Bot
dd80d9611f chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#11774) 2023-08-22 06:36:02 +02:00
TrueCharts Bot
b4144dde1c chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#11775) 2023-08-22 06:32:48 +02:00
TrueCharts Bot
21794802b1 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11773) 2023-08-22 05:33:10 +02:00
TrueCharts Bot
486a03d57f chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11770) 2023-08-22 04:43:55 +02:00
TrueCharts Bot
cbfc2d114f chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#11771) 2023-08-22 04:37:50 +02:00
TrueCharts Bot
ba3f07ff69 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#11769) 2023-08-22 03:52:22 +02:00
TrueCharts Bot
d82bff71f1 chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11768) 2023-08-22 02:53:36 +02:00
TrueCharts-Bot
192c33d8af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-22 00:22:13 +00:00
TrueCharts Bot
4feba8a112 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11765) 2023-08-22 00:37:22 +02:00
TrueCharts Bot
10276e6001 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11766) 2023-08-22 00:36:27 +02:00
TrueCharts Bot
70d920e7b4 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11763) 2023-08-21 23:36:00 +02:00
TrueCharts Bot
9ce4ed71bf chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#11762) 2023-08-21 21:35:40 +02:00
TrueCharts Bot
569e62e571 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11760) 2023-08-21 20:38:11 +02:00