Compare commits

...

4 Commits

Author SHA1 Message Date
Gitea Actions Bot 77a95bb28e Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 5s
Generated by CI/CD workflow on 2026-05-04 14:27:24

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 14:27:24 +00:00
ab bd08eb6caf Update k8s/apps/pasarguard/deployment.yaml
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 15s
Check with kubeconform / lint (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 17s
2026-05-04 14:26:51 +00:00
Ultradesu ae12c14450 Fixed matrix chat user search
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
Check with kubeconform / lint (push) Successful in 27s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2026-05-04 10:59:40 +01:00
Ultradesu 85d4a03eeb Fixed matrix chat user search
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 29s
Check with kubeconform / lint (push) Successful in 31s
Auto-update README / Generate README and Create MR (push) Successful in 14s
2026-05-04 10:56:35 +01:00
3 changed files with 16 additions and 5 deletions
+3
View File
@@ -62,9 +62,12 @@ ArgoCD homelab project
| **sonarr-stack** | [![sonarr-stack](https://ag.hexor.cy/api/badge?name=sonarr-stack&revision=true)](https://ag.hexor.cy/applications/argocd/sonarr-stack) | | **sonarr-stack** | [![sonarr-stack](https://ag.hexor.cy/api/badge?name=sonarr-stack&revision=true)](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
| **stirling-pdf** | [![stirling-pdf](https://ag.hexor.cy/api/badge?name=stirling-pdf&revision=true)](https://ag.hexor.cy/applications/argocd/stirling-pdf) | | **stirling-pdf** | [![stirling-pdf](https://ag.hexor.cy/api/badge?name=stirling-pdf&revision=true)](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
| **syncthing** | [![syncthing](https://ag.hexor.cy/api/badge?name=syncthing&revision=true)](https://ag.hexor.cy/applications/argocd/syncthing) | | **syncthing** | [![syncthing](https://ag.hexor.cy/api/badge?name=syncthing&revision=true)](https://ag.hexor.cy/applications/argocd/syncthing) |
| **teamspeak** | [![teamspeak](https://ag.hexor.cy/api/badge?name=teamspeak&revision=true)](https://ag.hexor.cy/applications/argocd/teamspeak) |
| **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) | | **tg-bots** | [![tg-bots](https://ag.hexor.cy/api/badge?name=tg-bots&revision=true)](https://ag.hexor.cy/applications/argocd/tg-bots) |
| **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) | | **vaultwarden** | [![vaultwarden](https://ag.hexor.cy/api/badge?name=vaultwarden&revision=true)](https://ag.hexor.cy/applications/argocd/vaultwarden) |
| **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) | | **vpn** | [![vpn](https://ag.hexor.cy/api/badge?name=vpn&revision=true)](https://ag.hexor.cy/applications/argocd/vpn) |
| **web-petting** | [![web-petting](https://ag.hexor.cy/api/badge?name=web-petting&revision=true)](https://ag.hexor.cy/applications/argocd/web-petting) |
| **wedding** | [![wedding](https://ag.hexor.cy/api/badge?name=wedding&revision=true)](https://ag.hexor.cy/applications/argocd/wedding) |
| **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) | | **xandikos** | [![xandikos](https://ag.hexor.cy/api/badge?name=xandikos&revision=true)](https://ag.hexor.cy/applications/argocd/xandikos) |
</td> </td>
+12 -4
View File
@@ -45,6 +45,14 @@ matrixRTC:
## Synapse homeserver ## Synapse homeserver
synapse: synapse:
enabled: true enabled: true
additional:
0-search-config:
config: |
user_directory:
enabled: true
search_all_users: true
prefer_local_users: true
enable_room_list_search: true
ingress: ingress:
host: synapse.matrix.hexor.cy host: synapse.matrix.hexor.cy
postgres: postgres:
@@ -56,12 +64,12 @@ synapse:
password: password:
secret: matrix-postgres-creds secret: matrix-postgres-creds
secretKey: synapse_db_password secretKey: synapse_db_password
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
media: media:
storage: storage:
size: 20Gi size: 20Gi
maxUploadSize: 100M maxUploadSize: 100M
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
@@ -88,8 +96,8 @@ matrixAuthenticationService:
1-oidc: 1-oidc:
configSecret: matrix-oidc-config configSecret: matrix-oidc-config
configSecretKey: mas-oidc.yaml configSecretKey: mas-oidc.yaml
nodeSelector: nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net
## Element Web client ## Element Web client
elementWeb: elementWeb:
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
mountPath: /templates/subscription mountPath: /templates/subscription
containers: containers:
- name: pasarguard-web - name: pasarguard-web
image: 'pasarguard/panel:v3.0.1' image: 'pasarguard/panel:v3.1.0'
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef: