12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652 |
- groups:
- - name: DDNS Updater Configuration
- description: Configure DDNS Updater
- - name: User and Group Configuration
- description: Configure User and Group for DDNS Updater
- - name: Network Configuration
- description: Configure Network for DDNS Updater
- - name: Storage Configuration
- description: Configure Storage for DDNS Updater
- - name: Labels Configuration
- description: Configure Labels for DDNS Updater
- - name: Resources Configuration
- description: Configure Resources for DDNS Updater
- questions:
- - variable: TZ
- group: DDNS Updater Configuration
- label: Timezone
- schema:
- type: string
- default: Etc/UTC
- required: true
- $ref:
- - definitions/timezone
- - variable: ddns
- label: ""
- group: DDNS Updater Configuration
- schema:
- type: dict
- attrs:
- - variable: period
- label: Update Period
- description: |
- Default period of IP address check, following this format:</br>
- 5m = 5 minutes</br>
- 1h = 1 hour</br>
- 1h30m = 1 hour 30 minutes
- schema:
- type: string
- default: 5m
- required: true
- - variable: update_cooldown_period
- label: Update Cooldown Period
- description: |
- Duration to cooldown between updates for each record.
- This is useful to avoid being rate limited or banned,
- following this format:</br>
- 5m = 5 minutes</br>
- 1h = 1 hour</br>
- 1h30m = 1 hour 30 minutes
- schema:
- type: string
- default: 5m
- required: true
- - variable: backup_period
- label: Backup Period
- description: |
- Set to a period to enable zip backups of data/config.json and
- data/updates.json in a zip file following this format:</br>
- 0 = disabled</br>
- 10h = 10 hours</br>
- 20h30m = 20 hours 30 minutes
- schema:
- type: string
- default: 24h
- required: true
- - variable: http_timeout
- label: HTTP Timeout
- description: |
- Default timeout for HTTP requests, following this format:</br>
- 10s = 10 seconds</br>
- 1m = 1 minute</br>
- 1m30s = 1 minute 30 seconds
- schema:
- type: string
- default: 10s
- required: true
- - variable: public_dns_timeout
- label: Public IP DNS Timeout
- description: |
- Public IP DNS query timeout, following this format:</br>
- 3s = 3 seconds</br>
- 1m = 1 minute</br>
- 1m30s = 1 minute 30 seconds
- schema:
- type: string
- default: 3s
- required: true
- - variable: shoutrrr_addresses
- label: Shoutrrr Addresses
- description: |
- List of Shoutrrr addresses to send notifications to.</br>
- See https://containrrr.dev/shoutrrr/0.7/services/overview/ for more information.
- schema:
- type: list
- default: []
- items:
- - variable: address
- label: Address
- schema:
- type: string
- required: true
- - variable: public_ip_dns_providers
- label: Public IP DNS Providers
- description: Providers to obtain the public IP address (IPv4 and/or IPv6)
- schema:
- type: list
- min: 1
- required: true
- default: [{ "provider": "all" }]
- items:
- - variable: publicIpDnsProviderEntry
- label: Public IP DNS Provider Entry
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Provider
- schema:
- type: string
- required: true
- enum:
- - value: all
- description: All providers
- - value: opendns
- description: opendns
- - value: cloudflare
- description: Cloudflare
- - variable: public_ip_http_providers
- label: Public IP HTTP Providers
- description: Providers to obtain the public IP address (IPv4 and/or IPv6)
- schema:
- type: list
- min: 1
- required: true
- default: [{ "provider": "all", "custom": "" }]
- items:
- - variable: public_ip_http_provider_entry
- label: Public IP HTTP Provider Entry
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Provider
- schema:
- type: string
- required: true
- enum:
- - value: all
- description: All providers
- - value: custom
- description: Custom Provider
- - value: ipify
- description: ipify
- - value: ifconfig
- description: ifconfig
- - value: ipinfo
- description: ipinfo
- - value: spdyn
- description: spdyn
- - value: ipleak
- description: ipleak
- - value: icanhazip
- description: icanhazip
- - value: ident
- description: ident
- - value: nnev
- description: nnev
- - value: wtfismyip
- description: wtfismyip
- - value: seeip
- description: seeip
- - value: changeip
- description: changeip
- - variable: custom
- label: Custom Value
- schema:
- type: string
- show_if: [["provider", "=", "custom"]]
- default: ""
- required: true
- - variable: public_ipv4_http_providers
- label: Public IPv4 HTTP Providers
- description: Providers to obtain the public IPv4 address
- schema:
- type: list
- min: 1
- required: true
- default: [{ "provider": "all", "custom": "" }]
- items:
- - variable: public_ipv4_http_provider_entry
- label: Public IPv4 HTTP Provider Entry
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Provider
- schema:
- type: string
- required: true
- enum:
- - value: all
- description: All providers
- - value: custom
- description: Custom Provider
- - value: ipleak
- description: ipleak
- - value: ipify
- description: ipify
- - value: icanhazip
- description: icanhazip
- - value: ident
- description: ident
- - value: nnev
- description: nnev
- - value: wtfismyip
- description: wtfismyip
- - value: seeip
- description: seeip
- - variable: custom
- label: Custom Value
- schema:
- type: string
- show_if: [["provider", "=", "custom"]]
- default: ""
- required: true
- - variable: public_ipv6_http_providers
- label: Public IPv6 HTTP Providers
- description: Providers to obtain the public IPv6 address
- schema:
- type: list
- min: 1
- required: true
- default: [{ "provider": "all", "custom": "" }]
- items:
- - variable: public_ipv6_http_provider_entry
- label: Public IPv6 HTTP Provider Entry
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Provider
- schema:
- type: string
- required: true
- enum:
- - value: all
- description: All providers
- - value: custom
- description: Custom Provider
- - value: ipleak
- description: ipleak
- - value: ipify
- description: ipify
- - value: icanhazip
- description: icanhazip
- - value: ident
- description: ident
- - value: nnev
- description: nnev
- - value: wtfismyip
- description: wtfismyip
- - value: seeip
- description: seeip
- - variable: custom
- label: Custom Value
- schema:
- type: string
- show_if: [["provider", "=", "custom"]]
- default: ""
- required: true
- - variable: public_ip_fetchers
- label: Public IP Fetchers
- description: Fetcher types to obtain the public IP address
- schema:
- type: list
- min: 1
- required: true
- default: [{ "provider": "all" }]
- items:
- - variable: public_ip_fetcher_entry
- label: Public IP Fetcher Entry
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Fetcher
- schema:
- type: string
- required: true
- enum:
- - value: all
- description: All providers
- - value: http
- description: HTTP
- - value: dns
- description: DNS
- - variable: config
- label: Config
- description: Configure DDNS Updater.
- schema:
- type: list
- items:
- - variable: config_item
- label: Config Item
- schema:
- type: dict
- attrs:
- - variable: provider
- label: Provider
- description: The provider to use for DDNS Updater.
- schema:
- type: string
- required: true
- enum:
- - value: aliyun
- description: Aliyun
- - value: allinkl
- description: All-Inkl
- - value: changeip
- description: ChangeIP
- - value: cloudflare
- description: Cloudflare
- - value: dd24
- description: DD24
- - value: ddnss
- description: DDNSS
- - value: desec
- description: Desec
- - value: digitalocean
- description: Digital Ocean
- - value: dnsomatic
- description: DNS O Matic
- - value: dnspod
- description: DNS Pod
- - value: domeneshop
- description: Domeneshop
- - value: dondominio
- description: Don Dominio
- - value: dreamhost
- description: Dreamhost
- - value: duckdns
- description: Duck DNS
- - value: dyn
- description: DynDNS
- - value: dynu
- description: Dynu
- - value: dynv6
- description: DynV6
- - value: easydns
- description: EasyDNS
- - value: freedns
- description: FreeDNS
- - value: gandi
- description: Gandi
- - value: gcp
- description: GCP
- - value: godaddy
- description: GoDaddy
- - value: goip
- description: GoIP.de
- - value: he
- description: He.net
- - value: hetzner
- description: Hetzner
- - value: infomaniak
- description: Infomaniak
- - value: inwx
- description: INWX
- - value: ionos
- description: Ionos
- - value: linode
- description: Linode
- - value: loopia
- description: Loopia
- - value: luadns
- description: LuaDNS
- - value: myaddr
- description: MyAddr
- - value: namecheap
- description: Namecheap
- - value: name.com
- description: Name.com
- - value: namesilo
- description: Namesilo
- - value: netcup
- description: Netcup
- - value: njalla
- description: Njalla
- - value: noip
- description: NoIP
- - value: nowdns
- description: NowDNS
- - value: opendns
- description: OpenDNS
- - value: ovh
- description: OVH
- - value: porkbun
- description: Porkbun
- - value: route53
- description: Amazon Route 53
- - value: selfhost.de
- description: Selfhost.de
- - value: servercow
- description: Servercow
- - value: spdyn
- description: Spdyn.de
- - value: strato
- description: Strato
- - value: variomedia
- description: Variomedia
- - value: vultr
- description: Vultr
- - value: zoneedit
- description: ZoneEdit
- # Common to all providers
- - variable: domain
- label: Domain
- description: |
- Domain </br>
- For example:</br>
- - example.com</br>
- - *.example.com</br>
- - sub.example.com</br>
- schema:
- type: string
- show_if: [["provider", "!=", ""]]
- required: true
- - variable: host
- label: Host (Deprecated)
- description: |
- DEPRECATED. Use Domain field instead.</br>
- It will be removed in the near future.
- schema:
- type: string
- show_if: [["provider", "!=", ""]]
- default: ""
- - variable: ip_version
- label: IP Version
- description: |
- IP Version. </br>
- For example: IPv4
- schema:
- type: string
- show_if: [["provider", "!=", ""]]
- default: ""
- enum:
- - value: ipv4
- description: IPv4
- - value: ipv6
- description: IPv6
- - value: ""
- description: IPv4 and IPv6
- # Aliyun
- - variable: aliyun_access_key
- label: Access Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "aliyun"]]
- - variable: aliyun_secret_key
- label: Secret Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "aliyun"]]
- # All-Inkl
- - variable: allinkl_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "allinkl"]]
- - variable: allinkl_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "allinkl"]]
- # ChangeIP
- - variable: changeip_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "changeip"]]
- - variable: changeip_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "changeip"]]
- # Cloudflare
- - variable: cloudflare_zone_id
- label: Zone ID
- description: You can find it in the Overview tab of your domain.
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_ttl
- label: TTL
- description: |
- 1 = Automatic </br>
- 600 = 10 minutes
- schema:
- type: int
- required: true
- min: 1
- default: 1
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_proxied
- label: Proxied
- description: |
- True = Proxied </br>
- False = DNS Only
- schema:
- type: boolean
- default: false
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_token
- label: Token
- description: You can find it in the Overview tab of your domain.
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_user_service_key
- label: User Service Key
- description: You can find it in the Overview tab of your domain.
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_email
- label: Email
- description: You can find it in the Overview tab of your domain.
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "cloudflare"]]
- - variable: cloudflare_api_key
- label: API Key
- description: You can find it in the Overview tab of your domain.
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "cloudflare"]]
- # DD24
- - variable: dd24_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dd24"]]
- # DDNSS
- - variable: ddnss_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "ddnss"]]
- - variable: ddnss_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "ddnss"]]
- - variable: ddnss_dual_stack
- label: Dual Stack
- description: |
- True = Dual Stack </br>
- False = IPv4 Only
- schema:
- type: boolean
- default: false
- show_if: [["provider", "=", "ddnss"]]
- # DeSEC
- - variable: desec_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "desec"]]
- # DigitalOcean
- - variable: digital_ocean_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "digitalocean"]]
- # DNS-O-Matic
- - variable: dnsomatic_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "dnsomatic"]]
- - variable: dnsomatic_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dnsomatic"]]
- # DNSPod
- - variable: dnspod_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dnspod"]]
- # Domeneshop
- - variable: domeneshop_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "domeneshop"]]
- - variable: domeneshop_secret
- label: Secret
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "domeneshop"]]
- # DonDominio
- - variable: dondominio_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "dondominio"]]
- - variable: dondominio_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dondominio"]]
- # DreamHost
- - variable: dreamhost_key
- label: Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dreamhost"]]
- # DuckDNS
- - variable: duckdns_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "duckdns"]]
- # Dyn
- - variable: dyn_client_key
- label: Client Key
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "dyn"]]
- - variable: dyn_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "dyn"]]
- # Dynu
- - variable: dynu_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "dynu"]]
- - variable: dynu_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dynu"]]
- - variable: dynu_group
- label: Group
- schema:
- type: string
- show_if: [["provider", "=", "dynu"]]
- # Dynv6
- - variable: dynv6_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "dynv6"]]
- # EasyDNS
- - variable: easydns_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "easydns"]]
- - variable: easydns_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "easydns"]]
- # FreeDNS
- - variable: freedns_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "freedns"]]
- # Gandi
- - variable: gandi_key
- label: API Key (Deprecated)
- description: Use Personal Access Token instead.
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "gandi"]]
- - variable: gandi_personal_access_token
- label: Personal Access Token
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "gandi"]]
- - variable: gandi_ttl
- label: TTL
- schema:
- type: int
- required: true
- default: 3600
- show_if: [["provider", "=", "gandi"]]
- # GCP
- - variable: gcp_project
- label: Project
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "gcp"]]
- - variable: gcp_zone
- label: Zone
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "gcp"]]
- - variable: gcp_credentials
- label: Credentials
- schema:
- type: string
- required: true
- private: true
- max_length: 10000
- show_if: [["provider", "=", "gcp"]]
- # GoDaddy
- - variable: godaddy_key
- label: API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "godaddy"]]
- - variable: godaddy_secret
- label: Secret
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "godaddy"]]
- # GoIP
- - variable: goip_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "goip"]]
- - variable: goip_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "goip"]]
- # HE
- - variable: he_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "he"]]
- # Hetzner
- - variable: hetzner_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "hetzner"]]
- - variable: hetzner_zone_identifier
- label: Zone Identifier
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "hetzner"]]
- - variable: hetzner_ttl
- label: TTL
- schema:
- type: int
- show_if: [["provider", "=", "hetzner"]]
- # Infomaniak
- - variable: infomaniak_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "infomaniak"]]
- - variable: infomaniak_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "infomaniak"]]
- # INWX
- - variable: inwx_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "inwx"]]
- - variable: inwx_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "inwx"]]
- # IONOS
- - variable: ionos_api_key
- label: API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "ionos"]]
- # Linode
- - variable: linode_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "linode"]]
- # Loopia
- - variable: loopia_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "loopia"]]
- - variable: loopia_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "loopia"]]
- # Luadns
- - variable: luadns_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "luadns"]]
- - variable: luadns_email
- label: Email
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "luadns"]]
- # MyAddr
- - variable: myaddr_key
- label: Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "myaddr"]]
- # Namecheap
- - variable: namecheap_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "namecheap"]]
- # Name.com
- - variable: namecom_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "name.com"]]
- - variable: namecom_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "name.com"]]
- - variable: namecom_ttl
- label: TTL
- schema:
- type: int
- required: true
- default: 300
- show_if: [["provider", "=", "name.com"]]
- # Namesilo
- - variable: namesilo_key
- label: Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "namesilo"]]
- - variable: namesilo_ttl
- label: TTL
- schema:
- type: int
- min: 3600
- max: 2592001
- show_if: [["provider", "=", "namesilo"]]
- # Netcup
- - variable: netcup_api_key
- label: API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "netcup"]]
- - variable: netcup_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "netcup"]]
- - variable: netcup_customer_number
- label: Customer Number
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "netcup"]]
- # Njalla
- - variable: njalla_key
- label: Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "njalla"]]
- # NoIP
- - variable: noip_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "noip"]]
- - variable: noip_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "noip"]]
- # NowDNS
- - variable: nowdns_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "nowdns"]]
- - variable: nowdns_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "nowdns"]]
- # OpenDNS
- - variable: opendns_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "opendns"]]
- - variable: opendns_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "opendns"]]
- # OVH
- - variable: ovh_mode
- label: Mode
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "ovh"]]
- enum:
- - value: api
- description: API
- - value: dynamic
- description: Dynamic
- - variable: ovh_username
- label: Username
- schema:
- type: string
- show_if: [["provider", "=", "ovh"]]
- - variable: ovh_password
- label: Password
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "ovh"]]
- - variable: ovh_api_endpoint
- label: API Endpoint
- schema:
- type: string
- show_if: [["provider", "=", "ovh"]]
- - variable: ovh_app_key
- label: App Key
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "ovh"]]
- - variable: ovh_app_secret
- label: App Secret
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "ovh"]]
- - variable: ovh_consumer_key
- label: Consumer Key
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "ovh"]]
- # Porkbun
- - variable: porkbun_api_key
- label: API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "porkbun"]]
- - variable: porkbun_secret_api_key
- label: Secret API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "porkbun"]]
- - variable: porkbun_ttl
- label: TTL
- schema:
- type: int
- default: 3600
- show_if: [["provider", "=", "porkbun"]]
- # Route53
- - variable: route53_access_key
- label: Access Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "route53"]]
- - variable: route53_secret_key
- label: Secret Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "route53"]]
- - variable: route53_zone_id
- label: Zone ID
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "route53"]]
- - variable: route53_ttl
- label: TTL
- schema:
- type: int
- default: 300
- show_if: [["provider", "=", "route53"]]
- # SelfHost.de
- - variable: selfhostde_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "selfhost.de"]]
- - variable: selfhostde_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "selfhost.de"]]
- # Servercow
- - variable: servercow_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "servercow"]]
- - variable: servercow_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "servercow"]]
- - variable: servercow_ttl
- label: TTL
- schema:
- type: int
- required: true
- default: 120
- show_if: [["provider", "=", "servercow"]]
- # SPDyn
- - variable: spdyn_token
- label: Token
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "spdyn"]]
- - variable: spdyn_username
- label: Username
- schema:
- type: string
- show_if: [["provider", "=", "spdyn"]]
- - variable: spdyn_password
- label: Password
- schema:
- type: string
- private: true
- show_if: [["provider", "=", "spdyn"]]
- # Strato
- - variable: strato_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "strato"]]
- # Variomedia
- - variable: variomedia_email
- label: Email
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "variomedia"]]
- - variable: variomedia_password
- label: Password
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "variomedia"]]
- # Vultr
- - variable: vultr_api_key
- label: API Key
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "vultr"]]
- - variable: vultr_ttl
- label: TTL
- schema:
- type: int
- show_if: [["provider", "=", "vultr"]]
- # Zoneedit
- - variable: zoneedit_username
- label: Username
- schema:
- type: string
- required: true
- show_if: [["provider", "=", "zoneedit"]]
- - variable: zoneedit_token
- label: Token
- schema:
- type: string
- required: true
- private: true
- show_if: [["provider", "=", "zoneedit"]]
- - variable: additional_envs
- label: Additional Environment Variables
- schema:
- type: list
- default: []
- items:
- - variable: env
- label: Environment Variable
- schema:
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- - variable: run_as
- label: ""
- group: User and Group Configuration
- schema:
- type: dict
- attrs:
- - variable: user
- label: User ID
- description: The user id that DDNS Updater files will be owned by.
- schema:
- type: int
- min: 568
- default: 568
- required: true
- - variable: group
- label: Group ID
- description: The group id that DDNS Updater files will be owned by.
- schema:
- type: int
- min: 568
- default: 568
- required: true
- - variable: network
- label: ""
- group: Network Configuration
- schema:
- type: dict
- attrs:
- - variable: web_port
- label: WebUI Port
- schema:
- type: dict
- attrs:
- - variable: bind_mode
- label: Port Bind Mode
- description: |
- The port bind mode.</br>
- - Publish: The port will be published on the host for external access.</br>
- - Expose: The port will be exposed for inter-container communication.</br>
- - None: The port will not be exposed or published.</br>
- Note: If the Dockerfile defines an EXPOSE directive,
- the port will still be exposed for inter-container communication regardless of this setting.
- schema:
- type: string
- default: "published"
- enum:
- - value: "published"
- description: Publish port on the host for external access
- - value: "exposed"
- description: Expose port for inter-container communication
- - value: ""
- description: None
- - variable: port_number
- label: Port Number
- schema:
- type: int
- default: 30007
- min: 1
- max: 65535
- required: true
- - variable: host_ips
- label: Host IPs
- description: IPs on the host to bind this port
- schema:
- type: list
- show_if: [["bind_mode", "=", "published"]]
- default: []
- items:
- - variable: host_ip
- label: Host IP
- schema:
- type: string
- required: true
- $ref:
- - definitions/node_bind_ip
- - variable: host_network
- label: Host Network
- description: |
- Bind to the host network. It's recommended to keep this disabled.
- schema:
- type: boolean
- default: false
- - variable: storage
- label: ""
- group: Storage Configuration
- schema:
- type: dict
- attrs:
- - variable: data
- label: DDNS Updater Data Storage
- description: The path to store DDNS Updater Data.
- schema:
- type: dict
- attrs:
- - variable: type
- label: Type
- description: |
- ixVolume: Is dataset created automatically by the system.</br>
- Host Path: Is a path that already exists on the system.
- schema:
- type: string
- required: true
- default: "ix_volume"
- enum:
- - value: "host_path"
- description: Host Path (Path that already exists on the system)
- - value: "ix_volume"
- description: ixVolume (Dataset created automatically by the system)
- - variable: ix_volume_config
- label: ixVolume Configuration
- description: The configuration for the ixVolume dataset.
- schema:
- type: dict
- show_if: [["type", "=", "ix_volume"]]
- $ref:
- - "normalize/ix_volume"
- attrs:
- - variable: acl_enable
- label: Enable ACL
- description: Enable ACL for the storage.
- schema:
- type: boolean
- default: false
- - variable: dataset_name
- label: Dataset Name
- description: The name of the dataset to use for storage.
- schema:
- type: string
- required: true
- hidden: true
- default: "data"
- - variable: acl_entries
- label: ACL Configuration
- schema:
- type: dict
- show_if: [["acl_enable", "=", true]]
- attrs: []
- - variable: host_path_config
- label: Host Path Configuration
- schema:
- type: dict
- show_if: [["type", "=", "host_path"]]
- attrs:
- - variable: acl_enable
- label: Enable ACL
- description: Enable ACL for the storage.
- schema:
- type: boolean
- default: false
- - variable: acl
- label: ACL Configuration
- schema:
- type: dict
- show_if: [["acl_enable", "=", true]]
- attrs: []
- $ref:
- - "normalize/acl"
- - variable: path
- label: Host Path
- description: The host path to use for storage.
- schema:
- type: hostpath
- show_if: [["acl_enable", "=", false]]
- required: true
- - variable: additional_storage
- label: Additional Storage
- schema:
- type: list
- default: []
- items:
- - variable: storageEntry
- label: Storage Entry
- schema:
- type: dict
- attrs:
- - variable: type
- label: Type
- description: |
- ixVolume: Is dataset created automatically by the system.</br>
- Host Path: Is a path that already exists on the system.</br>
- SMB Share: Is a SMB share that is mounted to as a volume.
- schema:
- type: string
- required: true
- default: "ix_volume"
- enum:
- - value: "host_path"
- description: Host Path (Path that already exists on the system)
- - value: "ix_volume"
- description: ixVolume (Dataset created automatically by the system)
- - value: "cifs"
- description: SMB/CIFS Share (Mounts a volume to a SMB share)
- - variable: read_only
- label: Read Only
- description: Mount the volume as read only.
- schema:
- type: boolean
- default: false
- - variable: mount_path
- label: Mount Path
- description: The path inside the container to mount the storage.
- schema:
- type: path
- required: true
- - variable: host_path_config
- label: Host Path Configuration
- schema:
- type: dict
- show_if: [["type", "=", "host_path"]]
- attrs:
- - variable: acl_enable
- label: Enable ACL
- description: Enable ACL for the storage.
- schema:
- type: boolean
- default: false
- - variable: acl
- label: ACL Configuration
- schema:
- type: dict
- show_if: [["acl_enable", "=", true]]
- attrs: []
- $ref:
- - "normalize/acl"
- - variable: path
- label: Host Path
- description: The host path to use for storage.
- schema:
- type: hostpath
- show_if: [["acl_enable", "=", false]]
- required: true
- - variable: ix_volume_config
- label: ixVolume Configuration
- description: The configuration for the ixVolume dataset.
- schema:
- type: dict
- show_if: [["type", "=", "ix_volume"]]
- $ref:
- - "normalize/ix_volume"
- attrs:
- - variable: acl_enable
- label: Enable ACL
- description: Enable ACL for the storage.
- schema:
- type: boolean
- default: false
- - variable: dataset_name
- label: Dataset Name
- description: The name of the dataset to use for storage.
- schema:
- type: string
- required: true
- default: "storage_entry"
- - variable: acl_entries
- label: ACL Configuration
- schema:
- type: dict
- show_if: [["acl_enable", "=", true]]
- attrs: []
- $ref:
- - "normalize/acl"
- - variable: cifs_config
- label: SMB Configuration
- description: The configuration for the SMB dataset.
- schema:
- type: dict
- show_if: [["type", "=", "cifs"]]
- attrs:
- - variable: server
- label: Server
- description: The server to mount the SMB share.
- schema:
- type: string
- required: true
- - variable: path
- label: Path
- description: The path to mount the SMB share.
- schema:
- type: string
- required: true
- - variable: username
- label: Username
- description: The username to use for the SMB share.
- schema:
- type: string
- required: true
- - variable: password
- label: Password
- description: The password to use for the SMB share.
- schema:
- type: string
- required: true
- private: true
- - variable: domain
- label: Domain
- description: The domain to use for the SMB share.
- schema:
- type: string
- - variable: labels
- label: ""
- group: Labels Configuration
- schema:
- type: list
- default: []
- items:
- - variable: label
- label: Label
- schema:
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- - variable: containers
- label: Containers
- description: Containers where the label should be applied
- schema:
- type: list
- items:
- - variable: container
- label: Container
- schema:
- type: string
- required: true
- enum:
- - value: ddns
- description: ddns
- - variable: resources
- label: ""
- group: Resources Configuration
- schema:
- type: dict
- attrs:
- - variable: limits
- label: Limits
- schema:
- type: dict
- attrs:
- - variable: cpus
- label: CPUs
- description: CPUs limit for DDNS Updater.
- schema:
- type: int
- default: 2
- required: true
- - variable: memory
- label: Memory (in MB)
- description: Memory limit for DDNS Updater.
- schema:
- type: int
- default: 4096
- required: true
|