dappnode / DAppNode

General repository of the project dappnode
GNU General Public License v3.0
581 stars 99 forks source link

Add to EC entrypoint a new `case` for multicaster #532

Open pablomendezroyo opened 1 year ago

pablomendezroyo commented 1 year ago

Add on every EC a new case for the multicaster

"multicaster.dnp.dappnode.eth")
  echo "Using multicaster.dnp.dappnode.eth"
  JWT_PATH="/security/multicaster/jwtsecret.hex"
  ;;

Ref: https://github.com/dappnode/DAppNodePackage-geth/blob/faa36c570772a2e1161a0cc7ef0139d0966a02db/entrypoint.sh#L20

dsimog01 commented 1 year ago

Nice idea! That would save time in the future