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_URL=https://github.com/tituspijean/php-owntracks-recorder/archive/v0.1-beta.7.zip
SOURCE_SUM=B1203648C2899426C6A03C92D9000718C9C623835AD12079623CACCC5898D141 SOURCE_SUM=A4F669178C8A97FCB6B2E730DBD7FE1B63DF48AECB30F1C72A4BA3284210C2FA
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

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