Loïs Mansot 0728559e0e
update anchors/download route to get a complete zip archive
The zip will contain:
- the anchoring proof PDF ;
- plus all accessible files stored on IPFS.

If the key is invalid, a broken file will be added to the archive. If the key is missing, the file will not be added to the archive, because there is no way it could be deciphered. For now, all network errors from IPFS are silently ignored, resulting in an archive containing only the anchoring proof.
2023-10-18 16:47:12 +02:00
2023-03-15 14:40:23 +01:00
2023-10-10 00:24:27 +02:00
2023-02-27 09:57:19 +01:00
2023-04-28 10:52:02 +02:00
2023-09-26 08:55:18 +02:00
2023-04-25 17:08:26 +02:00
2023-10-10 16:22:51 +02:00
2023-04-06 18:43:13 +02:00
2023-01-20 11:10:14 +01:00
2023-05-04 16:33:28 +02:00
2023-02-27 15:04:51 +01:00
2023-04-12 11:51:53 +02:00
2023-04-04 12:00:12 +02:00

leCoffre

[Owner: Elise Hautefaye]

A. Docker Launch application

1) Local RSA Key for docker build

  1. Create a file named : id_rsa in /src/.ssh
  2. Get the RSA Private key on Keeper who is allowed to read the leCoffre-ressources repo
  3. You can find Key on Keeper inside the folder LeCoffre project > SSH Key
  4. Copy past in the id_rsa that you created step 1

🚨 Be aware to have the id_rsa included in your .gitignore! This ssh shouldn't be push on github

You need to do the same task in the front and back repo.

2) Build images

a- Back end

docker build -t "le-coffre-back" -f Dockerfile .

b- Front end

docker build -t "le-coffre-front" -f Dockerfile .

3) Docker Compose

Docker compose allow to launch multiples images

  1. le-coffre-front
  2. le-coffre-back
  3. postgres

Launch your docker container with following command :

docker compose up -> Logs in terminal

docker compose up -d

Description
No description provided
Readme MIT 87 MiB
Languages
TypeScript 99.7%
Dockerfile 0.1%
JavaScript 0.1%