Add Namecoin Core app #4962
+727
−0
Open
Add Namecoin Core app #4962
Annotations
4 errors and 2 notices
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5
❌ Linting failed with 3 errors ❌
|
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5:
namecoin/docker-compose.yml#L10
Error: HTTP 401 for ghcr.io/mstrofnone/namecoin-core-umbrel:30.2: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]}
|
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5:
namecoin/docker-compose.yml#L23
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5:
namecoin/docker-compose.yml#L10
Images should be named like "<name>:<version-tag>@<sha256>"
|
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5:
namecoin/docker-compose.yml#L19
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|
|
Run sharknoon/umbrel-app-linter-action@28d2ca16e3899585a245f1a580cc2361035e23d5:
namecoin/docker-compose.yml#L14
The volume "${APP_DATA_DIR}/data/namecoind:/data/.namecoin" tries to mount the file/directory "/namecoin/data/namecoind", but it is not present. This can lead to permission errors!
|
Loading