Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117886335
init.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
623 B
Referenced Files
None
Subscribers
None
init.sh
View Options
#!/bin/bash
sed -i -r
\
-e
"s|APP_WEBSITE_DOMAIN|
$APP_WEBSITE_DOMAIN
|g"
\
-e
"s|SSL_CERTIFICATE_CERT|
$SSL_CERTIFICATE
|g"
\
-e
"s|SSL_CERTIFICATE_KEY|
$SSL_CERTIFICATE_KEY
|g"
\
-e
"s|WEBAPP_BACKEND|
$WEBAPP_BACKEND
|g"
\
-e
"s|MEET_BACKEND|
$MEET_BACKEND
|g"
\
-e
"s|ROUNDCUBE_BACKEND|
$ROUNDCUBE_BACKEND
|g"
\
-e
"s|DAV_BACKEND|
$DAV_BACKEND
|g"
\
-e
"s|COLLABORA_BACKEND|
$COLLABORA_BACKEND
|g"
\
-e
"s|WEBMAIL_PATH|
$WEBMAIL_PATH
|g"
\
-e
"s|SIEVE_BACKEND|
$SIEVE_BACKEND
|g"
\
/etc/nginx/nginx.conf
if
[[
$1
==
"validate"
]]
;
then
exec
nginx -t
else
exec
nginx -g
"daemon off;"
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Apr 6, 2:29 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18829669
Default Alt Text
init.sh (623 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline