Commit Graph

19865 Commits

Author SHA1 Message Date
John P 1d2a7b832f
add(plex-playlist-sync) add Plex Playlist Sync (#12166)
**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.
-->
Hello, this is my attempt at adding Plex Playlist Sync to TrueCharts.
The logo file was excluded because they don't have a logo. This app is
quite simple in it's nature so I figured this would be a good first app
contribution for me. Help/feedback/edits always welcome. Thank you!

**⚙️ 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
-->
I haven't tested this out, but because it's a relatively simple
application I believe it should work - with the exception of it not yet
being on the TCCR. Here is a link to my PR for the containers
repository: https://github.com/truecharts/containers/pull/29169
**📃 Notes:**
<!-- Please enter any other relevant information here -->
Added the installation instructions for this application. I'm also
unable to add a logo file due to this application not having a logo.

**✔️ 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
- [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.

- [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: John P <emaltonator@gmail.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-09-03 19:02:21 -04:00
TrueCharts Bot e5766a0f98
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#12193) 2023-09-04 00:40:00 +02:00
TrueCharts Bot cd0e81977c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12194) 2023-09-04 00:37:56 +02:00
kqmaverick 4bfc19b671
add(qbitrr): add qbitrr (#12185)
**Description**
Add qbitrr.

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

- [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: kqmaverick <121722567+kqmaverick@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-09-03 17:58:48 -04:00
TrueCharts Bot d00792f7fa
chore(deps): update container image tccr.io/truecharts/redis to v7.2.0 (#12192) 2023-09-03 23:31:56 +02:00
TrueCharts Bot 78c4bf942c
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12190) 2023-09-03 20:36:03 +02:00
TrueCharts Bot fcbb6f4198
chore(deps): update container image tccr.io/truecharts/webtop to latest (#12188) 2023-09-03 19:32:09 +02:00
StevenMcElligott 0a2672a05c
migrate(homebridge): Migrate to new common (#12171)
**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-09-03 13:14:57 -04:00
TrueCharts Bot 567f2a054a
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12187) 2023-09-03 17:38:12 +02:00
TrueCharts Bot 7aeb9c51b3
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12186) 2023-09-03 16:35:14 +02:00
TrueCharts Bot 249a9a12da
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12183) 2023-09-03 15:37:31 +02:00
TrueCharts Bot 098bb0d07f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12184) 2023-09-03 15:36:46 +02:00
TrueCharts Bot d8b580a817
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12181) 2023-09-03 14:35:54 +02:00
TrueCharts Bot 1ecbaec58e
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12182) 2023-09-03 14:35:20 +02:00
TrueCharts Bot 561acc0d6c
chore(deps): update container image tccr.io/truecharts/static-web-server to v2.21.1 (#12179) 2023-09-03 11:36:14 +02:00
TrueCharts Bot 958078b9dd
chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 (#12180) 2023-09-03 11:36:08 +02:00
TrueCharts Bot c451c3e942
chore(deps): update container image tccr.io/truecharts/putty to v23.08.1 (#12177) 2023-09-03 10:39:34 +02:00
TrueCharts Bot 23aac4647b
chore(deps): update container image tccr.io/truecharts/recyclarr to v5.3.1 (#12178) 2023-09-03 10:38:51 +02:00
Xstar97TheNoob f7451b322d
feat(minecraft-bedrock) add lan discovery to bedrock + fix eula (#12158)
**Description**
Add LAN discovery variable and add the eula variable to gui
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ 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-09-03 10:47:54 +03:00
TrueCharts Bot e42b976cb8
chore(deps): update helm chart common to 14.0.6 (#12147)
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.4` -> `14.0.6` |

---

### ⚠ 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.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6)

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

Function library for TrueCharts

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC43IiwidXBkYXRlZEluVmVyIjoiMzYuNzguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-09-03 10:44:55 +03:00
TrueCharts Bot f20de4d329
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12176) 2023-09-03 09:37:17 +02:00
TrueCharts Bot fdc8bb28de
chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#12175) 2023-09-03 09:33:00 +02:00
TrueCharts Bot 5ca4515b12
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12173) 2023-09-03 08:37:44 +02:00
TrueCharts Bot f1cbdc65f0
chore(deps): update container image tccr.io/truecharts/searxng to latest (#12174) 2023-09-03 08:36:46 +02:00
TrueCharts Bot 9ddf54d7a4
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12172) 2023-09-03 06:40:49 +02:00
TrueCharts Bot 9810fbdc55
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12170) 2023-09-03 03:58:04 +02:00
TrueCharts Bot 541028a3fd
chore(deps): update jupyter (#12169) 2023-09-03 02:54:09 +02:00
TrueCharts Bot 23e78a6e43
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12168) 2023-09-03 02:53:27 +02:00
TrueCharts Bot f7f2bdec4c
chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#12164) 2023-09-03 01:33:56 +02:00
TrueCharts Bot 1f17e063e4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12165) 2023-09-03 01:33:47 +02:00
TrueCharts Bot 056aa9e450
chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12163) 2023-09-03 00:35:54 +02:00
TrueCharts Bot c3d59ff92f
chore(deps): update container image tccr.io/truecharts/autoscan to latest (#12162) 2023-09-02 22:36:15 +02:00
TrueCharts Bot 1b6186d1d5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12161) 2023-09-02 21:36:41 +02:00
TrueCharts Bot c669dc341b
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12160) 2023-09-02 21:36:20 +02:00
TrueCharts Bot e583d90bd0
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#12159) 2023-09-02 20:37:00 +02:00
TrueCharts Bot e2b25417b6
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12157) 2023-09-02 19:34:45 +02:00
TrueCharts Bot a2199d6acf
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12156) 2023-09-02 18:34:22 +02:00
TrueCharts Bot d17700828d
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.9 (#12155) 2023-09-02 18:33:55 +02:00
TrueCharts Bot 511b916476
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12153) 2023-09-02 16:38:21 +02:00
TrueCharts Bot f7500f5e7c
chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12154) 2023-09-02 16:36:47 +02:00
TrueCharts Bot abfc81ebcb
chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#12152) 2023-09-02 14:35:07 +02:00
TrueCharts Bot 050126cb95
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12148) 2023-09-02 13:38:39 +02:00
TrueCharts Bot ce36f8dea5
chore(deps): update container image tccr.io/truecharts/webtop-arch-openbox to latest (#12149) 2023-09-02 13:33:22 +02:00
TrueCharts Bot af19515fb6
chore(deps): update webtop (#12146) 2023-09-02 08:30:11 +02:00
TrueCharts Bot 86721997a0
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12145) 2023-09-02 07:37:15 +02:00
TrueCharts Bot 617ed2eaed
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12144) 2023-09-02 07:36:27 +02:00
TrueCharts Bot bdb94902cb
chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#12143) 2023-09-02 05:30:28 +02:00
TrueCharts Bot 88ddb4cb42
chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#12142) 2023-09-02 04:35:06 +02:00
TrueCharts Bot b64367c36b
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#12141) 2023-09-02 04:33:22 +02:00
TrueCharts Bot c70923f89e
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#12140) 2023-09-02 03:52:08 +02:00