Commit Graph

1875 Commits

Author SHA1 Message Date
Kjeld Schouten
c585c2c364 remove non-oci truecharts repos from repo adds 2024-01-01 17:04:27 +01:00
Stavros kois
1d698aef98 chore(docs): fix spacing 2023-12-31 22:44:17 +02:00
Stavros kois
726cfed505 chore(scripts): fix more 2023-12-31 21:11:54 +02:00
Stavros kois
f88f4ec5ea chore(scripts): clean 2023-12-31 21:07:50 +02:00
Stavros kois
9037a6a4cd chore(scripts): fix more 2023-12-31 21:07:19 +02:00
Stavros kois
51e54f3d88 chore(scripts): fix more 2023-12-31 20:59:42 +02:00
Stavros kois
6b2d77f8d0 chore(scripts): fix more 2023-12-31 20:55:32 +02:00
Stavros kois
005244ee5c chore(scripts): fix more 2023-12-31 20:47:10 +02:00
Stavros kois
a2b992dcad chore(scripts): fix more 2023-12-31 20:33:09 +02:00
Stavros kois
5384582590 chore(scripts): fix more 2023-12-31 20:25:13 +02:00
Stavros kois
1b16a00558 chore(scripts): correct lists 2023-12-31 20:04:24 +02:00
Stavros kois
e0ff5d7702 chore(scripts): fix titles 2023-12-31 20:04:24 +02:00
Stavros kois
9a750178eb chore(scripts): print title 2023-12-31 19:47:46 +02:00
Stavros kois
a6eee59aa6 chore(sonarr): bump 2023-12-31 19:36:49 +02:00
Stavros kois
d9283f4828 chore(sonarr): bump 2023-12-31 19:29:04 +02:00
Stavros kois
a3c451916d chore(sonarr): bump 2023-12-31 19:19:48 +02:00
Stavros kois
87d557cee7 chore(sonarr): bump 2023-12-31 18:32:55 +02:00
Stavros kois
2c59322f39 chore(sonarr): bump 2023-12-31 18:26:56 +02:00
Stavros kois
730a2488a4 chore(scripts): fix script 2023-12-31 18:22:29 +02:00
Stavros kois
53b813a306 chore(docs): fix script 2023-12-31 18:14:30 +02:00
Stavros kois
e5c3b879fb chore(docs): fix links generation 2023-12-31 18:04:07 +02:00
Stavros kois
601c21466d fix(readme): fix scale readme 2023-12-31 17:57:50 +02:00
Stavros Kois
56ae722ec7 fix(script): typo
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 17:22:34 +02:00
Stavros Kois
59086ae85a fix(renovate): catch whisparr
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 17:21:23 +02:00
Stavros Kois
a65bc62a56 chore(script): say why it failed
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 17:16:24 +02:00
Stavros Kois
b0d7808b72 chore(scripts): more logging
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 16:58:52 +02:00
Stavros Kois
90973235aa Docs (#16682)
**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-12-31 16:51:16 +02:00
Stavros Kois
ed748d06e9 chore(renovate): group neko
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 16:43:00 +02:00
Stavros Kois
12b5c56b24 chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589)
**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)-->

front matter is supported by all doc sites (including github markdown
rendering
and is easier to add extra metadata later on, if we want to.

```
---
title: sometitle
---
```

**⚙️ 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-12-31 16:24:05 +02:00
yougotborked
1e5bbd85fe migrate(awesome-ttrss) migrate awesome-ttrss to new common **BREAKING CHANGES** (#13418)
**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.
-->
Update awesome-ttrss to the new common and update the app version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

- [x] ⚖️ 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-12-28 12:39:45 +02:00
Kjeld Schouten
47b19a8f45 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-28 00:52:01 +01:00
Kjeld Schouten
f6b67e7531 chore: move adguard-home-sync to stable 2023-12-21 15:11:22 +01:00
TrueCharts-Bot
dc6307df6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 13:11:56 +00:00
Xstar97TheNoob
045ecd632a feat(pushbits-server) add pushbits-server (#13138)
**Description**
Send push notifications via a simple web API, and delivers them to your
users.
⚒️ 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
- [ ] #️⃣ 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.

- [X] 🪞 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 13:08:07 +01:00
StevenMcElligott
2616cebd27 fix(support): Update Support Matrix (#16318)
**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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-19 16:04:33 +01:00
Kjeld Schouten
e9c1ee35fc Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-19 13:34:50 +01:00
Kjeld Schouten
698ad44c3a Delete .github/scripts/check-releasenotes.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:53:19 +01:00
Kjeld Schouten
27387b1621 Delete .github/scripts/renovate-releasenotes.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:53:07 +01:00
Kjeld Schouten
fdb7865656 Delete .github/containerscan directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:52:52 +01:00
Kjeld Schouten
97f1fe9dc3 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 15:30:10 +01:00
Kjeld Schouten
2dfeff3ce6 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 15:27:25 +01:00
Kjeld Schouten
83f47fdfcf Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 14:17:02 +01:00
Kjeld Schouten
7fb11d9238 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 14:08:57 +01:00
Kjeld Schouten
58e6a166ae Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 13:59:32 +01:00
Kjeld Schouten
56870dfbd8 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 13:58:21 +01:00
Kjeld Schouten
ba57d7cbfa Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 19:02:55 +01:00
Kjeld Schouten
eb196b0dfa Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 18:53:11 +01:00
Kjeld Schouten
7cd14af574 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 15:17:28 +01:00
Kjeld Schouten
89fab11ce2 increase exclusion list 2023-12-16 13:16:06 +01:00
Kjeld Schouten
d518508468 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 12:59:25 +01:00