fix(fireshare): fix missing questions (#18564)

**Description**
Adds missing questions

⚒️ Fixes  # 

**⚙️ 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?**

**📃 Notes:**

**✔️ 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
- [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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
kqmaverick 2024-02-27 11:08:11 -08:00 committed by GitHub
parent 73e46f9ad9
commit e5c1ae7bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

View File

@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/fireshare
- https://hub.docker.com/r/shaneisrael/fireshare
type: application
version: 6.1.3
version: 6.2.0

View File

@ -20,6 +20,7 @@ questions:
description: "The admin account password"
schema:
type: string
private: true
default: ""
- variable: MINUTES_BETWEEN_VIDEO_SCANS
label: "MINUTES_BETWEEN_VIDEO_SCANS"
@ -27,6 +28,10 @@ questions:
schema:
type: int
default: 5
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"

View File

@ -21,6 +21,14 @@ workload:
key: SECRET_KEY
MINUTES_BETWEEN_VIDEO_SCANS: 5
ADMIN_PASSWORD: "changeme"
# TODO ADD LDAP
# LDAP_ENABLE: false
# LDAP_URL: ""
# LDAP_BINDDN: ""
# LDAP_PASSWORD: ""
# LDAP_BASEDN: ""
# LDAP_USER_FILTER: ""
# LDAP_ADMIN_GROUP: ""
service:
main: