fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 28 forks source link

Add 'services' assembly #365

Closed fboucquez closed 2 years ago

fboucquez commented 2 years ago

The services preset is a special assembly that contains an explorer, faucet, mongo, statistic service, and https proxy (443 port). I have managed to manually configure that for garush and other personal testnets but it would be nice to have them automatically via preset (and integrated to symbol-network). The services assembly wouldn't be a production-ready box (that requires cloud-specific HA), but it would give you a quick way of getting the symbol services with HTTPS up and running for known and new networks (for example, the community would be able to fire all of them against testnet/mainnet/custom network quickly).

fboucquez commented 2 years ago

Done but using old versions of faucet and explorer. New versions would require the statistic service which is currently under lots of changes