We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5408f5 commit c12aa9bCopy full SHA for c12aa9b
ansible/inventory/group_vars/all.yml
@@ -162,8 +162,8 @@ db:
162
- name: matrix_db
163
owner: matrix_user
164
encoding: UTF8
165
- lc_collate: en_US.UTF-8
166
- lc_ctype: en_US.UTF-8
+ lc_collate: C
+ lc_ctype: C
167
168
users:
169
# Utenti applicativi con accesso completo al loro database
kubernetes/applications/matrix/cloudflared-configmap.yaml
@@ -8,7 +8,6 @@ metadata:
8
argocd.argoproj.io/sync-wave: "5"
9
data:
10
config.yaml: |
11
- tunnel: YOUR-TUNNEL-ID
12
credentials-file: /etc/cloudflared/credentials/credentials.json
13
14
# Metrics endpoint
0 commit comments