Commit Graph

20200 Commits

Author SHA1 Message Date
allcontributors[bot] 8025fee303 docs: add jordan-woyak as a contributor for code (#12646)
Adds @jordan-woyak as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-09-16 11:56:57 +03:00
TrueCharts Bot 9b5209cd2a chore(deps): update container image tccr.io/truecharts/vaultwarden to v1.29.2 (#12227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/vaultwarden](https://togithub.com/truecharts/containers)
| patch | `v1.29.1` -> `v1.29.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
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-16 11:56:39 +03:00
kqmaverick 088f8933cf fix(vaultwarden): Update SMTP deprecated variable - user must reassign the smtp security setting (#11980)
**Description**
Old SMTP variable "SMTP_SSL" has been depreciated in favor of
"SMTP_SECURITY"

⚒️ Fixes  #11967 

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 11:55:56 +03:00
Jordan Woyak 7acee53c3e fix(docker-compose): postStart execution. (#12472)
**Description**
The docker-compose app is currently known to not properly launch on
TrueNAS Scale. Discord is filled with suggestions to manually shell into
the app and run `docker-compose up`. This is of course not a real
solution.

Based on this documentation I have moved the `lifecycle` section in
`values.yaml`:
https://truecharts.org/manual/helm/common/container/lifecycle/

⚒️ Fixes  #6439 (possibly related 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?**
I have manually updated the `ix_values.yaml` in my `ix_applications`
directory to test this change. The app now runs as expected.

**📃 Notes:**
I have very little knowledge of this entire system. I have only tested
this on my "TrueNAS-SCALE-22.12.3.3" setup. If this app is supposed to
run elsewhere, I haven't tested it, but I will mention that my changes
are similar to what is already being done here in an unrelated app:
https://github.com/truecharts/charts/blob/75ad318c2582cae175588c5b1741655ee73a6c32/charts/stable/piwigo/values.yaml#L31-L45

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

---------

Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
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 <47820033+stavros-k@users.noreply.github.com>
2023-09-16 08:49:10 +00:00
Xstar97TheNoob 12076a3c39 fix(odoo) odoo rootless (#11906)
**Description**
default to rootless + remove dbfilter
⚒️ 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-09-16 11:47:02 +03:00
Xstar97TheNoob c44257e090 feat(sonsoftheforest) add sonsoftheforest (#12196)
**Description**
A custom SteamCMD chart that runs Sons Of The Forest 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._
2023-09-16 11:45:12 +03:00
TrueCharts Bot c7032a9ba8 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#12645) 2023-09-16 10:38:27 +02:00
StevenMcElligott 7a09a19d09 migrate(icloudpd): Migrate to new common (#12471)
**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-16 11:33:20 +03:00
TrueCharts Bot 27ea3fcd6a chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#12644) 2023-09-16 09:38:05 +02:00
TrueCharts Bot 454d110131 chore(deps): update container image tccr.io/truecharts/grafana to v10.1.1 (#12643) 2023-09-16 08:35:30 +02:00
TrueCharts Bot d74bd67dd1 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#12642) 2023-09-16 06:36:40 +02:00
TrueCharts Bot 059e8813da chore(deps): update container image tccr.io/truecharts/redis to v7.2.1 (#12641) 2023-09-16 04:36:16 +02:00
TrueCharts Bot 1ab143550f chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.1.0 (#12640) 2023-09-16 02:52:10 +02:00
TrueCharts Bot 550c7783b2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12639) 2023-09-16 01:39:32 +02:00
TrueCharts Bot 1d39b9c57b chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 (#12638) 2023-09-16 01:37:58 +02:00
TrueCharts Bot 3cb11bdf4d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12636) 2023-09-16 00:35:39 +02:00
TrueCharts Bot a65356522b chore(deps): update container image tccr.io/truecharts/webgrabplus to v5.1.2 (#12637) 2023-09-16 00:35:24 +02:00
TrueCharts Bot 0bf0a90c22 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.5 (#12635) 2023-09-15 23:38:27 +02:00
TrueCharts Bot 0a1be7cc0a chore(deps): update container image tccr.io/truecharts/mattermost to v9.0.0 (#12634) 2023-09-15 23:38:12 +02:00
TrueCharts Bot 1a2940afed chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#12632) 2023-09-15 22:39:54 +02:00
TrueCharts Bot f55c29beb4 chore(deps): update container image tccr.io/truecharts/webtop-arch-xfce to latest (#12633) 2023-09-15 22:34:23 +02:00
TrueCharts Bot fa916bd051 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.24 (#12631) 2023-09-15 21:35:50 +02:00
TrueCharts Bot 868d6063a0 chore(deps): update webtop (#12630) 2023-09-15 21:30:09 +02:00
TrueCharts Bot f2b3910dfc chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#12628) 2023-09-15 20:34:40 +02:00
TrueCharts Bot cc2283cfb7 chore(deps): update rdesktop (#12629) 2023-09-15 20:33:25 +02:00
TrueCharts Bot 6acd08a0a4 chore(deps): update rdesktop (#12626) 2023-09-15 19:29:11 +02:00
TrueCharts Bot 74b5108825 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12625) 2023-09-15 16:37:16 +02:00
TrueCharts Bot 363e0f85e5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12624) 2023-09-15 16:36:32 +02:00
TrueCharts Bot d50a685d20 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12623) 2023-09-15 15:38:35 +02:00
TrueCharts Bot 8b6e228344 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#12622) 2023-09-15 15:38:30 +02:00
TrueCharts Bot 654d3168f4 chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12620) 2023-09-15 14:38:13 +02:00
TrueCharts Bot 3d5d608981 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#12619) 2023-09-15 13:34:24 +02:00
TrueCharts Bot 19b889da79 chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#12617) 2023-09-15 11:35:29 +02:00
TrueCharts Bot 76440d34a2 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12618) 2023-09-15 11:33:09 +02:00
TrueCharts Bot 03d9c5c982 chore(deps): update container image tccr.io/truecharts/searxng to latest (#12616) 2023-09-15 10:34:59 +02:00
TrueCharts Bot f2bf4600a5 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12615) 2023-09-15 09:35:09 +02:00
TrueCharts Bot c79885b8aa chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12614) 2023-09-15 08:35:47 +02:00
TrueCharts Bot 931436b035 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#12613) 2023-09-15 07:36:33 +02:00
TrueCharts Bot ee1ce68e20 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#12612) 2023-09-15 06:34:16 +02:00
TrueCharts Bot 02a07b8fef chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.0.0 (#12611) 2023-09-15 04:41:52 +02:00
TrueCharts Bot 7eda39cecf chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 (#12610) 2023-09-15 04:41:42 +02:00
TrueCharts Bot d48f574c1e chore(deps): update container image tccr.io/truecharts/lldap to v0.5.0 (#12609) 2023-09-15 03:58:02 +02:00
TrueCharts Bot 6008726542 chore(deps): update container image tccr.io/truecharts/filebrowser to v2.25.0 (#12608) 2023-09-15 03:56:17 +02:00
TrueCharts Bot c5d57cb797 chore(deps): update container image tccr.io/truecharts/baserow to v1.20.2 (#12607) 2023-09-15 02:50:15 +02:00
TrueCharts Bot 4861f7e1ad chore(deps): update immich to v1.78.1 (patch) (#12606) 2023-09-14 22:39:23 +02:00
TrueCharts Bot 6b8393a6d0 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#12605) 2023-09-14 22:36:26 +02:00
TrueCharts Bot 6ae8fbc1ec chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#12603) 2023-09-14 21:37:29 +02:00
TrueCharts Bot a450afdc8d chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7468 (#12604) 2023-09-14 21:35:12 +02:00
TrueCharts Bot 390c989f2a chore(deps): update container image tccr.io/truecharts/rsshub to latest (#12601) 2023-09-14 20:36:15 +02:00
TrueCharts Bot d1189ad12e chore(deps): update container image tccr.io/truecharts/searxng to latest (#12602) 2023-09-14 20:36:05 +02:00