@homebridge-plugins/homebridge-noip
    Preparing search index...

    @homebridge-plugins/homebridge-noip

    homebridge-verified

    Homebridge No-IP

    The Homebridge No-IP plugin allows you update your No-IP hostnames from the IP that your Homebridge instance is on.

    1. Search for "No-IP" on the plugin screen of Homebridge Config UI X.
    2. Click Install.
    1. Login / create an account at https://noip.com/
      • If you haven't already you can also create your No-IP hostname here as well.

    1. Type in your NoIP Username, Password, and Hostname into the Plugin Setting UI
    2. Click Save
    3. 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:

    1. 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
    2. 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
    3. 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.

    1. Create an issue using the provided templates
    2. The issue will automatically be labeled based on the version impact you select
    3. Assign the issue to @copilot
    4. Copilot will create the appropriate beta branch if needed
    5. Copilot will create a pull request targeting the beta branch
    6. After review and testing, changes will be merged to the beta branch
    7. Once ready, beta changes will be promoted to the latest branch for release