Commit Graph

36 Commits

Author SHA1 Message Date
nautilus7 ae24d09406
Update some links in the docs (#9839)
**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:**

- [ ] ⚖️ 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
- [x] 📄 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._
2023-06-23 08:53:11 +02:00
Kjeld Schouten de12a7e49a
feat: hide advanced ingress options behind checbox (#9203)
**Description**
The `ingressclassname` `entrypoint` and `tls` sections should only be
used in very specific usecases.

IngressClass: Only when having multiple ingress providers
Entrypoint: only when having multiple traefik entrypoints
tls: only when not using the clusterissuer setting on ingresslevel or
using scale certs which are deprecated.

fixes: #9142

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [ ] ⚖️ 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-28 12:32:51 +02:00
TrueCharts-Bot a5b81ddd12 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-24 18:13:47 +00:00
Xstar97TheNoob 545c83f253
move charts to incubator (#9131)
**Description**
Move the following apps to incubator.

```
| Chart Name        | Chart Name  | Chart Name                 |
| ----------------- | ----------- | -------------------------- |
| authentik         | darktable   | guacamole-client           |
| cloudflared       | dsmr-reader | habridge                   |
| dupeguru          | filerun     | filezilla                  |
| firefox           | flashpaper  | focalboard                 |
| gotify            | grist       | icantbelieveitsnotvaletudo |
| icinga2           | inventree   | invidious                  |
| joplin-server     | k8s-gateway | kimai                      |
| koel              | kopia       | kutt                       |
| leantime          | libreoffice | librephotos                |
| linkace           | loki        | lychee                     |
| mattermost        | mealie      | miniflux                   |
| ml-workspace      | mosquitto   | nextcloud                  |
| openkm            | openldap    | penpot                     |
| photoview         | pialert     | piaware                    |
| pidgin            | pihole      | plexanisync                |
| protonmail-bridge | pydio-cells | recipes                    |
| rtmpserver        | sdtd        | shiori                     |
| snipe-it          | statping-ng | synapse                    |
| teamspeak3        | typecho     | wbo                        |
| wger              | wireshark   | zusam                      |
| xbackbone         | youtrack    |                            |
```
⚒️ 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._

---------

Co-authored-by: xtar97 <dev.xtar97@gmail.com>
2023-05-24 19:03:16 +02:00
Stavros Kois d8b3bc90cd
feat(inventree): move to stable (#2787)
* fix(clarkson): change port to resolve a conflict

* feat(inventree): move to stable
2022-05-29 18:13:21 +00:00
truecharts-bot e6d3eb1f18 chore: Auto-update chart README [skip ci] 2022-05-29 15:02:54 +00:00
TrueCharts Bot 0a6cae7eb7
chore(deps): update docker general non-major (#2762)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-29 12:30:16 +02:00
truecharts-bot 304c864d79 chore: Auto-update chart README [skip ci] 2022-05-26 19:29:31 +00:00
truecharts-bot d115ce47ac chore: Auto-update chart README [skip ci] 2022-05-26 10:35:17 +00:00
TrueCharts Bot 68a7098a1e
chore(deps): update helm general non-major helm releases (#2759)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-05-26 11:34:20 +02:00
truecharts-bot 9acc6f43d8 chore: Auto-update chart README [skip ci] 2022-05-24 18:27:52 +00:00
TrueCharts Bot 59ba04b1b0
chore(deps): update docker general non-major (#2744)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-24 20:18:58 +02:00
truecharts-bot d2f38e3e9d chore: Auto-update chart README [skip ci] 2022-05-24 07:26:11 +00:00
TrueCharts-Bot 6377314a5d chore(deps): update helm general non-major helm releases 2022-05-24 08:22:00 +02:00
truecharts-bot 92736eb2fb chore: Auto-update chart README [skip ci] 2022-05-18 20:10:07 +00:00
TrueCharts Bot 63fa6a260d
chore(deps): update docker general non-major (#2706)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-18 19:09:29 +02:00
truecharts-bot 7e4754dbf8 chore: Auto-update chart README [skip ci] 2022-05-17 19:25:52 +00:00
TrueCharts-Bot 6173a22c31 chore(deps): update helm general non-major helm releases 2022-05-17 20:27:02 +02:00
truecharts-bot 69fea8f914 chore: Auto-update chart README [skip ci] 2022-05-17 08:50:16 +00:00
TrueCharts-Bot 1b1edccfc1 chore(deps): update helm general non-major helm releases 2022-05-17 08:28:26 +02:00
truecharts-bot 14681c6229 chore: Auto-update chart README [skip ci] 2022-05-13 18:34:16 +00:00
Jason Thatcher 90a00943fb
Fix home URLs (#2664) 2022-05-13 09:40:56 +02:00
TrueCharts Bot a7da9d0914
chore(deps): update docker general non-major (#2658)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-13 09:35:54 +02:00
truecharts-bot e8dd980eee chore: Auto-update chart README [skip ci] 2022-05-10 21:17:41 +00:00
renovate[bot] 6600c918a4
chore(deps): update helm general non-major helm releases (#2649)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-10 22:21:24 +02:00
Stavros Kois 9c8af35009
feat(mkvtoolnix): move to stable (#2636)
* feat(mkvtoolnix): move to stable

* update image refs

* Update charts/games/statisfactory/values.yaml

* Update charts/games/statisfactory/values.yaml
2022-05-07 23:59:53 +02:00
truecharts-bot d637d23438 chore: Auto-update chart README [skip ci] 2022-05-06 09:33:33 +00:00
Stavros Kois ae63a361dc
fix(inventree): re-add nginx (#2618)
* fix(inventree): re-add nginx

* configmap common

* newline

* port

* root

* run additional cont as root?

* grp

* test rofs true

* rofs false
2022-05-06 12:30:47 +03:00
truecharts-bot 836d18469e chore: Auto-update chart README [skip ci] 2022-05-05 09:00:47 +00:00
renovate[bot] 7692c86fac
chore(deps): update helm general non-major helm releases (#2612)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 10:05:05 +02:00
truecharts-bot eab8439140 chore: Auto-update chart README [skip ci] 2022-05-04 07:29:45 +00:00
renovate[bot] 76352e80d2
chore(deps): update helm general non-major helm releases (#2605)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 09:08:32 +02:00
truecharts-bot d138598a4f chore: Auto-update chart README [skip ci] 2022-04-29 07:38:59 +00:00
renovate[bot] d02f35c3f2
chore(deps): update docker general non-major (#2581)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-29 09:32:25 +02:00
truecharts-bot 39018ff0e1 chore: Auto-update chart README [skip ci] 2022-04-28 20:02:47 +00:00
Stavros Kois 968cb8b22d
feat(inventree): add inventree (#2576)
* feat(inventree): add inventree

* update gui

* app nginx

* fix path

* fix(templates): expect of cidr must be string instead of int

* fix worker vols

* root

* no root

* use container's uesr

* root group

* rofs

* try without nginx

* try without nginx

* remove

* start server as additionalcont to start first

* init db

* check

* migrate

* init account

* add secret on ui
2022-04-28 23:00:02 +03:00