Hi guys,
i’m trying to package docmost.
But I’m facing 3 majors problemes:
-
App configuration is only based on env var.
Can the install script push a .env template in install folder, then I have a custom script that load the .env in app memory then runpnpm start?
Because i’m not sure that nodejs by default load .env file in prod env. -
The app needs a redis. How can i install this efficiency ?
-
LDAP is available but it needs to be set in the app.
I guess that the conf is saved in postgresql.
Thank for help !