fix(tachidesk-docker) remove dupe env gui (#17987)

**Description**
I swear i never touched this one.....
removed the duped gui.
⚒️ 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 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._
This commit is contained in:
Xstar97TheNoob
2024-02-06 11:11:14 -05:00
committed by GitHub
parent f90b46ec53
commit 86b42ad47d
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker
- https://ghcr.io/suwayomi/tachidesk
type: application
version: 5.0.1
version: 5.0.2
@@ -164,12 +164,6 @@ questions:
schema:
type: string
default: ""
- variable: FLARESOLVERR_TIMEOUT
label: "Flaresolverr Timeout in Seconds"
description: "Time in days (0 to disable it) for how long backup files will be kept before they will get deleted"
schema:
type: int
default: 60
- variable: FLARESOLVERR_TIMEOUT
label: "Flaresolverr Timeout in Seconds"
description: "Time in seconds before it times out"