Added cryptsheet to cryptpad suite!

This commit is contained in:
Caleb James DeLisle
2015-01-29 17:55:18 +01:00
parent 4a63ba7df3
commit 50c10f818e
18 changed files with 525 additions and 54 deletions

View File

@@ -12,6 +12,12 @@ config.websocketPort = config.websocketPort || config.httpPort;
var app = Express();
app.use(Express.static(__dirname + '/www'));
// Bower is broken and does not allow components nested within components...
// And jquery.sheet expects it!
// *Workaround*
app.use("/bower_components/jquery.sheet/bower_components",
Express.static(__dirname + '/www/bower_components'));
var httpsOpts;
if (config.privKeyAndCertFiles) {
var privKeyAndCerts = '';