flared

command module
v0.1.41 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2025 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=domains.txt
    volumes:
      # input
      - /docker/flared:/usr/share/flared/input
      # metadata
      - /docker/flared/metadata:/usr/share/flared/metadata
      # 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