mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Merge pull request #21 from YunoHost-Apps/testing
This commit is contained in:
commit
39eeb67e2f
4 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 20220103~ynh4
|
**Shipped version:** 20230311~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 20220103~ynh4
|
**Version incluse :** 20230311~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/key-networks/ztncui/archive/8fb29fa60771bdaa1e66157c7c383cb56afa0c8f.zip
|
SOURCE_URL=https://github.com/key-networks/ztncui/archive/42248c13593e90f62238ee79ea5708a54eacf753.zip
|
||||||
SOURCE_SUM=37a2f57eb199c5121ec28c61c5a294afe3ec095751504c635f6f1c2b06568e66
|
SOURCE_SUM=596450AF9F567D64EBDD488F0F379E3BFC0BB569EDEA6C832ADF0DC3DA693F0F
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "ZeroTier network controller user interface",
|
"en": "ZeroTier network controller user interface",
|
||||||
"fr": "Interface utilisateur pour le contrôleur de réseau ZeroTier"
|
"fr": "Interface utilisateur pour le contrôleur de réseau ZeroTier"
|
||||||
},
|
},
|
||||||
"version": "20220103~ynh4",
|
"version": "20230311~ynh1",
|
||||||
"url": "https://key-networks.com/ztncui",
|
"url": "https://key-networks.com/ztncui",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"email": "tituspijean@outlook.com"
|
"email": "tituspijean@outlook.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.7"
|
"yunohost": ">= 4.3"
|
||||||
},
|
},
|
||||||
"services": [],
|
"services": [],
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "warning",
|
"name": "warning",
|
||||||
"type": "display_text",
|
"type": "alert",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "REMINDER: ztncui needs the ZeroTier app to be already installed.",
|
"en": "REMINDER: ztncui needs the ZeroTier app to be already installed.",
|
||||||
"fr": "RAPPEL: ztncui nécessite que l'app ZeroTier soit déjà installée."
|
"fr": "RAPPEL: ztncui nécessite que l'app ZeroTier soit déjà installée."
|
||||||
|
|
Loading…
Add table
Reference in a new issue