Commit graph

12 commits

Author SHA1 Message Date
ansuz
2dfbb522b0 simplify server websocket configuration 2019-12-23 17:01:00 -05:00
yflory
11236c6445 Fix docker issues 2019-03-29 11:33:49 +01:00
ansuz
a745fa1b71 mkdirp config 2019-03-28 18:02:34 +01:00
ansuz
de9e2cccfc account for moved config.js throughout the rest of container-start.sh 2019-03-28 17:55:23 +01:00
ansuz
744f212b26 keep config.js in config/
and persist it via various docker mechanisms
2019-03-28 17:35:30 +01:00
ansuz
4ff7683f23 customize/ should not be a copy of customize.dist/ 2019-03-19 13:34:03 +01:00
mcrosson
b35959376e Update docker start script to bust the cache on each run 2018-07-16 17:10:40 +00:00
Thomas Gläßle
405526cfa5 Properly escape sed replace expressions
This fixes an error during container startup due to interpolating a
$STORAGE value that may contain slashes or other "active" characters:

    ...
    Using secure websockets: false
    Using storage adapter: ./storage/file
    sed: bad option in substitution expression

Also add a trailing ',' in the search expression to avoid substituting
in the comment above the actual definition:

    /*  If Cryptpad is proxied without using https, the server needs to know.
     *  Specify 'useSecureWebsockets: true' so that it can send
    ...
2017-08-10 10:35:38 +02:00
Caleb James DeLisle
211113fb1a little flowey 2017-04-25 16:04:17 +02:00
Thomas Gläßle
2985c6a051 Cleanup Dockerfile, thanks to @kpcyrd 2017-04-09 11:38:37 +02:00
Thomas Gläßle
c182a407cf Fix typo in container-start.sh 2017-04-08 22:08:38 +02:00
felixboehm
d8c18d0937 adding docker and docker-compose 2016-12-29 22:02:03 +01:00