Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Context Sensitive Group
freedombone
Commits
adeb1703
Commit
adeb1703
authored
8 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Set default sydent port
parent
d9a1c0d5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-matrix
+4
-2
4 additions, 2 deletions
src/freedombone-app-matrix
with
4 additions
and
2 deletions
src/freedombone-app-matrix
+
4
−
2
View file @
adeb1703
...
...
@@ -192,7 +192,7 @@ function matrix_generate_homeserver_file {
function
matrix_generate_identityserver_file
{
local
filepath
=
"
${
1
}
"
cd
/etc/sydent
/sydent
cd
/etc/sydent
python
-m
sydent.sydent
\
--config-path
"
${
filepath
}
"
\
--generate-config
\
...
...
@@ -540,6 +540,8 @@ function install_identity_server {
if
[
-d
$INSTALL_DIR
/sydent
]
;
then
rm
-rf
$INSTALL_DIR
/sydent/
*
fi
sed
-i
"s|8090|
${
MATRIX_ID_PORT
}
|g"
/etc/sydent/sydent/sydent.py
python setup.py
install
pip
install
--upgrade
--process-dependency-links
.
-b
$INSTALL_DIR
/sydent
if
[
!
"
$?
"
=
"0"
]
;
then
echo
$'Failed to install matrix identity server'
...
...
@@ -728,7 +730,7 @@ function install_matrix {
function_check update_default_domain
update_default_domain
pip
install
--upgrade
--force
"pynacl==0.3.0"
#
pip install --upgrade --force "pynacl==0.3.0"
function_check matrix_nginx
matrix_nginx
...
...
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