Commit Graph

15535 Commits

Author SHA1 Message Date
TrueCharts Bot b4a071a6b4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11609) 2023-08-16 20:37:48 +02:00
TrueCharts Bot 5e6a86efef
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11608) 2023-08-16 19:39:16 +02:00
TrueCharts Bot 0da021ea18
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11607) 2023-08-16 19:38:55 +02:00
TrueCharts Bot 6a6b2a7cb6
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11606) 2023-08-16 18:37:52 +02:00
TrueCharts Bot 5145074acb
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11605) 2023-08-16 18:36:00 +02:00
TrueCharts Bot d4d41be178
chore(deps): update container image tccr.io/truecharts/xwiki to v15.6.0-postgres (#11603) 2023-08-16 17:36:39 +02:00
TrueCharts Bot 8ce9c1d220
chore(deps): update jupyter (#11604) 2023-08-16 17:35:41 +02:00
TrueCharts Bot 2c553bcc16
chore(deps): update container image tccr.io/truecharts/cops to latest (#11600) 2023-08-16 16:36:55 +02:00
TrueCharts Bot 7c9d5b8c23
chore(deps): update container image tccr.io/truecharts/searxng to latest (#11601) 2023-08-16 16:35:35 +02:00
TrueCharts Bot 419473c394
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11599) 2023-08-16 15:39:23 +02:00
TrueCharts Bot 28ffd4e0db
chore(deps): update container image tccr.io/truecharts/calibre to v6.24.0 (#11598) 2023-08-16 12:37:53 +02:00
TrueCharts Bot 54ba30e3cc
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11597) 2023-08-16 12:35:50 +02:00
Xstar97TheNoob 258752ff60
fix(gamevault-backend) prep gamevault-backend for v3 (#11164)
**Description**
Prepping gamevault-backend for v3
remove the server Port variable and manually set the target port. (this
variable was removed by upstream)
add Games Search Recursive gui option
add Games Supported File Formats gui option.

⚒️ 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)
- [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-08-16 11:39:23 +02:00
TrueCharts Bot bf4704d3c0
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11596) 2023-08-16 11:36:10 +02:00
TrueCharts Bot ddaa4b953e
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11595) 2023-08-16 10:37:02 +02:00
TrueCharts Bot cbb4ee4b4a
chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11592) 2023-08-16 09:41:47 +02:00
TrueCharts Bot 3d4fb4e283
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11590) 2023-08-16 08:36:37 +02:00
TrueCharts Bot 5f9df7e6ec
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11589) 2023-08-16 08:36:16 +02:00
TrueCharts Bot 0e992d5690
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11588) 2023-08-16 07:32:14 +02:00
TrueCharts Bot 96a987a02f
chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11587) 2023-08-16 06:38:33 +02:00
TrueCharts Bot 160c844daf
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11586) 2023-08-16 05:37:08 +02:00
TrueCharts Bot ba2f2d6271
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11585) 2023-08-16 05:36:20 +02:00
StevenMcElligott d26fe04fdc
fix(firezone): Update common / questions (#11584)
**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-16 02:55:29 +00:00
TrueCharts Bot 84dab6942d
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11583) 2023-08-16 04:38:02 +02:00
TrueCharts Bot c103dc5ee6
chore(deps): update container image tccr.io/truecharts/adminer to latest (#11582) 2023-08-16 03:53:44 +02:00
TrueCharts-Bot acc06077be Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-16 00:23:17 +00:00
TrueCharts Bot 326ee8172e
chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11581) 2023-08-16 01:37:55 +02:00
TrueCharts Bot bf9652732a
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11579) 2023-08-15 22:38:09 +02:00
TrueCharts Bot 37dea58221
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#11576) 2023-08-15 17:33:58 +02:00
TrueCharts Bot b1dc59361c
chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#11574) 2023-08-15 16:39:29 +02:00
TrueCharts Bot c0911857d5
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#11575) 2023-08-15 16:35:35 +02:00
TrueCharts Bot 52d5f80649
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11572) 2023-08-15 15:36:20 +02:00
TrueCharts Bot b99e11d45d
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11573) 2023-08-15 15:33:14 +02:00
TrueCharts Bot fa95c5960d
chore(deps): update container image tccr.io/truecharts/boinc to latest (#11570) 2023-08-15 14:40:07 +02:00
TrueCharts Bot ee7e086322
chore(deps): update container image tccr.io/truecharts/webtop to latest (#11571) 2023-08-15 14:35:55 +02:00
TrueCharts Bot d3025a6827
chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#11569) 2023-08-15 13:38:57 +02:00
TrueCharts Bot dd62e4beae
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11568) 2023-08-15 12:41:32 +02:00
Ben Kochie d601539189
feat(prometheus): Add remote write questions (#11555)
**Description**
Add the ability to enable remote write endpoints for sending Prometheus
data to external services. See the [remoteWrite spec] for details on the
format.

[remoteWrite
spec](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#remotewritespec)

⚒️ 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
- [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: SuperQ <superq@gmail.com>
2023-08-15 11:37:34 +02:00
TrueCharts Bot bc7f520173
chore(deps): update webtop (#11567) 2023-08-15 11:36:14 +02:00
TrueCharts Bot f3a3adcecf
chore(deps): update webtop (#11566) 2023-08-15 10:38:11 +02:00
Xstar97TheNoob 7ddf383890
feat(tagspaces) add tagspaces (#11303)
**Description**
TagSpaces is an offline, open source, document manager with tagging
support.
⚒️ 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._

---------

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-15 11:33:07 +03:00
TrueCharts Bot e2fae9aed9
chore(deps): update helm chart common to 14.0.2 (#11488)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi40Mi4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDIuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-15 11:32:22 +03:00
TrueCharts Bot add536bad1
chore(deps): update webtop (#11565) 2023-08-15 08:32:19 +02:00
TrueCharts Bot f87d5aa52a
chore(deps): update webtop (#11564) 2023-08-15 07:34:18 +02:00
StevenMcElligott 7dbcd6174c
migrate(shiori): Migrate to New Common (#11539)
**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-15 01:16:18 -04:00
TrueCharts Bot 2c19d67783
chore(deps): update webtop (#11563) 2023-08-15 06:33:20 +02:00
TrueCharts Bot 4c83f4c655
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11562) 2023-08-15 05:37:04 +02:00
TrueCharts Bot 3366a343b9
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#11561) 2023-08-15 04:44:28 +02:00
TrueCharts Bot 5179fdb763
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11560) 2023-08-15 03:54:35 +02:00
TrueCharts Bot 22e6c9ef21
chore(deps): update container image tccr.io/truecharts/nginx-proxy-manager to v2.10.4 (#11559) 2023-08-15 02:55:21 +02:00
TrueCharts Bot 1f26ae604e
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11558) 2023-08-15 01:33:28 +02:00
TrueCharts Bot 99c236ee54
chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#11556) 2023-08-15 00:39:47 +02:00
TrueCharts Bot cd4a6d7ba0
chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#11554) 2023-08-14 19:35:42 +02:00
TrueCharts Bot 4c709b23eb
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11553) 2023-08-14 18:43:15 +02:00
TrueCharts Bot f5a77d6a0d
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11552) 2023-08-14 16:36:15 +02:00
TrueCharts Bot 5ce8f0a94c
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11549) 2023-08-14 13:41:05 +02:00
TrueCharts Bot cea5b841da
chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11548) 2023-08-14 13:39:34 +02:00
TrueCharts Bot dbeeb68140
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11547) 2023-08-14 12:37:10 +02:00
TrueCharts Bot 9a2b769461
chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#11546) 2023-08-14 11:32:31 +02:00
TrueCharts Bot 52d7e6df4f
chore(deps): update rdesktop (#11545) 2023-08-14 10:36:49 +02:00
TrueCharts Bot 6a3dfe1761
chore(deps): update rdesktop (#11544) 2023-08-14 09:33:05 +02:00
TrueCharts Bot 7a84a6f720
chore(deps): update rdesktop (#11543) 2023-08-14 08:33:04 +02:00
TrueCharts Bot 61ca7afb19
chore(deps): update rdesktop (#11542) 2023-08-14 07:35:45 +02:00
TrueCharts Bot 1991e67eeb
chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11540) 2023-08-14 06:37:04 +02:00
TrueCharts Bot da5247baaf
chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest (#11541) 2023-08-14 06:33:20 +02:00
TrueCharts Bot 1a57d31af4
chore(deps): update rdesktop (#11538) 2023-08-14 05:31:54 +02:00
TrueCharts Bot 75f4250e4f
chore(deps): update rdesktop (#11537) 2023-08-14 04:35:50 +02:00
TrueCharts Bot fdca30310b
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest (#11536) 2023-08-14 03:52:33 +02:00
TrueCharts Bot c385e6e737
chore(deps): update rdesktop (#11534) 2023-08-14 02:47:23 +02:00
TrueCharts Bot d35613ac44
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11532) 2023-08-14 00:35:15 +02:00
TrueCharts Bot e06e5855f5
chore(deps): update container image tccr.io/truecharts/cops to latest (#11533) 2023-08-14 00:34:31 +02:00
TrueCharts Bot ffd620513c
chore(deps): update container image tccr.io/truecharts/xwiki to v15.6.0 (#11531) 2023-08-13 23:36:17 +02:00
TrueCharts Bot 6a8f3e0c6b
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11530) 2023-08-13 23:35:04 +02:00
TrueCharts Bot e34347a1a9
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11528) 2023-08-13 22:36:25 +02:00
TrueCharts Bot c890b1cf2a
chore(deps): update container image tccr.io/truecharts/romm to v1.9.1 (#11529) 2023-08-13 22:34:02 +02:00
TrueCharts Bot 4f7e9abc20
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11526) 2023-08-13 21:41:18 +02:00
TrueCharts Bot c5f48f1f6a
chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11527) 2023-08-13 21:40:10 +02:00
TrueCharts Bot 1c619e6caa
chore(deps): update container image tccr.io/truecharts/nextcloud-push-notify to v0.6.3 (#11524) 2023-08-13 20:44:28 +02:00
TrueCharts Bot 1ed225f778
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11525) 2023-08-13 20:39:04 +02:00
TrueCharts Bot edda8c99a2
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11523) 2023-08-13 19:42:15 +02:00
TrueCharts Bot 0089f0ec29
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11521) 2023-08-13 18:40:26 +02:00
TrueCharts Bot 7cf5531ac5
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11520) 2023-08-13 18:34:36 +02:00
TrueCharts Bot 4bf8ad755b
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.22.3 (#11517) 2023-08-13 17:36:51 +02:00
TrueCharts Bot 609ba619f7
chore(deps): update container image tccr.io/truecharts/netdata to v1.42.0 (#11518) 2023-08-13 17:36:46 +02:00
TrueCharts Bot 56ddef155d
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.2 (#11516) 2023-08-13 16:39:59 +02:00
TrueCharts Bot 36339ad86e
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11515) 2023-08-13 16:35:10 +02:00
TrueCharts Bot 5b10303e5e
chore(deps): update container image tccr.io/truecharts/xwiki to v (#11514) 2023-08-13 15:36:58 +02:00
TrueCharts Bot f0bd0e8c2a
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11513) 2023-08-13 15:36:17 +02:00
TrueCharts Bot d65ecd34ee
chore(deps): update container image tccr.io/truecharts/searxng to latest (#11511) 2023-08-13 14:36:35 +02:00
TrueCharts Bot 97afa699fb
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.120.2 (#11512) 2023-08-13 14:35:46 +02:00
Vicky 4ae8b6bfe1
chore(deps): update container image tccr.io/truecharts/misskey to v13.14.2 (#11506)
**Description**
Update Misskey.

**⚙️ 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?**
I haven't done any testing.

**📃 Notes:**
Renovate bot should be reenabled for Misskey.
Since it failed in #8601 it just didn't create any more PRs.
My PR is missing the image hash, it should be added.

**✔️ Checklist:**

- [ ] ⚖️ 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`

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-08-13 08:09:30 -04:00
TrueCharts Bot 80a0c4d1e5
chore(deps): update container image tccr.io/truecharts/cops to latest (#11508) 2023-08-13 13:36:25 +02:00
TrueCharts Bot 4bced0e031
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11507) 2023-08-13 12:40:16 +02:00
TrueCharts Bot 7ac06319e6
chore(deps): update container image tccr.io/truecharts/grocy to v4.0.1 (#11505) 2023-08-13 10:36:11 +02:00
TrueCharts Bot 1d4e42d708
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11503) 2023-08-13 08:36:09 +02:00
TrueCharts Bot ba49b11f2d
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11502) 2023-08-13 07:35:21 +02:00
TrueCharts Bot e20e95c697
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11501) 2023-08-13 06:39:53 +02:00
TrueCharts Bot eb666941e8
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11498) 2023-08-13 05:38:19 +02:00
TrueCharts Bot 3f238893e9
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.0 (#11499) 2023-08-13 05:37:54 +02:00
TrueCharts Bot f5961f52db
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11497) 2023-08-13 04:38:54 +02:00
TrueCharts Bot 3e9d0ff643
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11496) 2023-08-13 04:37:56 +02:00
TrueCharts Bot 328f5f4688
chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.0 (#11494) 2023-08-13 04:02:19 +02:00
TrueCharts Bot 999b09e6bf
chore(deps): update container image tccr.io/truecharts/stash to v0.22.0 (#11495) 2023-08-13 04:01:34 +02:00
TrueCharts Bot 097476cb6f
chore(deps): update container image tccr.io/truecharts/n8n to v1.2.1 (#11492) 2023-08-13 02:52:02 +02:00
TrueCharts Bot 852181105a
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.81.0 (#11493) 2023-08-13 02:51:52 +02:00
TrueCharts-Bot 824674836a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-08-13 00:23:41 +00:00
TrueCharts Bot d89c7c7e9a
chore(deps): update container image tccr.io/truecharts/flexget to v3.8.2 (#11490) 2023-08-13 01:37:25 +02:00
TrueCharts Bot 8db6fbb356
chore(deps): update container image tccr.io/truecharts/ipfs to v0.22.0 (#11491) 2023-08-13 01:36:36 +02:00
TrueCharts Bot 15ae5058da
chore(deps): update container image tccr.io/truecharts/alist to v3.25.1 (#11489) 2023-08-13 00:38:36 +02:00
TrueCharts Bot 6ff8f048a4
chore(deps): update container image tccr.io/truecharts/wikijs to v2.5.300 (#11487) 2023-08-12 23:36:54 +02:00
TrueCharts Bot cb7c4de6f8
chore(deps): update container image tccr.io/truecharts/tdarr_node to v2.00.25 (#11486) 2023-08-12 23:36:07 +02:00
TrueCharts Bot c2436e2583
chore(deps): update container image tccr.io/truecharts/strapi to v4.12.4 (#11484) 2023-08-12 22:37:48 +02:00
TrueCharts Bot 78c39b9ef2
chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.7 (#11485) 2023-08-12 22:34:07 +02:00
TrueCharts Bot a7ca66bff3
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11482) 2023-08-12 21:36:01 +02:00
TrueCharts Bot 27fac43666
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11481) 2023-08-12 21:35:39 +02:00
TrueCharts Bot 1107fc5ce1
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11479) 2023-08-12 20:37:52 +02:00
TrueCharts Bot ce2b5d231b
chore(deps): update container image tccr.io/truecharts/recyclarr to v5.2.1 (#11480) 2023-08-12 20:37:49 +02:00
TrueCharts Bot 8f9e712071
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11476) 2023-08-12 19:34:49 +02:00
TrueCharts Bot 1bdad4ff48
chore(deps): update container image tccr.io/truecharts/komga to v1.3.1 (#11477) 2023-08-12 19:33:14 +02:00
TrueCharts Bot 8f570a9345
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11474) 2023-08-12 18:38:02 +02:00
TrueCharts Bot 8cf15bf6de
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11475) 2023-08-12 18:37:49 +02:00
TrueCharts Bot 517afd7474
chore(deps): update helm general non-major (#11103) 2023-08-12 17:40:29 +02:00
TrueCharts Bot c5e586f898
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.5.0 (#11473) 2023-08-12 17:35:49 +02:00
TrueCharts Bot 432c53b1a1
chore(deps): update container image tccr.io/truecharts/ipfs to v0.21.1 (#11472) 2023-08-12 17:34:56 +02:00
TrueCharts Bot de997da40b
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.2 (#11471) 2023-08-12 16:34:50 +02:00
TrueCharts Bot 247676a244
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#11470) 2023-08-12 16:34:35 +02:00
TrueCharts Bot 85ed8e8254
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11469) 2023-08-12 15:37:45 +02:00
TrueCharts Bot 9da83e4f67
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11468) 2023-08-12 15:37:37 +02:00
kqmaverick 055c923bdd
feat(photoprism) **BREAKING CHANGES** storage changes (#11248)
**Description**
Use storage settings for photoprism originals and import.

⚒️ Fixes  # 

**⚙️ Type of change**

- [X] ⚙️ 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?**

**📃 Notes:**

**✔️ 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
- [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: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 16:24:07 +03:00
TrueCharts Bot d867a6dbd2
chore(deps): update container image tccr.io/truecharts/flowise to v1.3.3 (#11466) 2023-08-12 14:40:07 +02:00
TrueCharts Bot b67aad17ed
chore(deps): update container image tccr.io/truecharts/fluidd to v1.25.1 (#11467) 2023-08-12 14:36:51 +02:00
TrueCharts Bot 7602d42512
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11464) 2023-08-12 13:34:43 +02:00
TrueCharts Bot 4b6e2fb138
chore(deps): update webtop (#11465) 2023-08-12 13:31:34 +02:00
TrueCharts Bot 59b7fb5d05
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11463) 2023-08-12 12:37:16 +02:00
TrueCharts Bot 07c8b39cee
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11462) 2023-08-12 12:36:15 +02:00
kqmaverick e63bf370f7
migrate(stun-turn-server): Migrate to New Common (#11431)
**Description**
Migrate

⚒️ Fixes  #

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

**📃 Notes:**

**✔️ 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-08-12 13:08:09 +03:00
Malpractis 6a49403d96
feat(notifiarr): add notifiarr (#8074)
**Description**
<!--
Add Notifiarr client app to incubator.
-->
⚒️ 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.
-[ ] 🖼️ 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 13:06:12 +03:00
Michael Schnerring 5b1058a8b1
fix(plausible): migrate to new common chart and upgrade to v2 (#11186)
**Description**

* cherry-picked changes from my PR that were never merged into from
`port/incubator` into `master`:
https://github.com/truecharts/charts/pull/7810
* Added config options for Plausible v2.0.0
* Migrated to new common chart

TODO:

- [x] upgrade questions.yaml to new common chart
- [x] migrate common.yaml / _env.tpl to new common chart format

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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
- [X] #️⃣ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-08-12 13:05:18 +03:00
TrueCharts Bot b29c953cc7
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11460) 2023-08-12 11:36:56 +02:00
TrueCharts Bot 67af90eba4
chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#11461) 2023-08-12 11:32:35 +02:00
TrueCharts Bot 6f9411f3e1
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#11457) 2023-08-12 10:36:34 +02:00
TrueCharts Bot 643bd9c5c8
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#11456) 2023-08-12 10:36:17 +02:00
polarstack 39fa2a3361
feat(ntfy): enable prometheus metrics (#11389)
**Description**
ntfy support prometheus metrics: https://docs.ntfy.sh/config/#monitoring
This PR adds the ckeckbox in questions.yaml and the metrics: section in
values.yaml. The ntfy metrics variable is activated if user selects
prometheus metrics. It is disabled by default

⚒️ 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
- [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: polarstack <42521003+polarstack@users.noreply.github.com>
2023-08-12 11:23:24 +03:00
StevenMcElligott ea93a6153b
feat(static-web-server): Move to stable (#11391)
**Description**

Tested and good, do we want to deprecate `static`, since that one isn't
maintained upstream?

⚒️ 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-12 11:22:53 +03:00
kqmaverick 9f70dadbe5
fix(linkding) superuser env fix (#11439)
**Description**
Linkding superuser env's were not correct.

⚒️ Fixes  #8132 

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

**📃 Notes:**

**✔️ 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
- [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-08-12 11:22:26 +03:00
TrueCharts Bot 9cf3510701
chore(deps): update container image tccr.io/truecharts/grocy to v4.0.1 (#11454) 2023-08-12 09:33:03 +02:00
TrueCharts Bot 3a58fdaf04
chore(deps): update container image tccr.io/truecharts/homarr to v0.13.1 (#11455) 2023-08-12 09:32:00 +02:00
TrueCharts Bot 3012396f9e
chore(deps): update container image tccr.io/truecharts/filebrowser to v2.24.2 (#11453) 2023-08-12 08:40:19 +02:00
TrueCharts Bot a9b9f1536f
chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#11452) 2023-08-12 08:38:35 +02:00
TrueCharts Bot b185cf5741
chore(deps): update container image tccr.io/truecharts/drawio to v21.6.8 (#11451) 2023-08-12 07:32:40 +02:00