The Homebridge No-IP plugin allows you update your No-IP hostnames from the IP that your Homebridge instance is on.
- Search for "No-IP" on the plugin screen of Homebridge Config UI X.
- Click Install.
- Login / create an account at https://noip.com/
- 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
- IPv4 Update.
- IPv6 Update.
This project uses GitHub Copilot to help manage contributions. Before submitting issues or requesting features, please follow these 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 releasesbeta
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.
- 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