TrueChartsClone/charts/incubator/ra-rom-processor/questions.yaml

175 lines
5.5 KiB
YAML
Raw Normal View History

# Include{groups}
portals: {}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
- variable: secretEnv
group: App Configuration
label: Image Secrets
schema:
additional_attrs: true
type: dict
attrs:
- variable: ScreenscraperUsername
label: Screenscraper Username
description: Username for screenscraper.fr.
schema:
type: string
default: ""
- variable: ScreenscraperPassword
label: Screenscraper Password
description: Password for screenscraper.fr.
schema:
type: string
default: ""
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: AutoStart
label: Auto Start
description: If checked runs script automatically on startup
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: ScriptInterval
label: Script Interval
description: "Amount of time between each script run | #s or #m or #h or #d s = seconds, m = minutes, h = hours, d = days."
schema:
type: string
default: 1h
- variable: DeDupe
label: DeDupe
description: If checked this setting further reduces the final ROMs list per platform, by removing duplicates.
schema:
type: boolean
default: false
- variable: AquireRomSets
label: Aquire Rom Sets
description: Enabling this will have the script attempt to pull valid ROM sets from archive.org for processing.
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: ConcurrentDownloadThreads
label: Concurrent Download Threads
description: Number of concurrent threads to increase download speeds.
schema:
type: int
default: 5
- variable: EnableUnsupportedPlatforms
label: Enable Unsupported Platforms
description: Enabling this will allow the script to import and scrape ROMs for platforms without RA hashes.
schema:
type: boolean
default: false
- variable: ScrapeMetadata
label: Scrape Metadata
description: Enabling this will allow the script to process the ROMs with skyscraper.
schema:
type: boolean
default: false
- variable: keepBackupsOfImportedRoms
label: keep Backups Of Imported Roms
description: If unchecked this setting will only keep a single copy of each ROM, reduces the required amount of storage space.
schema:
type: boolean
default: true
- variable: skyscraperLanguagePreference
label: Skyscaper Language
description: Set to preferred language for Metadata.
schema:
type: string
default: en
# Include{containerConfig}
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: cache
label: App Cache Storage
description: Stores the Application Cache.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: input
label: App Input Storage
description: Stores the Application Input.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: output
label: App Output Storage
description: Stores the Application Output.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: backup
label: App Backup Storage
description: Stores the Application Backup.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
2023-03-01 03:30:36 -05:00
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application.
schema:
type: int
default: 0
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application.
schema:
type: int
default: 0
2023-03-01 03:30:36 -05:00
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
2023-03-01 03:30:36 -05:00
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
2023-03-01 03:30:36 -05:00
# Include{netshoot}
# Include{vpn}
# Include{documentation}