DNP_DAPPMANAGER icon indicating copy to clipboard operation
DNP_DAPPMANAGER copied to clipboard

Dappnode package responsible for providing the Dappnode Package Manager

Results 140 DNP_DAPPMANAGER issues
Sort by recently updated
recently updated
newest added

updated previous DAppNode branding to new Dappnode in dependency pop-up

Implement ethical metrics migration: ethical metrics will switch from using [package ethical metrics](https://github.com/dappnode/DAppNodePackage-ethical-metrics) to use [new core package TOR](https://github.com/dappnode/DNP_TOR): - Service API will no longer be needed, requests from the...

- Implement internal in HTTPS portal API: - Take as reference https://github.com/dappnode/DNP_DAPPMANAGER/pull/1294/ - Implement internal in package network HTTPS mapping view: - A switch component to determine if external or...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Review the logic behind - `connectToPublicNetwork` : see https://github.com/dappnode/DNP_DAPPMANAGER/blob/680afa44b65c9c5db34df65bd0c53d55d040c567/packages/installer/src/installer/runPackages.ts#L102 - `exposeByDefaultHttpsPorts`: see https://github.com/dappnode/DNP_DAPPMANAGER/blob/680afa44b65c9c5db34df65bd0c53d55d040c567/packages/installer/src/installer/runPackages.ts#L103 And bypass on error

Currently, when a package is removed, the user is always redirected to /packages/my regardless of their current location. This PR changes it so that the redirection only occurs if the...

Right now requirements are only enforeced in installation time, they must block an update if the requirement is not met. Requirements: - `minimumDappnodeVersion` - `notInstalledPackages` - `notInstalledPackages` (new see https://github.com/dappnode/DNP_DAPPMANAGER/pull/1964)

Currently, the "Network Tab" is divided into three separate cards, which may give the impression that each card contains independent information. To address this, we should unify the three cards...

Once the changes in [https://github.com/dappnode/DNP_DAPPMANAGER/issues/1984](https://github.com/dappnode/DNP_DAPPMANAGER/issues/1984) are complete, merge `Public port mapping` and `HTTPs domain mapping` sections into a single section. Implement a switch to control which section is displayed, allowing...

Right now the dappmanager edits a lot of stuff from the compose file when installing a new package, see `packageInstall` and `setDappnodeComposeDefaults`. This edit is done using utilities such as...