GithubHelp home page GithubHelp logo

bukington / ovh-dynhost-client-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sylvanld/ovh-dynhost-client-docker

0.0 1.0 0.0 18 KB

Docker container to automatically update OVH DynHost records from your public IP address

License: MIT License

Dockerfile 13.94% Shell 86.06%

ovh-dynhost-client-docker's Introduction

OVH DynHost client for Docker

Docker container to automatically update DynHost records with your public IP address, for OVH DNS.

Usage

1 - Create a DynHost user and configure a dynamic DNS record for the domain of your choice.

2 - Using information from the previous step, run DynHost client container to continuously update your DNS record.

Using docker compose.

version: "3"

services:
  dynhost-updater:
    image: sylvanld/update-ovh-dynhost
    environment:
      HOSTNAME: "<host>.<domain>"
      IDENTIFIER: "<domain>-<suffix>"
      PASSWORD: "<password>"

Using kubernetes

apiVersion: v1
kind: Pod
metadata:
  name: dynhost-updater
spec:
  containers:
    - name: dynhost-updater
      image: sylvanld/update-ovh-dynhost
      env:
        - name: HOSTNAME
          value: "<host>.<domain>"
        - name: IDENTIFIER
          value: "<domain>-<suffix>"
        - name: PASSWORD
          value: "<password>"

Environment variables

Following environment variables are mandatory :

  • HOSTNAME: Subdomain on which DNS record must be updated dynamically.
  • IDENTIFIER: DynHost management username.
  • PASSWORD: DynHost management password.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.