mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 10:50:23 +08:00
feat(littlelink): add the new buttons (#1532)
* feat(littlelink): add the new buttons * bump scrutiny
This commit is contained in:
@@ -104,6 +104,21 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: lang
|
||||
label: "lang"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: meta_index_status
|
||||
label: "meta_index_status"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ga_tracking_id
|
||||
label: "ga_tracking_id"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: theme
|
||||
label: "theme"
|
||||
schema:
|
||||
@@ -229,11 +244,21 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_text
|
||||
label: "email_text"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_alt
|
||||
label: "email_alt"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: email_alt_text
|
||||
label: "email_alt_text"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: sound_cloud
|
||||
label: "sound_cloud"
|
||||
schema:
|
||||
@@ -279,6 +304,101 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: letterboxd
|
||||
label: "letterboxd"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: mastodon
|
||||
label: "mastodon"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: micro_blog
|
||||
label: "micro_blog"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: whatsapp
|
||||
label: "whatsapp"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: strava
|
||||
label: "strava"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: buymeacoffee
|
||||
label: "buymeacoffee"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: gitlab
|
||||
label: "gitlab"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: patreon
|
||||
label: "patreon"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: devto
|
||||
label: "devto"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: umami_website_id
|
||||
label: "umami_website_id"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: umami_app_url
|
||||
label: "umami_app_url"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: paypal
|
||||
label: "paypal"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: slack
|
||||
label: "slack"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: lastfm
|
||||
label: "lastfm"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: untappd
|
||||
label: "untappd"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: stackoverflow
|
||||
label: "stackoverflow"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: gitea
|
||||
label: "gitea"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: polywork
|
||||
label: "polywork"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: signal
|
||||
label: "signal"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: footer
|
||||
label: "footer"
|
||||
schema:
|
||||
|
||||
@@ -15,6 +15,15 @@ data:
|
||||
{{- if .Values.littlelink.meta_author }}
|
||||
META_AUTHOR: {{ .Values.littlelink.meta_author | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.lang }}
|
||||
LANG: {{ .Values.littlelink.lang | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.meta_index_status }}
|
||||
META_INDEX_STATUS: {{ .Values.littlelink.meta_index_status | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.ga_tracking_id }}
|
||||
GA_TRACKING_ID: {{ .Values.littlelink.ga_tracking_id | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.theme }}
|
||||
THEME: {{ .Values.littlelink.theme | quote }}
|
||||
{{- end }}
|
||||
@@ -90,9 +99,15 @@ data:
|
||||
{{- if .Values.littlelink.email }}
|
||||
EMAIL: {{ .Values.littlelink.email | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_text }}
|
||||
EMAIL_TEXT: {{ .Values.littlelink.email_text | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_alt }}
|
||||
EMAIL_ALT: {{ .Values.littlelink.email_alt | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.email_alt_text }}
|
||||
EMAIL_ALT_TEXT: {{ .Values.littlelink.email_alt_text | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.sound_cloud }}
|
||||
SOUND_CLOUD: {{ .Values.littlelink.sound_cloud | quote }}
|
||||
{{- end }}
|
||||
@@ -120,6 +135,63 @@ data:
|
||||
{{- if .Values.littlelink.skoob }}
|
||||
SKOOB: {{ .Values.littlelink.skoob | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.letterboxd }}
|
||||
LETTERBOXD: {{ .Values.littlelink.letterboxd | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.mastodon }}
|
||||
MASTODON: {{ .Values.littlelink.mastodon | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.micro_blog }}
|
||||
MICRO_BLOG: {{ .Values.littlelink.micro_blog | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.whatsapp }}
|
||||
WHATSAPP: {{ .Values.littlelink.whatsapp | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.strava }}
|
||||
STRAVA: {{ .Values.littlelink.strava | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.buymeacoffee }}
|
||||
BUYMEACOFFEE: {{ .Values.littlelink.buymeacoffee | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.gitlab }}
|
||||
GITLAB: {{ .Values.littlelink.gitlab | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.patreon }}
|
||||
PATREON: {{ .Values.littlelink.patreon | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.devto }}
|
||||
DEVTO: {{ .Values.littlelink.devto | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.umami_website_id }}
|
||||
UMAMI_WEBSITE_ID: {{ .Values.littlelink.umami_website_id | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.umami_app_url }}
|
||||
UMAMI_APP_URL: {{ .Values.littlelink.umami_app_url | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.paypal }}
|
||||
PAYPAL: {{ .Values.littlelink.paypal | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.slack }}
|
||||
SLACK: {{ .Values.littlelink.slack | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.lastfm }}
|
||||
LASTFM: {{ .Values.littlelink.lastfm | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.untappd }}
|
||||
UNTAPPD: {{ .Values.littlelink.untappd | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.stackoverflow }}
|
||||
STACKOVERFLOW: {{ .Values.littlelink.stackoverflow | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.gitea }}
|
||||
GITEA: {{ .Values.littlelink.gitea | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.polywork }}
|
||||
POLYWORK: {{ .Values.littlelink.polywork | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.signal }}
|
||||
SIGNAL: {{ .Values.littlelink.signal | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.littlelink.footer }}
|
||||
FOOTER: {{ .Values.littlelink.footer | quote }}
|
||||
{{- end }}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: scrutiny
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: "2021.11.18"
|
||||
description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution.
|
||||
type: application
|
||||
|
||||
Reference in New Issue
Block a user