Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
c50f1f3776 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 30s
Generated by CI/CD workflow on 2026-03-16 10:54:04

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 10:54:04 +00:00
3 changed files with 3 additions and 15 deletions

View File

@@ -57,7 +57,6 @@ spec:
issuer: https://idm.hexor.cy/application/o/matrix/
client_id: "{{ .oauth_client_id }}"
client_secret: "{{ .oauth_client_secret }}"
token_endpoint_auth_method: client_secret_post
scope: "openid profile email"
claims_imports:
localpart:

View File

@@ -35,11 +35,6 @@ synapse:
password:
secret: matrix-postgres-creds
secretKey: synapse_db_password
additional:
0-unsafe-locale:
config: |
database:
allow_unsafe_locale: true
media:
storage:
size: 20Gi
@@ -61,15 +56,9 @@ matrixAuthenticationService:
password:
secret: matrix-postgres-creds
secretKey: mas_db_password
## Admin policy
## Authentik OIDC upstream provider
additional:
0-admin-policy:
config: |
policy:
data:
admin_users:
- username: ultradesu
1-oidc:
0-oidc:
configSecret: matrix-oidc-config
configSecretKey: mas-oidc.yaml
# nodeSelector:

View File

@@ -195,7 +195,7 @@ oauth_applications = {
meta_description = "Matrix Chat"
meta_icon = "https://img.icons8.com/ios/100/40C057/matrix-logo.png"
redirect_uris = [
"https://auth.matrix.hexor.cy/upstream/callback/001KKV4EKY7KG98W2M9T806K6A",
"https://matrix.hexor.cy/_matrix/client/unstable/org.matrix.msc2965/auth/upstream/callback",
]
meta_launch_url = "https://matrix.hexor.cy"
client_type = "confidential"