Compare commits
4 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
301eb48db6 | ||
|
|
633c4eec94 | ||
|
|
89df3d985e | ||
|
|
8ef1242243 |
@@ -48,6 +48,7 @@ ArgoCD homelab project
|
|||||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||||
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
||||||
| **qbittorent-nas** | [](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
|
| **qbittorent-nas** | [](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
|
||||||
|
| **remnawave** | [](https://ag.hexor.cy/applications/argocd/remnawave) |
|
||||||
| **rustdesk** | [](https://ag.hexor.cy/applications/argocd/rustdesk) |
|
| **rustdesk** | [](https://ag.hexor.cy/applications/argocd/rustdesk) |
|
||||||
| **sonarr-stack** | [](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
|
| **sonarr-stack** | [](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
|
||||||
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
||||||
|
|||||||
@@ -10,16 +10,22 @@ spec:
|
|||||||
template:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
|
METRICS_USER: admin
|
||||||
|
FRONT_END_DOMAIN: rw.hexor.cy
|
||||||
|
SUB_PUBLIC_DOMAIN: rw.hexor.cy/api/sub
|
||||||
|
REDIS_HOST: remnawave-redis
|
||||||
|
REDIS_PORT: "6379"
|
||||||
|
|
||||||
DATABASE_URL: |-
|
DATABASE_URL: |-
|
||||||
postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave
|
postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave
|
||||||
# JWT_AUTH_SECRET: |-
|
JWT_AUTH_SECRET: |-
|
||||||
# {{ .jwt_auth_secret }}
|
{{ .jwt_auth_secret }}
|
||||||
# JWT_API_TOKENS_SECRET: |-
|
JWT_API_TOKENS_SECRET: |-
|
||||||
# {{ .jwt_api_tokens_secret }}
|
{{ .jwt_api_tokens_secret }}
|
||||||
# METRICS_USER: |-
|
METRICS_PASS: |-
|
||||||
# {{ .metrics_user }}
|
{{ .metrics_pass }}
|
||||||
# METRICS_PASS: |-
|
WEBHOOK_SECRET_HEADER: |-
|
||||||
# {{ .metrics_pass }}
|
{{ .webhook_secret }}
|
||||||
|
|
||||||
data:
|
data:
|
||||||
- secretKey: pg_pass
|
- secretKey: pg_pass
|
||||||
@@ -30,35 +36,35 @@ spec:
|
|||||||
remoteRef:
|
remoteRef:
|
||||||
key: 2a9deb39-ef22-433e-a1be-df1555625e22
|
key: 2a9deb39-ef22-433e-a1be-df1555625e22
|
||||||
property: fields[10].value
|
property: fields[10].value
|
||||||
# - secretKey: jwt_auth_secret
|
- secretKey: jwt_auth_secret
|
||||||
# sourceRef:
|
sourceRef:
|
||||||
# storeRef:
|
storeRef:
|
||||||
# name: vaultwarden-login
|
name: vaultwarden-login
|
||||||
# kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||||
# property: login.password
|
property: fields[0].value
|
||||||
# - secretKey: jwt_api_tokens_secret
|
- secretKey: jwt_api_tokens_secret
|
||||||
# sourceRef:
|
sourceRef:
|
||||||
# storeRef:
|
storeRef:
|
||||||
# name: vaultwarden-login
|
name: vaultwarden-login
|
||||||
# kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||||
# property: login.password
|
property: fields[1].value
|
||||||
# - secretKey: metrics_user
|
- secretKey: metrics_pass
|
||||||
# sourceRef:
|
sourceRef:
|
||||||
# storeRef:
|
storeRef:
|
||||||
# name: vaultwarden-login
|
name: vaultwarden-login
|
||||||
# kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||||
# property: login.username
|
property: fields[2].value
|
||||||
# - secretKey: metrics_pass
|
- secretKey: webhook_secret
|
||||||
# sourceRef:
|
sourceRef:
|
||||||
# storeRef:
|
storeRef:
|
||||||
# name: vaultwarden-login
|
name: vaultwarden-login
|
||||||
# kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||||
# property: login.password
|
property: fields[3].value
|
||||||
|
|||||||
Reference in New Issue
Block a user