Compare commits

..

4 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 13:54:52 +00:00
Ultradesu
14cbcc8579 Added matrix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 24s
2026-03-16 13:54:05 +00:00
ab
c5153115da Update terraform/authentik/oauth2-apps.auto.tfvars
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Terraform / Terraform (push) Successful in 36s
2026-03-16 12:33:17 +00:00
Ultradesu
56699cd2c6 Added matrix
All checks were successful
Check with kubeconform / lint (push) Successful in 15s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 17s
Auto-update README / Generate README and Create MR (push) Successful in 25s
2026-03-16 12:26:14 +00:00
3 changed files with 6 additions and 11 deletions

View File

@@ -61,8 +61,8 @@ spec:
scope: "openid profile email"
claims_imports:
localpart:
action: require
template: "{{ `{{ user.preferred_username }}` }}"
action: suggest
template: "{{ `{{ user.preferred_username | split(\"@\") | first }}` }}"
displayname:
action: suggest
template: "{{ `{{ user.name }}` }}"

View File

@@ -25,7 +25,7 @@ hookshot:
synapse:
enabled: true
ingress:
host: matrix.hexor.cy
host: synapse.matrix.hexor.cy
postgres:
host: psql.psql.svc
port: 5432
@@ -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
@@ -79,7 +74,7 @@ matrixAuthenticationService:
elementWeb:
enabled: true
ingress:
host: chat.hexor.cy
host: chat.matrix.hexor.cy
# nodeSelector:
# kubernetes.io/hostname: nas.homenet
@@ -87,7 +82,7 @@ elementWeb:
elementAdmin:
enabled: true
ingress:
host: matrix-admin.hexor.cy
host: admin.matrix.hexor.cy
# nodeSelector:
# kubernetes.io/hostname: nas.homenet

View File

@@ -205,7 +205,7 @@ oauth_applications = {
refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"]
access_groups = []
create_group = true
create_group = false
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
}
}