Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-onlyoffice-documentserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
TO
docker-onlyoffice-documentserver
Commits
b7520102
Commit
b7520102
authored
5 years ago
by
Alexey Golubev
Browse files
Options
Downloads
Plain Diff
v5.3.0
parents
796fce01
2d6a4e09
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-2
4 additions, 2 deletions
README.md
run-document-server.sh
+5
-0
5 additions, 0 deletions
run-document-server.sh
with
9 additions
and
2 deletions
README.md
+
4
−
2
View file @
b7520102
...
@@ -295,7 +295,7 @@ Please note, that both executing the script and disconnecting users may take a l
...
@@ -295,7 +295,7 @@ Please note, that both executing the script and disconnecting users may take a l
## Project Information
## Project Information
Official website:
[
http://www.onlyoffice.
org
](
http://onlyoffice.
org
"http://www.onlyoffice.org"
)
Official website:
[
http
s
://www.onlyoffice.
com
](
http
s
://
www.
onlyoffice.
com/?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDockerDS
)
Code repository:
[
https://github.com/ONLYOFFICE/DocumentServer
](
https://github.com/ONLYOFFICE/DocumentServer
"https://github.com/ONLYOFFICE/DocumentServer"
)
Code repository:
[
https://github.com/ONLYOFFICE/DocumentServer
](
https://github.com/ONLYOFFICE/DocumentServer
"https://github.com/ONLYOFFICE/DocumentServer"
)
...
@@ -303,7 +303,9 @@ Docker Image: [https://github.com/ONLYOFFICE/Docker-DocumentServer](https://gith
...
@@ -303,7 +303,9 @@ Docker Image: [https://github.com/ONLYOFFICE/Docker-DocumentServer](https://gith
License:
[
GNU AGPL v3.0
](
https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4358397&doc=K0ZUdlVuQzQ0RFhhMzhZRVN4ZFIvaHlhUjN2eS9XMXpKR1M5WEppUk1Gcz0_IjQzNTgzOTci0
"GNU AGPL v3.0"
)
License:
[
GNU AGPL v3.0
](
https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4358397&doc=K0ZUdlVuQzQ0RFhhMzhZRVN4ZFIvaHlhUjN2eS9XMXpKR1M5WEppUk1Gcz0_IjQzNTgzOTci0
"GNU AGPL v3.0"
)
SaaS version:
[
http://www.onlyoffice.com
](
http://www.onlyoffice.com
"http://www.onlyoffice.com"
)
Free version vs commercial builds comparison: https://github.com/ONLYOFFICE/DocumentServer#onlyoffice-document-server-editions
SaaS version:
[
https://www.onlyoffice.com/cloud-office.aspx
](
https://www.onlyoffice.com/cloud-office.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDockerDS
)
## User Feedback and Support
## User Feedback and Support
...
...
This diff is collapsed.
Click to expand it.
run-document-server.sh
+
5
−
0
View file @
b7520102
...
@@ -277,6 +277,11 @@ update_nginx_settings(){
...
@@ -277,6 +277,11 @@ update_nginx_settings(){
ln
-sf
${
NGINX_ONLYOFFICE_PATH
}
/ds.conf.tmpl
${
NGINX_ONLYOFFICE_CONF
}
ln
-sf
${
NGINX_ONLYOFFICE_PATH
}
/ds.conf.tmpl
${
NGINX_ONLYOFFICE_CONF
}
fi
fi
# check if ipv6 supported otherwise remove it from nginx config
if
[
!
-f
/proc/net/if_inet6
]
;
then
sed
'/listen\s\+\[::[0-9]*\].\+/d'
-i
$NGINX_ONLYOFFICE_CONF
fi
if
[
-f
"
${
NGINX_ONLYOFFICE_EXAMPLE_CONF
}
"
]
;
then
if
[
-f
"
${
NGINX_ONLYOFFICE_EXAMPLE_CONF
}
"
]
;
then
sed
's/linux/docker/'
-i
${
NGINX_ONLYOFFICE_EXAMPLE_CONF
}
sed
's/linux/docker/'
-i
${
NGINX_ONLYOFFICE_EXAMPLE_CONF
}
fi
fi
...
...
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