Commit Graph

16464 Commits

Author SHA1 Message Date
Xstar97TheNoob 72e29ed695
fix(lancache-dns) fix options not being loaded. (#8707)
**Description**
A possible fix to clean up and fix the gui for variables to show up.

⚒️ Fixes  #8708

**⚙️ 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:**
Some checkboxes are not being shown.

**✔️ 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>
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-05-04 23:58:02 +03:00
MaverickD650 aaec378ff2
fix(portainer): Port to new common BREAKING CHANGES (#8755)
**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.
-->
Fixed the errors in the part 4 PR and seems to install correctly. Can't
merge into that PR branch without causing a mess so did it this way
instead.

⚒️ 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)
- [ ] 🔃 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
-->
Previously tested on CI in my own fork.

**📃 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: MaverickD650 <92877124+MaverickD650@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-04 22:36:30 +03:00
TrueCharts Bot 020448ee0d
chore(deps): update container image tccr.io/truecharts/lancache-monolithic to latest (#8758) 2023-05-04 20:58:20 +02:00
StevenMcElligott 1035fae94b
fix(idrac-fan): Clean up questions (#8751)
**Description**

Fix SCALE GUI questions

⚒️ 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-04 12:55:51 -04:00
TrueCharts Bot 68e7849039
chore(deps): update container image tccr.io/truecharts/minetest to 5.7.0 (#8754) 2023-05-04 13:57:25 +02:00
Stavros Kois c06f68e711
fix(questions): fix questions (#8747)
**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-05-04 01:05:56 +03:00
Stavros Kois a1b096c7fb
fix(questions): fix questions.yaml (#8745)
**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-05-03 23:25:54 +03:00
TrueCharts Bot ef78ef17e1
chore(deps): update renovatebot/github-action action to v36.1.0 (#8743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v36.0.4` -> `v36.1.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.4...v36.1.0)

##### Features

- pass http proxy env to container
([#&#8203;731](https://togithub.com/renovatebot/github-action/issues/731))
([1c8f93f](1c8f93fe54))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.25
([a74624e](a74624ecb2))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.69.1
([49aa4b7](49aa4b7bb0))
- **deps:** update renovate docker tag to v35.69.3
([281a5bf](281a5bf404))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS41IiwidXBkYXRlZEluVmVyIjoiMzUuNjkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 17:29:54 +02:00
TrueCharts Bot 6d17665a97
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.0 (#8275) 2023-05-03 14:17:32 +02:00
TrueCharts Bot 121fc01a7c
chore(deps): update authentik to v2023.4.1 (minor) (#8545) 2023-05-03 14:12:51 +02:00
TrueCharts Bot ea3e0a39fa
chore(deps): update container image tccr.io/truecharts/youtrack to v2023.1.9031 (#8306) 2023-05-03 14:12:43 +02:00
TrueCharts Bot fb338756ee
chore(deps): update container image tccr.io/truecharts/linkace to v1.12.0 (#8594) 2023-05-03 14:11:38 +02:00
TrueCharts Bot 515b97267c
chore(deps): update container image tccr.io/truecharts/matomo to 4.14.2 (#8740) 2023-05-03 13:55:56 +02:00
TrueCharts Bot cd202e00c8
chore(deps): update container image tccr.io/truecharts/synclounge to 5.2.5 (#8733) 2023-05-03 13:53:44 +02:00
TrueCharts Bot 0124572e7f
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.2 (#8741)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `v3.1.1` -> `3.1.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 13:31:12 +02:00
TrueCharts Bot 49afeb5865
chore(deps): update container image tccr.io/truecharts/nginx to v1.24.0 (#8606) 2023-05-03 13:30:31 +02:00
TrueCharts Bot 4b84ecc41e
chore(deps): update penpot to v1.18.1 (minor) (#8288) 2023-05-03 13:29:54 +02:00
TrueCharts Bot c3b10e9712
chore(deps): update container image tccr.io/truecharts/synapse to v1.82.0 (#8263) 2023-05-03 13:29:34 +02:00
TrueCharts Bot 2abcac09ed
chore(deps): update container image tccr.io/truecharts/focalboard to v7.10.0 (#8573) 2023-05-03 13:25:46 +02:00
TrueCharts Bot af38b4825f
chore(deps): update container image tccr.io/truecharts/grist to v1.0.9 (#8450) 2023-05-03 13:25:40 +02:00
TrueCharts Bot 64bb160851
chore(deps): update container image tccr.io/truecharts/wordpress to v (#8419) 2023-05-03 13:25:33 +02:00
TrueCharts Bot 59e1d1d9d3
chore(deps): update container image tccr.io/truecharts/youtrack to v2022.3.65379 (#8537) 2023-05-03 13:25:30 +02:00
TrueCharts Bot bd7cc1267e
chore(deps): update container image tccr.io/truecharts/snipe-it to v6.1.0 (#8259) 2023-05-03 13:25:26 +02:00
TrueCharts Bot 7318819515
chore(deps): update container image tccr.io/truecharts/wger to latest (#8416) 2023-05-03 13:25:19 +02:00
TrueCharts Bot 41ca918e4c
chore(deps): update container image tccr.io/truecharts/joplin-server to v2.10.10 (#8458) 2023-05-03 13:25:17 +02:00
TrueCharts Bot 2cfad63eb9
chore(deps): update authentik to v2023.2.3 (patch) (#8430) 2023-05-03 13:25:14 +02:00
TrueCharts Bot 29acca4c11
chore(deps): update container image tccr.io/truecharts/ghost to v5.45.1 (#8576) 2023-05-03 13:25:12 +02:00
TrueCharts Bot 9e2b3aed75
chore(deps): update container image tccr.io/truecharts/pylon to 2.9.0 (#8731) 2023-05-03 13:25:06 +02:00
TrueCharts Bot df9779e927
chore(deps): update container image tccr.io/truecharts/pihole to v2023.03.1 (#8637) 2023-05-03 13:25:01 +02:00
TrueCharts Bot 349ce45cb2
chore(deps): update container image tccr.io/truecharts/guacamole-client to v1.5.1 (#8451) 2023-05-03 13:24:58 +02:00
TrueCharts Bot 6d2441f89c
chore(deps): update container image tccr.io/truecharts/leantime to v2.3.20 (#8477) 2023-05-03 13:24:57 +02:00
TrueCharts Bot e9375e65d1
chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.4.2 (#8561) 2023-05-03 13:24:53 +02:00
TrueCharts Bot be97d91dec
chore(deps): update container image tccr.io/truecharts/linkace to v1.11.4 (#8479) 2023-05-03 13:24:51 +02:00
TrueCharts Bot b71ab831a6
chore(deps): update container image tccr.io/truecharts/protonmail-bridge to v3.1.2 (#8651) 2023-05-03 13:24:46 +02:00
TrueCharts Bot b689789a75
chore(deps): update container image tccr.io/truecharts/deconz to v2.22.00 (#8564) 2023-05-03 13:24:42 +02:00
TrueCharts Bot fc10f36fc8
chore(deps): update container image tccr.io/truecharts/wireshark to v (#8418) 2023-05-03 13:24:39 +02:00
TrueCharts Bot 6c1423856b
chore(deps): update container image tccr.io/truecharts/icinga2 to v2.13.7 (#8456) 2023-05-03 13:24:32 +02:00
TrueCharts Bot 925ff98790
chore(deps): update container image tccr.io/truecharts/thanos to 0.31.0 (#8735) 2023-05-03 13:24:27 +02:00
TrueCharts Bot 721967d9e8
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#8732) 2023-05-03 13:24:24 +02:00
TrueCharts Bot b72f949ab4
chore(deps): update container image tccr.io/truecharts/loki to v2.8.1 (#8595) 2023-05-03 13:24:18 +02:00
TrueCharts Bot 67d4308cdc
chore(deps): update container image tccr.io/truecharts/prometheus to 2.43.0 (#8730) 2023-05-03 13:22:51 +02:00
TrueCharts Bot 9b776406e6
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#8729) 2023-05-03 13:22:43 +02:00
TrueCharts Bot 8934eab88c
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#8726) 2023-05-03 13:21:33 +02:00
TrueCharts Bot 9d180354a3
chore(deps): update container image tccr.io/truecharts/pialert to latest (#8338) 2023-05-03 13:19:30 +02:00
TrueCharts Bot 6f0796369e
chore(deps): update container image tccr.io/truecharts/pidgin to v (#8339) 2023-05-03 13:19:27 +02:00
TrueCharts Bot b1ac216165
chore(deps): update container image tccr.io/truecharts/libreoffice to v (#8252) 2023-05-03 13:19:12 +02:00
TrueCharts Bot d1cf5324df
chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#8698) 2023-05-03 13:19:07 +02:00
TrueCharts Bot a71fe16ae7
chore(deps): update container image tccr.io/truecharts/plexanisync to latest (#8342) 2023-05-03 13:19:03 +02:00
TrueCharts Bot 511cd53652
chore(deps): update container image tccr.io/truecharts/grafana to 9.5.1 (#8725) 2023-05-03 13:19:00 +02:00
TrueCharts Bot 8c86fd7818
chore(deps): update container image tccr.io/truecharts/mongodb to 6.0.5 (#8728) 2023-05-03 13:18:58 +02:00