Skip to content

[NO STORY] deploy fixes

aguestuser requested to merge nostory-deploy-fixes into master

This PR makes some code changes that were necessary to manually deploy signal-boost and documents the non-code changes that were used for the process. (In the hopes of leaving breadcrumbs for automating that process later).

More specifically, it:

  • adds a password to prod config in db.json and encrypts db.json
  • adds signal-cli/dbus dependencies to ./bin/install-signal-cli
  • offers both exported and non-exported env vars in .env (former are needed by bash scripts, latter by node's dotenv package
  • adds a chucnk of documentation to README.md
Edited by aguestuser

Merge request reports