1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00

Cleaning up

This commit is contained in:
ericgaspar 2021-04-17 23:02:19 +02:00
parent e7e640a0eb
commit 8ec326958b
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 5 additions and 17 deletions

View file

@ -38,8 +38,8 @@ No users support.
#### Supported architectures #### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/)
## Additionnal informations ## Additionnal informations

View file

@ -38,8 +38,8 @@ Pas de support utilisateurs
#### Architectures supportées. #### Architectures supportées.
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/) * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps.yunohost.org/ci/apps/keeweb/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/keeweb.svg)](https://ci-apps-arm.yunohost.org/ci/apps/keeweb/)
## Informations additionnelles ## Informations additionnelles

View file

@ -6,7 +6,7 @@
"en": "Password manager compatible with KeePass.", "en": "Password manager compatible with KeePass.",
"fr": "Gestionnaire de mots de passe compatible avec KeePass." "fr": "Gestionnaire de mots de passe compatible avec KeePass."
}, },
"version": "1.7.7~ynh3", "version": "1.7.7~ynh4",
"url": "https://keeweb.info/", "url": "https://keeweb.info/",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -25,29 +25,17 @@
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain name for Keeweb",
"fr": "Choisissez un nom de domaine pour Keeweb"
},
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for Keeweb",
"fr": "Choisissez un chemin pour Keeweb"
},
"example": "/keeweb", "example": "/keeweb",
"default": "/keeweb" "default": "/keeweb"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false "default": false
} }
] ]