mirror of
https://github.com/YunoHost-Apps/cheky_ynh.git
synced 2024-09-03 18:16:00 +02:00
Fix
This commit is contained in:
parent
7bcb567684
commit
a7b8631c46
4 changed files with 28 additions and 7 deletions
|
@ -2,7 +2,6 @@
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
path="/path"
|
||||||
admin="john"
|
|
||||||
is_public=1
|
is_public=1
|
||||||
password="password"
|
password="password"
|
||||||
; Checks
|
; Checks
|
||||||
|
|
10
doc/DISCLAIMER.md
Normal file
10
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* [Cheky](https://www.cheky.net) allows you to create various alerts for french classifieds ads website like [Leboncoin](http://leboncoin.fr/) and [SeLoger](http://www.seloger.com/).
|
||||||
|
* If you do not live in France, it will not be really useful for you
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
* No automatic update from the old package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh)
|
||||||
|
* Application in French only
|
||||||
|
* Does not work with SSO (separate admin / user accounts).
|
11
doc/DISCLAIMER_fr.md
Normal file
11
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* [Cheky](https://www.cheky.net) vous permet de créer des alertes [Leboncoin](http://leboncoin.fr/) et des alertes [SeLoger](http://www.seloger.com/).
|
||||||
|
* Vous pouvez ainsi suivre gratuitement, en fonction de vos critères de recherche, les nouvelles annonces mises en ligne sur ces sites internet.
|
||||||
|
* Les alertes peuvent être envoyées par mail, flux RSS et SMS.
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
* Pas de mise à jour automatique depuis l'ancien package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh)
|
||||||
|
* Application en français uniquement
|
||||||
|
* Ne fonctionne pas avec le SSO (comptes admin/utilisateurs séparés).
|
|
@ -6,8 +6,13 @@
|
||||||
"en": "Monitors French classifieds websites LeBonCoin and SeLoger",
|
"en": "Monitors French classifieds websites LeBonCoin and SeLoger",
|
||||||
"fr": "Surveille pour vous LeBonCoin et SeLoger"
|
"fr": "Surveille pour vous LeBonCoin et SeLoger"
|
||||||
},
|
},
|
||||||
"version": "4.4.1~ynh4",
|
"version": "4.4.1~ynh5",
|
||||||
"url": "https://www.cheky.net",
|
"url": "https://www.cheky.net",
|
||||||
|
"upstream": {
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"website": "https://www.cheky.net",
|
||||||
|
"code": "https://github.com/Blount/Cheky"
|
||||||
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Gofannon",
|
"name": "Gofannon",
|
||||||
|
@ -27,7 +32,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.2.4"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -56,10 +61,6 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public application?",
|
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue