From 4cb0351f14fb6cc3267f2c525af3789d28a9ea4b Mon Sep 17 00:00:00 2001 From: chloehjung15 <73510449+chloehjung15@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:47:42 +1300 Subject: [PATCH 1/2] Update DOCKER_INSTALL.md --- docs/DOCKER_INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DOCKER_INSTALL.md b/docs/DOCKER_INSTALL.md index 357ee1c..6730517 100644 --- a/docs/DOCKER_INSTALL.md +++ b/docs/DOCKER_INSTALL.md @@ -10,6 +10,7 @@ ### Set up the boltcard server edit `.env` to set up the database connection edit `settings.sql` to set up [bolt card system settings](SETTINGS.md) +- Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon` edit `Caddyfile` to set the boltcard domain name ### https setup @@ -36,5 +37,5 @@ To delete the database and reset the docker volume, run `docker-compose down --v #### running create bolt card command - `docker exec boltcard_main createboltcard/createboltcard` to see options -- `docker exec boltcard_main createboltcard/createboltcard -enable -allow_neg_bal -tx_max=1000 -day_max=10000 -name=card_1` for example +- `docker exec boltcard_main createboltcard/createboltcard -enable -tx_max=1000 -day_max=10000 -name=card_1` for example - this will give you a one-time link in text and QR code form From 8c47ef140b7405d8205140849b6dcabd2c5143ef Mon Sep 17 00:00:00 2001 From: chloehjung15 <73510449+chloehjung15@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:48:54 +1300 Subject: [PATCH 2/2] Update DOCKER_INSTALL.md --- docs/DOCKER_INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/DOCKER_INSTALL.md b/docs/DOCKER_INSTALL.md index 6730517..0063834 100644 --- a/docs/DOCKER_INSTALL.md +++ b/docs/DOCKER_INSTALL.md @@ -8,10 +8,10 @@ install](https://docs.docker.com/compose/install/) ### Set up the boltcard server -edit `.env` to set up the database connection -edit `settings.sql` to set up [bolt card system settings](SETTINGS.md) -- Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon` -edit `Caddyfile` to set the boltcard domain name +- edit `.env` to set up the database connection +- edit `settings.sql` to set up [bolt card system settings](SETTINGS.md) + - Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon` +- edit `Caddyfile` to set the boltcard domain name ### https setup