feat: add gitea widget
This commit is contained in:
@@ -12,6 +12,13 @@ spec:
|
|||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: vault
|
name: vault
|
||||||
data:
|
data:
|
||||||
|
- secretKey: HOMEPAGE_VAR_GITEA_API_TOKEN
|
||||||
|
remoteRef:
|
||||||
|
conversionStrategy: Default
|
||||||
|
decodingStrategy: None
|
||||||
|
key: /cl01tl/gitea/auth/homepage
|
||||||
|
metadataPolicy: None
|
||||||
|
property: token
|
||||||
- secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
|
- secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
conversionStrategy: Default
|
||||||
|
|||||||
@@ -308,6 +308,10 @@ homepage:
|
|||||||
app.kubernetes.io/instance in (
|
app.kubernetes.io/instance in (
|
||||||
gitea
|
gitea
|
||||||
)
|
)
|
||||||
|
widget:
|
||||||
|
type: gitea
|
||||||
|
url: http://gitea-http.gitea:3000
|
||||||
|
key: {{ "{{HOMEPAGE_VAR_GITEA_API_TOKEN}}" }}
|
||||||
- Code (Local):
|
- Code (Local):
|
||||||
icon: sh-gitea.webp
|
icon: sh-gitea.webp
|
||||||
description: Gitea
|
description: Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user