hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

chore: add local https configuration for use with the docker images #95

Closed svienot closed 6 months ago

svienot commented 6 months ago

Description:

This brings configuration changes allowing to run locally in docker with an HTTPS set-up. This is essentially needed for running sourcify in the context of mirror-node explorer development. The development server serving the explorer needs to be set-up with HTTPS in order to activate all features including wallet connection. This mandates that the explorer in turn call sourcify over HTTPS.

The configuration for an nginx service is added , which runs in front of ui/server/repository services.

svienot commented 6 months ago

Rebased on main and made sure previous README clean-up is preserved.

svienot commented 6 months ago

I am closing this. Since the only identified need (so far) for an HTTPS setup in development is in the context of the explorer, this setup belongs to the explorer repository.