Skip to content

Commit d00bc0b

Browse files
Add port conflict checks for HTTPS and VPN in installer script (#701)
* Add port conflict checks for HTTPS and VPN in installer script * Update notifications and premium package versions in .dappnode_profile * Refactor logging in dappnode_install.sh to use log function for consistency * Update package versions in .dappnode_profile for consistency * Enhance logging and retry mechanism in wait_for_internal_ip function; update warnings for credential availability * Update IPFS endpoint URL in dappnode_install.sh for stability * Update notifications and premium package versions in .dappnode_profile for consistency
1 parent 50957c3 commit d00bc0b

File tree

2 files changed

+184
-111
lines changed

2 files changed

+184
-111
lines changed

.dappnode_profile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# - `/ipfs/QmRe6...` -> indicates the ipfs hash used to download the content
88
# - `0.2.71` -> indicates the version. It must be the one uploaded to such IPFS hash
99

10-
export BIND_VERSION="${BIND_VERSION:-0.2.11}"
11-
export IPFS_VERSION="${IPFS_VERSION:-0.2.23}"
12-
export VPN_VERSION="${VPN_VERSION:-0.2.10}"
13-
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.99}"
14-
export WIFI_VERSION="${WIFI_VERSION:-0.2.9}"
15-
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.3}"
10+
export BIND_VERSION="${BIND_VERSION:-0.2.13}"
11+
export IPFS_VERSION="${IPFS_VERSION:-0.2.27}"
12+
export VPN_VERSION="${VPN_VERSION:-0.2.11}"
13+
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.121}"
14+
export WIFI_VERSION="${WIFI_VERSION:-0.2.11}"
15+
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.4}"
1616
export HTTPS_VERSION="${HTTPS:-0.2.2}"
17-
export NOTIFICATIONS_VERSION="/ipfs/QmQubxH4WgqEFxvFntef4H2DmuU6mxBRS6XeuShc3owNi9"
18-
export PREMIUM_VERSION="/ipfs/QmXDddoa56HkrvtkGsa3mozpsn9SzQZtoVBWgagcW6SsHy"
17+
export NOTIFICATIONS_VERSION="/ipfs/QmW5CSZv8x8ZktiNodJ9P8M6ZSRNX93jmB8oU6RtGermBc"
18+
export PREMIUM_VERSION="/ipfs/QmUEmjt1yXLyGjnqf3BCiVenQtDhFwt4eMkx1sDemeEidM"
1919

2020
export DAPPNODE_DIR="/usr/src/dappnode"
2121
export DAPPNODE_CORE_DIR="${DAPPNODE_DIR}/DNCORE"

0 commit comments

Comments
 (0)