| 29 Jan 2024 |
hexa | my bad | 22:51:42 |
Lily Foster | Okay, just making sure 😅 | 22:52:04 |
hexa |
cryptpad-5.6.0 (installPhase) ⏱ 7m41s
| 22:58:36 |
hexa | oh right, my laptop just began gc'ing the store 🙈 | 23:00:52 |
| 30 Jan 2024 |
hexa | grr, its wants the config.js inside the package | 00:39:04 |
hexa | https://github.com/cryptpad/cryptpad/blob/70d47193596662b2ee7278d6671b56812f11f821/lib/load-config.js#L8 | 00:39:45 |
hexa | also relative paths.... | 00:39:48 |
hexa | no argparser | 00:40:33 |
hexa | a wee bit sad | 00:40:42 |
hexa | so do I patch in an absolute path, like /etc/cryptpad/config.js? | 00:40:58 |
hexa | or maybe something that reads the path from the environment | 00:41:10 |
hexa | with a cute fallback value | 00:41:15 |
Lily Foster | In reply to @hexa:lossy.network so do I patch in an absolute path, like /etc/cryptpad/config.js? i mean there is an env var you can override. do they provide the config.js as a default or something? | 00:41:51 |
hexa | config.example.js in lib/node_modules/cryptpad/config/config.example.js | 00:42:08 |
hexa | kinda the directory where they seem to expect the config.js | 00:42:23 |
hexa | although the server is at lib/node_modules/cryptpad/server.js | 00:42:39 |