Skip to content
Snippets Groups Projects
Commit 1bd6f114 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

feat: add commands to finish installation

parent c7ef2c1a
No related branches found
No related tags found
No related merge requests found
......@@ -82,4 +82,16 @@ spec:
- hosts:
- $SERVER_NAME
secretName: $NS-tls
EOF
\ No newline at end of file
EOF
echo !!! check no slash in secrets
echo libre apply ./matrix-secret.yml
echo libre apply ./matrix-ingress.yml
echo libre apply ~/common/matrix/manifests/matrix.yml
echo OR libre apply ~/common/matrix/manifests/matrix-ee.yml
echo cd ../../matrix-media-repo/
echo vi ./values.yaml
echo kubectl apply -k .
echo UPDATE pg_database SET datcollate='C', datctype='C' WHERE datname='synapse';
echo test federation: https://federationtester.matrix.org/#SERVER_NAME
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment