Commit Graph

20461 Commits

Author SHA1 Message Date
Xstar97TheNoob e59e0e3360 migrate(plextraktsync) migrate plextraktsync to new common **BREAKING CHANGES** (#12887)
**Description**
migrate app and set a static semver tag
⚒️ 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)
- [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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-24 14:28:31 +03:00
allcontributors[bot] bc778e62f5 docs: add simon-hofmann as a contributor for code (#12908)
Adds @simon-hofmann as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-24 14:17:11 +03:00
Xstar97TheNoob 1670990ce9 migrate(reactive-resume) migrate reactive-resume to new common **BREAKING CHANGES** (#12455)
**Description**
Migrate to new common
update chart
multi-pod 

⚒️ 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)
- [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._

---------

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-09-24 14:16:08 +03:00
Simon Hofman ab16ddc14c feat(immich) add support for external library (#12880)
**Description**
Immich provides the ability to add a readonly library instead of
uploading each photo.
I just added an additional persistance config that gives the ability to
mount into main and microservices simultaneously.
Here is the doc from immich for that feature
(https://immich.app/docs/features/libraries)

⚒️ Fixes (https://github.com/truecharts/charts/issues/10202)

**⚙️ 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
- [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`
2023-09-24 14:13:34 +03:00
Xstar97TheNoob 64651dcbd8 fix(projectsend) fix projectsend config path. (#12897)
**Description**
the config file needs to exists here
`/app/www/public/includes/sys.config.php` the app will move the file to
the correct place.
⚒️ 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:**
I tested locally by creating a empty file and deleting it, the file
would be copied over to the correct path after and the app wouldnt ask
for the db info when creating the file.

**✔️ 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-24 14:10:48 +03:00
Xstar97TheNoob f9021e1bbd feat(vocechat-server) add vocechat-server (#12866)
**Description**
A superlight rust written social server.
⚒️ 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-24 14:10:17 +03:00
StevenMcElligott 6a3502adfd feat(Jenkins): Back to Stable (#12898)
**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-24 14:09:46 +03:00
TrueCharts Bot d5bee098f1 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12907) 2023-09-24 12:34:29 +02:00
TrueCharts Bot fad61eeb09 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#12905) 2023-09-24 10:37:12 +02:00
TrueCharts Bot 3230d21dc3 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12903) 2023-09-24 09:36:22 +02:00
TrueCharts Bot f1fc85778f chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12904) 2023-09-24 09:35:16 +02:00
TrueCharts Bot dacc52bb1c chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12902) 2023-09-24 07:38:17 +02:00
TrueCharts Bot 7bf01f8f70 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12901) 2023-09-24 07:38:05 +02:00
TrueCharts Bot 01a6d4f7fb chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#12900) 2023-09-24 05:40:00 +02:00
TrueCharts Bot 4bf1e8487c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 (#12895) 2023-09-24 00:41:39 +02:00
Xstar97TheNoob 536c3028d1 migrate(backuppc) migrate backuppc to new common **BREAKING CHANGES** (#12865)
**Description**
Migrate backuppc to new common and set a static semver version.
⚒️ 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
- [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-24 01:04:56 +03:00
TrueCharts Bot 08dec1085d chore(deps): update container image tccr.io/truecharts/photoprism to v230923 (#12894) 2023-09-23 23:37:42 +02:00
TrueCharts Bot 707e0dc331 chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 (#12893) 2023-09-23 23:34:37 +02:00
TrueCharts Bot a92c13cea5 chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.5.0 (#12892) 2023-09-23 22:37:29 +02:00
TrueCharts Bot 334bcb5208 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#12890) 2023-09-23 21:35:40 +02:00
TrueCharts Bot c1b0829bec chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12891) 2023-09-23 21:35:07 +02:00
TrueCharts Bot a29e3bc66b chore(deps): update helm general non-major (#12869) 2023-09-23 20:48:15 +02:00
TrueCharts Bot a2aa77950c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12888) 2023-09-23 20:36:45 +02:00
TrueCharts Bot 46acbaab94 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.2.0 (#12889) 2023-09-23 20:36:28 +02:00
TrueCharts Bot 5fc2f87269 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12885) 2023-09-23 19:37:22 +02:00
TrueCharts Bot 371b143245 chore(deps): update container image tccr.io/truecharts/code-server to v4.17.0 (#12886) 2023-09-23 19:37:05 +02:00
TrueCharts Bot 34ff33f63a chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#12884) 2023-09-23 18:38:42 +02:00
TrueCharts Bot d63aadf64c chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#12883) 2023-09-23 18:38:22 +02:00
TrueCharts Bot c674bffb13 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#12882) 2023-09-23 17:34:41 +02:00
TrueCharts Bot bf08cd953f chore(deps): update container image tccr.io/truecharts/searxng to latest (#12881) 2023-09-23 17:34:05 +02:00
TrueCharts Bot 9cfbe7d1e3 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#12878) 2023-09-23 16:36:21 +02:00
TrueCharts Bot 26a8318882 chore(deps): update container image tccr.io/truecharts/autobrr to v1.30.0 (#12879) 2023-09-23 16:35:08 +02:00
TrueCharts Bot 19083fc398 chore(deps): update container image tccr.io/truecharts/shlink to v3.6.4 (#12877) 2023-09-23 15:39:04 +02:00
TrueCharts Bot 95989a36ec chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12876) 2023-09-23 15:36:28 +02:00
TrueCharts Bot 0b033c315b chore(deps): update container image tccr.io/truecharts/searxng to latest (#12875) 2023-09-23 14:35:42 +02:00
TrueCharts Bot 7d7347b9f6 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#12874) 2023-09-23 14:34:41 +02:00
TrueCharts Bot dab9e0b106 chore(deps): update container image tccr.io/truecharts/flexget to v3.9.10 (#12872) 2023-09-23 13:36:20 +02:00
TrueCharts Bot f59ce846c3 chore(deps): update container image tccr.io/truecharts/qinglong to v2.16.3 (#12873) 2023-09-23 13:35:42 +02:00
TrueCharts Bot 96af6c349f chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.25 (#12871) 2023-09-23 12:37:52 +02:00
TrueCharts Bot 0867839a6d chore(deps): update container image tccr.io/truecharts/browserless-chrome to v1.60.1 (#12870) 2023-09-23 12:36:01 +02:00
TrueCharts Bot 7dbb70e47b chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.122.0 (#12868) 2023-09-23 11:35:37 +02:00
TrueCharts Bot 4ddb3bb9f3 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12867) 2023-09-23 11:35:21 +02:00
TrueCharts Bot c5f80a242c chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.2 (#12857) 2023-09-23 11:04:09 +02:00
TrueCharts Bot d4b1cabcc4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12863) 2023-09-23 10:38:42 +02:00
TrueCharts Bot b847c56445 chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#12864) 2023-09-23 10:38:29 +02:00
TrueCharts Bot 00d107201b chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12862) 2023-09-23 09:36:40 +02:00
TrueCharts Bot 74760a17ba chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12861) 2023-09-23 09:35:57 +02:00
TrueCharts Bot 5c7f8c8ab9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12860) 2023-09-23 08:37:44 +02:00
TrueCharts Bot 8f0d966b73 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12859) 2023-09-23 06:35:37 +02:00
TrueCharts Bot 94158f721e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12858) 2023-09-23 04:40:46 +02:00