DNP_DAPPMANAGER icon indicating copy to clipboard operation
DNP_DAPPMANAGER copied to clipboard

Move hardcoded HTTPs exposable ports from the dappmanager to the package manifest

Open pablomendezroyo opened this issue 3 years ago • 0 comments

Context

There are hardcoded HTTPs ports in the dappmanager. This ports might become out of date and should be move to the package manifest

  • dappmanager default exposable ports: https://github.com/dappnode/DNP_DAPPMANAGER/blob/master/packages/dappmanager/src/modules/https-portal/exposable/predefined.ts
  • package manifest reference: https://docs.dappnode.io/es/developers/manifest-reference/#exposable

Approach

Move ports from the predefined.ts script to the packages manifest exposable option

pablomendezroyo avatar Feb 25 '22 09:02 pablomendezroyo