flared

command module
v0.1.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: MIT Imports: 10 Imported by: 0

README

flared

Cloudflare DDNS utility

Installation

We recommend using docker install. Consider the following compose.yml example as a starting point:

version: '3'
services:
  flared:
    container_name: flared
    image: ghcr.io/boggydigital/flared:latest
    environment:
      # - FD_TOKEN=(CLOUDFLARE DNS API TOKEN)
      # - FD_SYNC_FILENAME=/var/lib/flared/domains.txt
    volumes:
      # state
      - /docker/flared:/var/lib/flared
      # logs
      - /docker/flared:/var/log/flared
      # sharing timezone from the host
      - /etc/localtime:/etc/localtime:ro
    ports:
      # https://en.wikipedia.org/wiki/Galileo_Galilei
      - "1564:1564"
    restart: always

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL