1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00

Update to v0.1-beta.7

This commit is contained in:
tituspijean 2018-02-26 22:53:06 +01:00
parent bc84be10cf
commit 6701f8425f
2 changed files with 48 additions and 48 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/tituspijean/php-owntracks-recorder/archive/v0.1-beta.6.zip
SOURCE_SUM=B1203648C2899426C6A03C92D9000718C9C623835AD12079623CACCC5898D141
SOURCE_URL=https://github.com/tituspijean/php-owntracks-recorder/archive/v0.1-beta.7.zip
SOURCE_SUM=A4F669178C8A97FCB6B2E730DBD7FE1B63DF48AECB30F1C72A4BA3284210C2FA
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -1,48 +1,48 @@
{
"name": "Owntracks",
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Owntracks (location history) package for YunoHost.",
"fr": "Package Owntracks (historique de localisation) pour YunoHost."
},
"version": "1.0",
"url": "http://owntracks.org/",
"license": "free",
"maintainer": {
"name": "Titus PiJean",
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Owntracks",
"fr": "Choisissez un nom de domaine pour Owntracks"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Owntracks",
"fr": "Choisissez un chemin pour Owntracks"
},
"example": "/owntracks",
"default": "/owntracks"
}
]
}
"name": "Owntracks",
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Owntracks (location history) package for YunoHost.",
"fr": "Package Owntracks (historique de localisation) pour YunoHost."
},
"version": "v0.1-beta.7",
"url": "http://owntracks.org/",
"license": "free",
"maintainer": {
"name": "Titus PiJean",
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Owntracks",
"fr": "Choisissez un nom de domaine pour Owntracks"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Owntracks",
"fr": "Choisissez un chemin pour Owntracks"
},
"example": "/owntracks",
"default": "/owntracks"
}
]
}
}