1b3218df04
Currently [in docker it is possible to do configuration through environment variables](https://col.la/dockercodeconfigviaenv), which works using the start-collabora-online.sh start-collabora-online.pl scripts. This commit lets COOLWSD listen to the same environment variables directly Change-Id: I75762ad620132037523fa82167a3ff17075c7027 Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
36 lines
1.5 KiB
Groff
36 lines
1.5 KiB
Groff
.TH COOLWSD "1" "May 2018" "coolwsd " "User Commands"
|
|
.SH NAME
|
|
coolwsd \- Collabora Online Websocket Daemon
|
|
.SH SYNOPSIS
|
|
coolwsd OPTIONS
|
|
.SH OPTIONS
|
|
\fB\-\-daemon\fR Run application as a daemon.
|
|
.PP
|
|
\fB\-\-umask\fR=\fImask\fR Set the daemon's umask (octal, e.g. 027).
|
|
.PP
|
|
\fB\-\-pidfile\fR=\fIpath\fR Write the process ID of the application to given file.
|
|
.PP
|
|
\fB\-\-help\fR Display help information on command line arguments.
|
|
.PP
|
|
\fB\-\-version\fR Display version information.
|
|
.PP
|
|
\fB\-\-port\fR=\fIport_number\fR Port number to listen to (default: 9980), must not be 9981.
|
|
.PP
|
|
\fB\-\-disable\-ssl\fR Disable SSL security layer.
|
|
.PP
|
|
\fB\-oxmlpath\fR, \fB\-\-override\fR=\fIxmlpath\fR Override any setting by providing full xmlpath=value.
|
|
.PP
|
|
\fB\-\-config\-file\fR=\fIpath\fR Override configuration file path.
|
|
.PP
|
|
\fB\-\-config\-dir\fR=\fIpath\fR Override extra configuration directory path.
|
|
.PP
|
|
\fB\-\-unitlib\fR=\fIunitlib\fR Unit testing library path.
|
|
.PP
|
|
\fB\-\-careerspan\fR=\fIseconds\fR How many seconds to run.
|
|
.PP
|
|
\fB\-\-nocaps\fR Use a non\-privileged forkit, with increase in security problems.
|
|
.PP
|
|
\fB\-\-use\-env\-vars\fR Override coolwsd.xml config with options from the environment variables described in https://col.la/dockercodeconfigviaenv
|
|
.PP
|
|
.SH "SEE ALSO"
|
|
coolforkit(1), coolconvert(1), coolconfig(1), coolwsd-systemplate-setup(1), coolmount(1)
|