ops: paivana and caddy config refresh

This commit is contained in:
Hernâni Marques 2026-09-09 00:52:54 +02:00
parent d8dbc6242b
commit 56f814a6de
No known key found for this signature in database
74 changed files with 4517 additions and 79 deletions

View file

@ -0,0 +1,13 @@
/* CryptPad config http on 3000, websockets on 3003 (must differ).
* Live: mount ./config.js over /cryptpad/config/config.js
* Edge nginx in compose merges both onto host :9030 (Caddy unchanged).
*/
module.exports = {
httpUnsafeOrigin: 'https://cryptpad.hacktivism.ch',
httpSafeOrigin: 'https://cryptpad.hacktivism.ch',
httpAddress: '0.0.0.0',
httpPort: 3000,
websocketPort: 3003,
logToStdout: true,
maxWorkers: 2,
};