Commit Graph

19 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 811ad4609a
feat(kimai): move to stable (#2304)
* feat(kimai): move to stable

* bump
2022-03-27 16:02:11 +03:00
TrueCharts-Bot dd224648ab Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 17:54:33 +00:00
renovate[bot] 04ca65642f
chore(deps): update helm general non-major helm releases (#2290)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 18:28:06 +01:00
TrueCharts-Bot 33eeec3418 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 15:30:42 +00:00
kjeld Schouten-Lebbing 810f1bf60e
chore(apps): bump all apps to trigger ci 2022-03-26 15:29:49 +01:00
Stavros Kois 61a6c7e967
chore(apps): update common lib referece (#2288)
* chore(apps): update common lib referece

* bump apps

* trigger
2022-03-26 14:07:37 +01:00
Stavros Kois b2375ae1d6
fix(kimai): add secrets (#2286) 2022-03-26 03:20:40 +02:00
TrueCharts-Bot cdc3bd588d Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 00:19:17 +00:00
Stavros Kois 837c1606c6
chore(recipes): correct path for nginx (#2284)
* chore(recipes): correct path for nginx

* update some docs

* chore(kimai): cleanup and bump

* nonroot
2022-03-26 02:12:45 +02:00
Stavros Kois 7c0f901a9c
fix(incubator): small fixes (#2282)
* fix(doplarr): fix secrets

* fix(browserless): don't set default token

* fix(kimai): use fpm, supported image

* no secrets here

* 0:33

* different path

* localhost

* try other probe

* nomessage

* test

* test

* test

* test

* test

* test

* tetst

* fsgrp

* 33:0:33

* 0:0:33

* 33:33

* 0:33:33

* ls

* rootalltheway

* 33:33:33

* 33:33:0

* 33:0:0

* 0:33:0

* wth

* 82:82

* 0:82

* 0:0:82

* spaces

* 82:82:0

* 0:82:0

* 82:0:0

* 0:82:82

* 82:0:82

* 82:82:82

* 0:82:0

* pers 0:0:892

* try other nginx?

* again

* apache

* portsd

* update probe

* update tag
2022-03-26 01:15:42 +02:00
TrueCharts-Bot 1b847152b1 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-24 23:03:22 +00:00
Stavros Kois 1962d29df1
fix(incubator-apps): small fixes (#2274)
* feat(homer): move to stable

* bump

* feat(outline): move to stable

* bump

* bump

* fix tz

* add trusted host

* bump
2022-03-25 00:56:40 +02:00
TrueCharts-Bot f9723eb758 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-24 05:06:52 +00:00
TrueCharts-Bot 5b4d416c78 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-23 21:08:51 +00:00
Stavros Kois 5c575fcd5e
feat(kimai): Add kimai (#2258)
* feat(kimai): Add kimai

* url

* root

* split db vars

* use unique creds

* rofs
2022-03-23 23:02:56 +02:00