DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Move hardcoded HTTPs exposable ports from the dappmanager to the package manifest
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