Commit Graph

16786 Commits

Author SHA1 Message Date
Kjeld Schouten 25db68a213
feat: Add global section and stopAll support to GUI
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-13 10:09:11 +02:00
Stavros Kois 45aff06439
feat(immich): BREAKING CHANGE - port to new common + multi-pod (#8801) 2023-05-13 10:56:21 +03:00
TrueCharts Bot 44c8538dfa
chore(deps): update container image tccr.io/truecharts/jupyter-scipy to v2023-05 (#8916) 2023-05-12 14:58:42 +02:00
TrueCharts Bot 2cb1cf963c
chore(deps): update container image tccr.io/truecharts/jupyter-r to v2023-05 (#8914) 2023-05-12 13:56:50 +02:00
TrueCharts Bot 7cde045bc6
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.7.4.0 (#8915) 2023-05-12 13:54:09 +02:00
Kjeld Schouten-Lebbing b1801c5d8c Merge branch 'master' of github.com:truecharts/charts 2023-05-12 12:32:00 +02:00
Kjeld Schouten-Lebbing 166dbfecc2 feat: add CNPG hibernation option to GUI 2023-05-12 12:30:20 +02:00
TrueCharts Bot 310fca8d8a
chore(deps): update renovatebot/github-action action to v37.0.0 (#8913)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v36.1.1` -> `v37.0.0` |

---

### Release Notes

<details>
<summary>renovatebot/github-action</summary>

###
[`v37.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v37.0.0)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.1.1...v37.0.0)

##### ⚠ BREAKING CHANGES

-   The action now uses the default docker user again.

##### Features

- use default docker user
([#&#8203;737](https://togithub.com/renovatebot/github-action/issues/737))
([2b734bc](2b734bc8d8))

##### Miscellaneous Chores

- **deps:** update commitlint monorepo to v17.6.3
([70bcd3a](70bcd3af02))
- **deps:** update linters to v5.59.2
([779f1d8](779f1d8708))
- fix typos in Renovate configuration
([#&#8203;734](https://togithub.com/renovatebot/github-action/issues/734))
([5ad2b2e](5ad2b2e023))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.71.7
([#&#8203;733](https://togithub.com/renovatebot/github-action/issues/733))
([aea141a](aea141a645))
- **deps:** update renovate docker tag to v35.72.1
([4f06731](4f067314b6))
- **deps:** update renovate docker tag to v35.73.0
([be066a1](be066a1700))
- **deps:** update renovate docker tag to v35.74.1
([#&#8203;735](https://togithub.com/renovatebot/github-action/issues/735))
([cc2659c](cc2659c36e))
- **deps:** update renovate docker tag to v35.75.0
([2ea35a6](2ea35a6207))
- **deps:** update renovate docker tag to v35.77.0
([4fdca9f](4fdca9f972))
- **deps:** update renovate docker tag to v35.80.0
([e2c7972](e2c797264f))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS44MC4xIiwidXBkYXRlZEluVmVyIjoiMzUuODAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-12 12:25:08 +02:00
edgar131 33d6ecb9c9
feat(custom-app) Enable Options for Configuring Portal & bump app version (#8805)
**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.
-->
Adds support to custom-app to enable/disable the web portal as well as
configure override settings for the port/host/protocol.

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

**⚙️ 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 copied my updated section of questions.yaml into the questions.yaml in
my personal catalog and installed various scenarios of
enabling/disabling and overriding parameters.

**📃 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._
2023-05-12 11:54:23 +02:00
TrueCharts Bot 1ff0a0c0e4
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.3 (#8912) 2023-05-12 10:52:26 +02:00
TrueCharts Bot 5e058ed420
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.2 (#8911) 2023-05-12 09:52:54 +02:00
TrueCharts Bot 8db39a5c13
chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.2.0 (#8910) 2023-05-12 07:01:07 +02:00
TrueCharts Bot 749a9ab607
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.78.1 (#8907) 2023-05-12 05:57:26 +02:00
TrueCharts Bot b63e411a66
chore(deps): update container image tccr.io/truecharts/n8n to v0.228.1 (#8906) 2023-05-12 05:08:41 +02:00
TrueCharts Bot 258c93c04f
chore(deps): update container image tccr.io/truecharts/plex to v1.32.1.6999 (#8898) 2023-05-12 01:55:51 +02:00
TrueCharts Bot 7e92d5468d
chore(deps): update helm general non-major (#8878) 2023-05-12 01:55:25 +02:00
TrueCharts Bot 1f34e2b8c7
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.1 (#8896) 2023-05-12 01:00:53 +02:00
TrueCharts Bot 9a96adaf2f
chore(deps): update jupyter (#8894) 2023-05-11 23:55:41 +02:00
TrueCharts Bot afab5a460b
chore(deps): update kitchenowl (#8895) 2023-05-11 23:53:58 +02:00
TrueCharts Bot 82953c14eb
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.14 (#8893) 2023-05-11 22:55:48 +02:00
TrueCharts Bot b4c0861943
chore(deps): update container image tccr.io/truecharts/jackett to v0.20.2814 (#8891) 2023-05-11 21:56:59 +02:00
TrueCharts Bot e47016bbbd
chore(deps): update container image tailscale/tailscale to v1.40.1 (#8889) 2023-05-11 04:57:07 +02:00
TrueCharts Bot fd25bf7eec
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.4.1.3258 (#8884) 2023-05-10 11:56:20 +02:00
Stavros Kois ce0baae04e
fix(vikunja): remove additional_attrs from list (#8880) 2023-05-10 09:28:58 +03:00
TrueCharts Bot 3f4f6931b4
chore(deps): update container image tccr.io/truecharts/grav to v1.7.40 (#8879) 2023-05-09 22:01:39 +02:00
aaros-pl 6e90e692b4
Grav update container image to v1.7.40 (#8865)
**Description**
Updated grav image
⚒️ Fixes  # Outdated version
#8864
#7796 Found the same issue open

**⚙️ 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?**
Deployed helm chart with updated image version.

**📃 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._
2023-05-09 21:52:45 +03:00
TrueCharts Bot 7b1282a685
chore(deps): update container image tccr.io/truecharts/jackett to v0.20.2814 (#8876) 2023-05-09 12:07:10 +02:00
StevenMcElligott f2912934b1
fix(mongo-express): Remove required db name (#8873)
**Description**

We don't need to specify a DB name, just the username/password, if using
root, so removing the required. Last test before Stable

⚒️ 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:**
<!-- 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._
2023-05-09 12:01:06 +03:00
TrueCharts Bot b817758951
chore(deps): update container image tccr.io/truecharts/kavita to v0.7.2 (#8874) 2023-05-09 05:59:25 +02:00
TrueCharts Bot 8abdf24a6f
chore(deps): update container image tccr.io/truecharts/photoprism to v230506 (#8868) 2023-05-08 17:42:30 +02:00
TrueCharts Bot 433d413106
chore(deps): update jupyter to v2023-05 (minor) (#8867) 2023-05-08 16:43:30 +02:00
TrueCharts Bot 82bfd85909
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.15.0 (#8866) 2023-05-08 16:41:51 +02:00
TrueCharts Bot 52076dfdf4
chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.04.1 (#8862) 2023-05-08 14:40:16 +02:00
TrueCharts Bot 10fb4709a8
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.113.0 (#8863) 2023-05-08 14:40:02 +02:00
TrueCharts Bot 629af305ac
chore(deps): update container image tccr.io/truecharts/n8n to v0.227.0 (#8859) 2023-05-08 13:44:17 +02:00
TrueCharts Bot af8e3b0408
chore(deps): update container image tccr.io/truecharts/qdirstat to v23.04.1 (#8860) 2023-05-08 13:43:03 +02:00
TrueCharts Bot f37c8c0f7d
chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.05.1 (#8858) 2023-05-08 12:53:40 +02:00
TrueCharts Bot 8d06abb5c2
chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.04.1 (#8856) 2023-05-08 11:56:58 +02:00
TrueCharts Bot bd76b78a07
chore(deps): update container image tccr.io/truecharts/handbrake to v23.04.1 (#8853) 2023-05-08 10:42:32 +02:00
TrueCharts Bot c091244011
chore(deps): update container image tccr.io/truecharts/dashdot to v5.2.1 (#8852) 2023-05-08 10:41:07 +02:00
TrueCharts Bot 27090cd643
chore(deps): update container image tccr.io/truecharts/czkawka to v23.04.1 (#8851) 2023-05-08 09:42:14 +02:00
TrueCharts Bot 2d24abeda6
chore(deps): update container image tccr.io/truecharts/avidemux to v23.04.1 (#8850) 2023-05-08 09:42:03 +02:00
TrueCharts Bot d5f759475c
chore(deps): update container image tccr.io/truecharts/autobrr to v1.25.0 (#8848) 2023-05-08 08:41:15 +02:00
TrueCharts Bot 52b1519cdb
chore(deps): update container image tccr.io/truecharts/actualserver to v23.5.0 (#8847) 2023-05-08 08:41:08 +02:00
TrueCharts Bot 92c8dc28d7
chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.30.4 (#8846) 2023-05-08 07:34:36 +02:00
TrueCharts Bot b4012f7528
chore(deps): update container image tccr.io/truecharts/unpackerr to v0.11.2 (#8843) 2023-05-08 06:43:23 +02:00
TrueCharts Bot 11d0b1d942
chore(deps): update container image tccr.io/truecharts/watchyourlan to v0.9.2 (#8844) 2023-05-08 06:43:18 +02:00
TrueCharts Bot 6c3579ba31
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#8841) 2023-05-08 05:41:34 +02:00
TrueCharts Bot 743f3f9219
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.14 (#8839) 2023-05-08 04:55:47 +02:00
TrueCharts Bot 1c749f9cee
chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.1 (#8840) 2023-05-08 04:55:28 +02:00