TrueChartsClone/charts/incubator/nitter/questions.yaml

258 lines
8.2 KiB
YAML
Raw Normal View History

feat(nitter) add nitter (#5910) * feat(nitter) add nitter * fix hmacKey * update hmacKey * remove excess code * fix qui descriptions + hmacKey variable * Update charts/incubator/nitter/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/templates/_configmap.tpl Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/incubator/nitter/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * adjust secret * tpl * ui * no need for persistence * add http probe * fix quests * hm * secret * ofc... * hostname Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> 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-01-01 12:13:57 -05:00
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{controller}
# Include{replicas}
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: nitter
group: App Configuration
label: Nitter Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: general
label: General
schema:
additional_attrs: true
type: dict
attrs:
- variable: title
label: Website Title
schema:
type: string
required: true
default: Nitter
- variable: hostname
label: Hostname
schema:
type: string
required: true
default: localhost:10606
- variable: httpMaxConnections
label: HTTP Max Connections
schema:
type: int
required: true
default: 100
- variable: cache
label: Cache
schema:
additional_attrs: true
type: dict
attrs:
- variable: listMinutes
label: List Minutes
description: How long to cache list info (not the tweets, so keep it high).
schema:
type: int
required: true
default: 240
- variable: rssMinutes
label: RSS Minutes
description: How long to cache rss queries.
schema:
type: int
required: true
default: 10
- variable: config
label: Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: base64Media
label: Base64 Encoding
description: Enable base64 encoding for proxied media urls.
schema:
type: boolean
default: false
- variable: enableRSS
label: Enable RSS
description: Uncheck to disable RSS feeds.
schema:
type: boolean
default: true
- variable: enableDebug
label: Enable Debug
description: Enable request logs and debug endpoints.
schema:
type: boolean
default: false
- variable: proxy
label: Proxy
description: http/https url, SOCKS proxies are not supported.
schema:
type: string
default: ""
- variable: proxyAuth
label: Proxy Auth
schema:
type: string
default: ""
- variable: tokenCount
label: Token Count
description: Minimum amount of usable tokens that are used to authorize API requests.
schema:
type: int
required: true
default: 10
- variable: preferences
label: Preferences
schema:
additional_attrs: true
type: dict
attrs:
- variable: theme
label: Theme
schema:
type: string
required: true
default: nitter
enum:
- value: auto
description: Auto
- value: auto_(twitter)
description: Auto (Twitter)
- value: black
description: Black
- value: dracula
description: Dracula
- value: mastodon
description: Mastodon
- value: nitter
description: Nitter
- value: pleroma
description: Pleroma
- value: twitter
description: Twitter
- value: twitter_dark
description: Twitter Dark
- variable: replaceTwitter
label: Replace Twitter
schema:
type: string
default: nitter.net
- variable: replaceYouTube
label: Replace YouTube
schema:
type: string
default: piped.video
- variable: replaceReddit
label: Replace Reddit
schema:
type: string
default: teddit.net
- variable: replaceInstagram
label: Replace Instagram
schema:
type: string
default: ""
- variable: proxyVideos
label: Proxy Videos
schema:
type: boolean
default: true
- variable: hlsPlayback
label: HLS PlayBack
schema:
type: boolean
default: false
- variable: infiniteScroll
label: infinite Scroll
schema:
type: boolean
default: false
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 10606
required: true
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
schema:
type: boolean
default: true
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 568
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 568
- variable: fsGroup
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{vpn}
# Include{documentation}