-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
148 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,145 @@ | ||
{ | ||
"common": { | ||
"name": "cloudflare", | ||
"version": "0.0.1", | ||
"news": { | ||
"0.0.1": { | ||
"en": "initial release", | ||
"de": "Erstveröffentlichung", | ||
"ru": "Начальная версия", | ||
"pt": "lançamento inicial", | ||
"nl": "Eerste uitgave", | ||
"fr": "Première version", | ||
"it": "Versione iniziale", | ||
"es": "Versión inicial", | ||
"pl": "Pierwsze wydanie", | ||
"zh-cn": "首次出版" | ||
} | ||
}, | ||
"title": "DDNS CloudFlare Updater", | ||
"titleLang": { | ||
"en": "DDNS CloudFlare Updater", | ||
"de": "DDNS-CloudFlare-Updater", | ||
"ru": "Программа обновления DDNS CloudFlare", | ||
"pt": "Atualizador DDNS CloudFlare", | ||
"nl": "DDNS CloudFlare-updater", | ||
"fr": "Mise à jour DDNS CloudFlare", | ||
"it": "DDNS CloudFlare Updater", | ||
"es": "Actualizador DDNS CloudFlare", | ||
"pl": "Aktualizator DDNS CloudFlare", | ||
"zh-cn": "DDNS CloudFlare 更新程序" | ||
}, | ||
"desc": { | ||
"en": "Automaticly Updates DNS with your Public IP Address", | ||
"de": "Aktualisiert DNS automatisch mit Ihrer öffentlichen IP-Adresse", | ||
"ru": "Автоматически обновляет DNS с вашим общедоступным IP-адресом", | ||
"pt": "Atualiza automaticamente o DNS com seu endereço IP público", | ||
"nl": "Werkt DNS automatisch bij met uw openbare IP-adres", | ||
"fr": "Met automatiquement à jour le DNS avec votre adresse IP publique", | ||
"it": "Aggiorna automaticamente il DNS con il tuo indirizzo IP pubblico", | ||
"es": "Actualiza automáticamente el DNS con su dirección IP pública", | ||
"pl": "Automatycznie aktualizuje DNS przy użyciu publicznego adresu IP", | ||
"zh-cn": "使用您的公共 IP 地址自动更新 DNS" | ||
}, | ||
"authors": [ | ||
"Marco15453 <support@marco15453.xyz>" | ||
], | ||
"keywords": [ | ||
"DNS", | ||
"CloudFlare", | ||
"Updater", | ||
"DDNS", | ||
"DynDns", | ||
"Dynamic DNS" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "cloudflare.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/Marco15453/ioBroker.cloudflare/main/admin/cloudflare.png", | ||
"readme": "https://github.com/Marco15453/ioBroker.cloudflare/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "logic", | ||
"compact": true, | ||
"connectionType": "cloud", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"encryptedNative": [ | ||
"authKey", | ||
"zoneIdentifier", | ||
"slackUri", | ||
"discordUri" | ||
], | ||
"protectedNative": [ | ||
"authKey", | ||
"zoneIdentifier", | ||
"slackUri", | ||
"discordUri" | ||
], | ||
"native": { | ||
"authEmail": "example@gmail.com", | ||
"authMethod": "global", | ||
"authKey": "", | ||
"zoneIdentifier": "", | ||
"recordName": "example.org", | ||
"ttl": 3600, | ||
"proxy": false, | ||
"siteName": "Example Site", | ||
"slackChannel": "", | ||
"slackUri": "", | ||
"discordUri": "", | ||
"checkInterval": 60 | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
] | ||
} | ||
"common": { | ||
"name": "cloudflare", | ||
"version": "1.0.0", | ||
"news": { | ||
"1.0.0": { | ||
"en": "initial release", | ||
"de": "erstausstrahlung", | ||
"ru": "начальный выпуск", | ||
"pt": "lançamento inicial", | ||
"nl": "niet", | ||
"fr": "initial release", | ||
"it": "rilascio iniziale", | ||
"es": "liberación inicial", | ||
"pl": "pierwsze wydanie", | ||
"uk": "початковий реліз", | ||
"zh-cn": "初步释放" | ||
}, | ||
"0.0.1": { | ||
"en": "initial release", | ||
"de": "Erstveröffentlichung", | ||
"ru": "Начальная версия", | ||
"pt": "lançamento inicial", | ||
"nl": "Eerste uitgave", | ||
"fr": "Première version", | ||
"it": "Versione iniziale", | ||
"es": "Versión inicial", | ||
"pl": "Pierwsze wydanie", | ||
"zh-cn": "首次出版" | ||
} | ||
}, | ||
"title": "DDNS CloudFlare Updater", | ||
"titleLang": { | ||
"en": "DDNS CloudFlare Updater", | ||
"de": "DDNS-CloudFlare-Updater", | ||
"ru": "Программа обновления DDNS CloudFlare", | ||
"pt": "Atualizador DDNS CloudFlare", | ||
"nl": "DDNS CloudFlare-updater", | ||
"fr": "Mise à jour DDNS CloudFlare", | ||
"it": "DDNS CloudFlare Updater", | ||
"es": "Actualizador DDNS CloudFlare", | ||
"pl": "Aktualizator DDNS CloudFlare", | ||
"zh-cn": "DDNS CloudFlare 更新程序" | ||
}, | ||
"desc": { | ||
"en": "Automaticly Updates DNS with your Public IP Address", | ||
"de": "Aktualisiert DNS automatisch mit Ihrer öffentlichen IP-Adresse", | ||
"ru": "Автоматически обновляет DNS с вашим общедоступным IP-адресом", | ||
"pt": "Atualiza automaticamente o DNS com seu endereço IP público", | ||
"nl": "Werkt DNS automatisch bij met uw openbare IP-adres", | ||
"fr": "Met automatiquement à jour le DNS avec votre adresse IP publique", | ||
"it": "Aggiorna automaticamente il DNS con il tuo indirizzo IP pubblico", | ||
"es": "Actualiza automáticamente el DNS con su dirección IP pública", | ||
"pl": "Automatycznie aktualizuje DNS przy użyciu publicznego adresu IP", | ||
"zh-cn": "使用您的公共 IP 地址自动更新 DNS" | ||
}, | ||
"authors": [ | ||
"Marco15453 <support@marco15453.xyz>" | ||
], | ||
"keywords": [ | ||
"DNS", | ||
"CloudFlare", | ||
"Updater", | ||
"DDNS", | ||
"DynDns", | ||
"Dynamic DNS" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "cloudflare.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/Marco15453/ioBroker.cloudflare/main/admin/cloudflare.png", | ||
"readme": "https://github.com/Marco15453/ioBroker.cloudflare/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "logic", | ||
"compact": true, | ||
"connectionType": "cloud", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"encryptedNative": [ | ||
"authKey", | ||
"zoneIdentifier", | ||
"slackUri", | ||
"discordUri" | ||
], | ||
"protectedNative": [ | ||
"authKey", | ||
"zoneIdentifier", | ||
"slackUri", | ||
"discordUri" | ||
], | ||
"native": { | ||
"authEmail": "example@gmail.com", | ||
"authMethod": "global", | ||
"authKey": "", | ||
"zoneIdentifier": "", | ||
"recordName": "example.org", | ||
"ttl": 3600, | ||
"proxy": false, | ||
"siteName": "Example Site", | ||
"slackChannel": "", | ||
"slackUri": "", | ||
"discordUri": "", | ||
"checkInterval": 60 | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters