If you haven't already you can also create your No-IP hostname here as well.
Type in your NoIP Username, Password, and Hostname into the Plugin Setting UI
Click Save
Restart Homebridge
Supported No-IP Features
IPv4 Update.
IPv6 Update.
Contributing
This project uses GitHub Copilot to help manage contributions. Before submitting issues or requesting features, please follow these guidelines:
Issue Guidelines
Label Requirements: All issues must have one semantic versioning label before assignment to Copilot:
patch: Bug fixes (backward compatible)
minor: New features (backward compatible)
major: Breaking changes
Branch Strategy: All pull requests must target beta branches first:
beta-X.Y.Z for specific version releases
beta as a fallback if no version-specific branch exists
Only after beta testing should changes be merged to latest
Automatic Branch Creation: When issues are assigned to Copilot with proper labels, the appropriate beta branch will be automatically created if it doesn't exist.
Workflow
Create an issue using the provided templates
The issue will automatically be labeled based on the version impact you select
Assign the issue to @copilot
Copilot will create the appropriate beta branch if needed
Copilot will create a pull request targeting the beta branch
After review and testing, changes will be merged to the beta branch
Once ready, beta changes will be promoted to the latest branch for release