Commit Graph
6 Commits
Author SHA1 Message Date
Yadd faa42c2b22 Replace child_process.exec by child_process.spawnSync (#428)
child_process.exec uses a shell to parse and launch command.

Since here some arguments comes from external, it's unsecured.

This MR uses spawnSync instead.
2024-03-11 12:03:25 +01:00
Yadd 423e7f2c00 [Nextcloud-Migration]: add "dir" param (#427)
This permit one to use an existing directory instead of downloading from Nextcloud
2024-03-11 12:02:53 +01:00
Yadd 1ade3de40d Reduce docker image from 1.39 GB to 611 MB (#341)
* Reduce docker image from 1.39 GB to 611 MB
* Declare environment variables
2024-01-30 12:28:36 +01:00
Yadd bf4599c483 update (#344) 2024-01-23 13:59:13 +04:00
Yadd 99e0c548e6 Reduce logs (#342) 2024-01-23 09:53:13 +01:00
Yadd eae85905a0 Nextcloud migration:: add security tips + reduce size (#307)
* Add security tips
* Don't rebuild on start
* Build a full bundle with rollup, then minimize image size
2024-01-05 12:35:13 +01:00