Commit Graph

413 Commits

Author SHA1 Message Date
Kjeld Schouten 70f87d44a9 more tc to tf 2025-10-10 10:55:00 +02:00
Soumyadeep Dey 084d78d979 fix(docs) (#40311)
fixed an typo

**Description**

fixed some typos founded in readme

⚒️ 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
- [ ] 📜 Documentation Changes

**🧪 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
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [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: Soumyadeep Dey <95275364+SoumyaEXE@users.noreply.github.com>
2025-10-02 17:13:53 +02:00
Soumyadeep Dey a84b724940 fix(docs) (#40299)
**Description**

Corrected the phrasing regarding the AGPL-v3 license in the README.

⚒️ 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
- [x] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
i just changed an simple grammar in readme.
-->

**📃 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
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

Signed-off-by: Soumyadeep Dey <95275364+SoumyaEXE@users.noreply.github.com>
2025-10-02 14:50:53 +02:00
Kjeld Schouten 1c2cd4fa7a Update README.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-09-28 12:25:00 +02:00
Kjeld Schouten 0776793ca3 Update README.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-09-28 12:24:14 +02:00
Kjeld Schouten dd6a869c0f fix(docs): fix readme license badge
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-09-28 12:22:08 +02:00
allcontributors[bot] c191ecfcac docs: add ORippler as a contributor for code (#40129)
Adds @ORippler as a contributor for code.

This was requested by PrivatePuffin [in this
comment](https://github.com/trueforge-org/truecharts/pull/40127#issuecomment-3342695131)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-09-28 11:32:23 +02:00
allcontributors[bot] 58e97274e5 docs: add astro-stan as a contributor for code (#40128)
Adds @astro-stan as a contributor for code.

This was requested by PrivatePuffin [in this
comment](https://github.com/trueforge-org/truecharts/pull/40000#issuecomment-3342690404)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-09-28 11:30:06 +02:00
Soumyadeep Dey ef8193eb7b fix(docs) (#39987)
Corrected the phrasing regarding the AGPL-v3 license in the README.

**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
- [ x] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
i just changed an simple grammar in readme.
-->

**📃 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
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

Signed-off-by: Soumyadeep Dey <95275364+SoumyaEXE@users.noreply.github.com>
2025-09-25 11:50:32 +02:00
Kjeld Schouten 1c28a12789 chore: fix links 2025-09-07 14:26:19 +02:00
allcontributors[bot] 5101a0230c docs: add majabojarska as a contributor for code (#36585)
Adds @majabojarska as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/36573#issuecomment-2998985992)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-06-24 08:28:31 +02:00
allcontributors[bot] 8fb73095d3 docs: add albertromkes as a contributor for code (#36425)
Adds @albertromkes as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/36395#issuecomment-2983983713)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-06-18 12:29:25 +00:00
allcontributors[bot] feec17cf28 docs: add stphnsmpsn as a contributor for doc (#34366)
Adds @stphnsmpsn as a contributor for doc.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/34365#issuecomment-2801102214)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-04-14 09:41:27 +00:00
allcontributors[bot] caa871b1ba docs: add jaja360 as a contributor for code (#33353)
Adds @jaja360 as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/33352#issuecomment-2730746993)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-03-17 20:43:00 +00:00
allcontributors[bot] 8022bebfb9 docs: add itconstruct as a contributor for code (#32976)
Adds @itconstruct as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/32975#issuecomment-2706381979)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-03-07 12:53:32 +00:00
allcontributors[bot] 01ed8e41cf docs: add dougEfresh as a contributor for code (#32968)
Adds @dougEfresh as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/32967#issuecomment-2706202028)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-03-07 11:25:11 +00:00
allcontributors[bot] bc4b079494 docs: add aacebedo as a contributor for code (#32153)
Adds @aacebedo as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/32005#issuecomment-2661328655)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-02-16 08:59:10 +00:00
c-swearingen 0ad0d84d8b fix(docs): Updating dead links in README.md (#31378)
**Description**
Updates links that 404 in main README

⚒️ Fixes  # 31377

**⚙️ 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?**
<!--
Previewed README and verified links go to appropriate pages
-->

**📃 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
- [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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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: c-swearingen <cswearingen@defenseunicorns.com>
2025-01-30 07:29:12 +01:00
allcontributors[bot] 66c5bdffb4 docs: add SniperAsh6 as a contributor for code (#30484)
Adds @SniperAsh6 as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/public/pull/30483#issuecomment-2565944881)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-12-30 21:47:10 +00:00
allcontributors[bot] 16c87fba4d docs: add luxifer as a contributor for code (#26530)
Adds @luxifer as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/26452#issuecomment-2353408706)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-09-16 16:42:39 +00:00
allcontributors[bot] 2446a91e99 docs: add BlacCello as a contributor for code (#26295)
Adds @BlacCello as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/26254#issuecomment-2347190459)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-09-12 23:34:23 +03:00
allcontributors[bot] bf18463f9d docs: add yodatak as a contributor for code (#25725)
Adds @yodatak as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/25614#issuecomment-2322854689)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-08-31 10:30:46 +00:00
allcontributors[bot] 988bb35bfb docs: add Joker9944 as a contributor for code (#25541)
Adds @Joker9944 as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/25111#issuecomment-2310967069)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-08-26 19:57:12 +00:00
allcontributors[bot] 89eb154376 docs: add KnightDoom as a contributor for code (#23919)
Adds @KnightDoom as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/23918#issuecomment-2219542236)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-07-10 04:49:01 +00:00
allcontributors[bot] 7557171cf1 docs: add TheDodger as a contributor for code (#23723)
Adds @TheDodger as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/23722#issuecomment-2185320415)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-06-23 20:57:03 +00:00
allcontributors[bot] 85d91c40dd docs: add elendil95 as a contributor for code (#22775)
Adds @elendil95 as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/22774#issuecomment-2143912921)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-06-02 16:06:09 +00:00
Kjeld Schouten 680bfab52f Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-06-01 17:11:28 +02:00
allcontributors[bot] adf69fe98a docs: add LordCrash101 as a contributor for doc (#22637)
Adds @LordCrash101 as a contributor for doc.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/19776#issuecomment-2139494497)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-30 14:55:50 +02:00
allcontributors[bot] c46d8a9512 docs: add alfi0812 as a contributor for review (#22586)
Adds @alfi0812 as a contributor for review.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/22582#issuecomment-2137164360)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-29 13:29:39 +02:00
allcontributors[bot] db5200b1e6 docs: add alfi0812 as a contributor for bug (#22585)
Adds @alfi0812 as a contributor for bug.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/22582#issuecomment-2137159673)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-29 13:15:08 +02:00
allcontributors[bot] 7dd2b3ed20 docs: add alfi0812 as a contributor for doc (#22584)
Adds @alfi0812 as a contributor for doc.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/22582#issuecomment-2137149029)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-29 13:13:09 +02:00
allcontributors[bot] 0a8e1680e6 docs: add mrkhachaturov as a contributor for code (#22582)
Adds @mrkhachaturov as a contributor for code.

This was requested by Ornias1993 [in this
comment](https://github.com/truecharts/charts/pull/22517#issuecomment-2137057271)

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-29 13:07:27 +02:00
allcontributors[bot] 39793e20d9 docs: add chencaidy as a contributor for code (#22553) 2024-05-28 22:42:23 +03:00
allcontributors[bot] 5f654399c3 docs: add BartWillems as a contributor for code (#22509) 2024-05-27 20:43:32 +03:00
allcontributors[bot] f184135dac docs: add JWolvers as a contributor for code (#22333)
Adds @JWolvers as a contributor for code.

This was requested by alfi0812 [in this
comment](https://github.com/truecharts/charts/pull/22332#issuecomment-2124942916)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-22 16:29:12 +02:00
allcontributors[bot] 7083ac9540 docs: add Shrinks99 as a contributor for doc (#22268)
Adds @Shrinks99 as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/22257#issuecomment-2119730336)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-20 09:04:43 +03:00
Kjeld Schouten 56b8919249 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:28:56 +02:00
allcontributors[bot] 950b350e0a docs: add Phreeman33 as a contributor for bug (#22218)
Adds @Phreeman33 as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/22216#issuecomment-2119025691)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-19 02:10:07 +03:00
allcontributors[bot] cf392becd3 docs: add justsomescripts as a contributor for bug, and code (#21466)
Adds @justsomescripts as a contributor for bug, code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/21465#issuecomment-2094680260)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-05 11:19:54 +03:00
bitpushr 53be675909 chore(docs): Update anchors (#21393)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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: bitpushr <91350598+bitpushr@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-27 19:10:23 +03:00
Kjeld Schouten 283c50cdf6 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 17:20:05 +02:00
allcontributors[bot] c0185acad8 docs: add axelrtgs as a contributor for code (#20726)
Adds @axelrtgs as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/20252#issuecomment-2053799116)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-14 02:38:06 +03:00
allcontributors[bot] 116335a865 docs: add v3DJG6GL as a contributor for code (#20725)
Adds @v3DJG6GL as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/20499#issuecomment-2053798036)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-14 02:33:56 +03:00
allcontributors[bot] f75b73b577 docs: add tannisroot as a contributor for code (#20724)
Adds @tannisroot as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/20623#issuecomment-2053797846)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-14 02:33:18 +03:00
allcontributors[bot] e9520f30fc docs: add mxc42 as a contributor for code (#20200)
Adds @mxc42 as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/20188#issuecomment-2035582431)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-04 00:00:50 +03:00
allcontributors[bot] 0754834a56 docs: add sethidden as a contributor for code (#19998)
Adds @sethidden as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/19918#issuecomment-2028037565)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-30 14:33:30 +02:00
allcontributors[bot] cad2bf7e88 docs: add agassiyzh as a contributor for code (#19680)
Adds @agassiyzh as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/19678#issuecomment-2016540276)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-23 18:30:13 +02:00
allcontributors[bot] d4372e416e docs: add alfi0812 as a contributor for code (#18703)
Adds @alfi0812 as a contributor for code.

This was requested by StevenMcElligott [in this
comment](https://github.com/truecharts/charts/pull/18672#issuecomment-1967673233)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-27 22:58:14 +01:00
allcontributors[bot] 36a96ef315 docs: add adtwomey as a contributor for doc (#18559)
Adds @adtwomey as a contributor for doc.

This was requested by StevenMcElligott [in this
comment](https://github.com/truecharts/charts/pull/18555#issuecomment-1962936450)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-25 15:01:58 +01:00
Kjeld Schouten b874cffb26 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 13:01:35 +01:00