NoIp

NoIp

Docker app from coppit's Repository

Overview

No-Ip is a dynamic DNS service, with a free tier supporting up to three domain names. Unfortunately, those domain names have to be renewed periodically. This container implements the new noip2 protocol, which uses a noip client provided by no-ip.com.

docker-no-ip

This is a simple Docker container for running the No-IP2 dynamic DNS update script. It will keep your domain.ddns.net DNS alias up-to-date as your home IP changes.

Usage

This docker image is available as a trusted build on the docker index.

There are two modes of running this container. The first is with environment variables:

sudo docker run --name=noip -d -v /etc/localtime:/etc/localtime -v /config/dir/path:/config -e USERNAME=<username> -e PASSWORD=<password> -e DOMAINS=<domains> -e INTERVAL=<interval> coppit/no-ip

The second mode is with a config file. To create a template config file, run:

sudo docker run --name=noip -d -v /etc/localtime:/etc/localtime -v /config/dir/path:/config coppit/no-ip

When run for the first time, a file named noip.conf will be created in the config dir, and the container will exit. Edit this file, adding your username (email), password, domains, and update interval. Then rerun the command to start the container.

In both modes, a binary config file /config/dir/path/no-ip2.generated.conf will be generated. Please do not edit this file, as it is used by the noip2 agent. Please do not edit this file, as it is used by the noip2 agent.

To check the status, run docker logs noip.

Install NoIp on Unraid in a few clicks.

Find NoIp in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for NoIp Review the template variables and paths Click Install

Categories

Download Statistics

8,449,056
Total Downloads
2,579
This Month
2,679
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
coppit/no-ip
Last Updated2018-08-16

Runtime arguments

Privileged
false