You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add linter CI to profile script (#693)
* Add macOS compatibility for DAppNode profile and improve alias handling
* Add shell compatibility checks for .dappnode_profile in CI workflow
* Update actions/checkout to v6 in linter workflow