Commit Graph

13806 Commits

Author SHA1 Message Date
Todd Radel c794daa76c
node-exporter: move hierarchical mounts to top level (#9818)
**Description**
Node exporter fails to start, apparently because it cannot create
additional mountpoints under `/host`. This PR changes the mount points
as follows:
* `procfs` changes from `/host/proc` to `/hostproc`.
* `sysfs` changes from `/host/sys` to `/hostsys`.
⚒️ Fixes  #9817 

**⚙️ 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?**
Removed node-exporter and redeployed it with these changes. Node
exporter starts as expected.

**📃 Notes:**
None.

**✔️ 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
- [ ] ⬆️ 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: Todd Radel <todd@radel.us>
2023-06-23 08:52:58 +02:00
TrueCharts Bot b5323144a4
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#9845) 2023-06-23 07:38:31 +02:00
TrueCharts Bot 724a5b7733
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#9844) 2023-06-23 06:34:50 +02:00
TrueCharts Bot 3f902afd98
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9843) 2023-06-23 05:45:47 +02:00
TrueCharts Bot 53097d9481
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9842) 2023-06-23 05:44:48 +02:00
TrueCharts-Bot d260c14ba5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-23 00:30:15 +00:00
TrueCharts Bot 6ac108d1e5
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9840) 2023-06-23 01:36:47 +02:00
TrueCharts Bot 1feab22f75
chore(deps): update container image tccr.io/truecharts/invidious to latest (#9838) 2023-06-23 00:42:49 +02:00
TrueCharts Bot 6ae54aeb21
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#9837) 2023-06-23 00:42:15 +02:00
TrueCharts Bot 49c0244b5b
chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#9836) 2023-06-22 23:34:37 +02:00
TrueCharts Bot 1b1544faa6
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v (#9833) 2023-06-22 22:40:41 +02:00
Stavros Kois 9f450d601a
feat(nextcloud): move to stable (#9832)
**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**

- [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:**

- [ ] ⚖️ 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-06-22 22:29:25 +03:00
kqmaverick 7512cd1a38
docs(nextcloud): migration guide (#9768)
**Description**
Migration guide for new Nextcloud. Please provide any inputs. A demo can
be seen at https://docs.kqmav.com/docs/nc-migration/migration-guide

⚒️ Fixes  #

**⚙️ 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?**
Tested a few times, my nextcloud install is very basic though.

**📃 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
- [ ] ⬆️ 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-06-22 21:39:43 +03:00
TrueCharts Bot 1ce8037d25
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9830) 2023-06-22 19:34:06 +02:00
TrueCharts Bot bb60518524
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.16 (#9829) 2023-06-22 18:39:45 +02:00
TrueCharts Bot 47a5b4784d
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9828) 2023-06-22 18:38:27 +02:00
TrueCharts Bot 6861f11563
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9827) 2023-06-22 16:35:03 +02:00
TrueCharts Bot 34cca9a548
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.5.30 (#9825) 2023-06-22 09:37:15 +02:00
TrueCharts Bot 0781d073f6
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#9826) 2023-06-22 09:37:03 +02:00
TrueCharts Bot 9580133155
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#9824) 2023-06-22 07:37:53 +02:00
TrueCharts Bot 04362baaf5
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#9823) 2023-06-22 04:06:44 +02:00
TrueCharts-Bot 840a48d123 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-22 00:27:17 +00:00
TrueCharts Bot dcd4a22b54
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9822) 2023-06-22 01:35:00 +02:00
TrueCharts Bot 0fd5554945
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#9821) 2023-06-22 00:33:44 +02:00
TrueCharts Bot 2cece4de20
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9820) 2023-06-22 00:32:36 +02:00
TrueCharts Bot e1756169a6
chore(deps): update helm general non-major (#9787) 2023-06-22 00:31:55 +02:00
TrueCharts Bot eeb3c72860
chore(deps): update container image tailscale/tailscale to v1.44.0 (#9819) 2023-06-21 23:40:01 +02:00
Stavros Kois 4f579630de
fix(nextcloud): fix ingress path injection (#9815)
**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-06-21 23:01:21 +03:00
TrueCharts Bot 97acc47486
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9814) 2023-06-21 20:42:55 +02:00
TrueCharts Bot ecb8c942c0
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9812) 2023-06-21 19:35:13 +02:00
TrueCharts Bot e1a35d2ac2
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.3 (#9811) 2023-06-21 19:34:27 +02:00
TrueCharts Bot 331dc86af5
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#9810) 2023-06-21 17:36:27 +02:00
TrueCharts Bot 22b1f292c6
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9809) 2023-06-21 16:37:40 +02:00
TrueCharts Bot c278ab1814
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9808) 2023-06-21 16:36:49 +02:00
TrueCharts Bot 7210619a2c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9807) 2023-06-21 13:35:45 +02:00
TrueCharts Bot e89abe9bb1
chore(deps): update webtop (#9806) 2023-06-21 11:39:26 +02:00
TrueCharts Bot f07080f56b
chore(deps): update webtop (#9805) 2023-06-21 10:32:56 +02:00
Stavros Kois 3bdf118b8c
fix(nextcloud): correct user for collabora (#9748)
**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
- [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:**

- [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>
2023-06-21 11:00:28 +03:00
TrueCharts Bot 848a03c694
chore(deps): update container image tccr.io/truecharts/calibre to v6.21.0 (#9803) 2023-06-21 09:41:39 +02:00
TrueCharts Bot 7998dcf905
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#9804) 2023-06-21 09:41:12 +02:00
Stavros Kois 8ddcfb9e18
feat(collabora): add collabora (#9794)
**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**

- [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
- [x] #️⃣ 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.
- [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-06-21 10:22:07 +03:00
TrueCharts Bot 9927cf0dd4
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9802) 2023-06-21 06:36:26 +02:00
TrueCharts Bot 19a4c350c3
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#9801) 2023-06-21 05:37:34 +02:00
TrueCharts Bot b10fc64393
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9799) 2023-06-21 04:51:42 +02:00
TrueCharts Bot e60cb73c4c
chore(deps): update webtop (#9800) 2023-06-21 04:50:10 +02:00
TrueCharts Bot 3aae4dbc29
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9798) 2023-06-21 04:02:54 +02:00
TrueCharts Bot 25cbcc562b
chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#9797) 2023-06-21 02:52:20 +02:00
TrueCharts Bot c5d9b141ec
chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#9796) 2023-06-21 01:32:43 +02:00
TrueCharts Bot bf431dd2b4
chore(deps): update container image tccr.io/truecharts/minecraft-java17-jdk to v2023.4.1 (#9795) 2023-06-21 01:04:15 +02:00
Xstar97TheNoob 28cd535896
chore(minecraft-java) update gui options and image list + rootless (#9727)
**Description**
 update image selector and gui options.
 app is rootless
added query service to main port

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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._

---------

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-06-21 00:17:35 +03:00