Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
kubernetes
common
Commits
1bd6f114
Commit
1bd6f114
authored
1 year ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
feat: add commands to finish installation
parent
c7ef2c1a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/create_matrix.sh
+13
-1
13 additions, 1 deletion
scripts/create_matrix.sh
with
13 additions
and
1 deletion
scripts/create_matrix.sh
+
13
−
1
View file @
1bd6f114
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment