mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
parent
66993f5dc6
commit
f51fccd3ac
3 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Laverna for YunoHost
|
# Laverna for YunoHost
|
||||||
|
|
||||||
|
> :warning: Laverna is no longer maintained upstream. You should use [Encryptic](https://github.com/YunoHost-Apps/encryptic_ynh) instead.
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/laverna)  
|
[](https://dash.yunohost.org/appci/app/laverna)  
|
||||||
[](https://install-app.yunohost.org/?app=laverna)
|
[](https://install-app.yunohost.org/?app=laverna)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Laverna pour YunoHost
|
# Laverna pour YunoHost
|
||||||
|
|
||||||
|
> :warning: Laverna n'est plus maintenue upstream. Vous devriez utiliser [Encryptic](https://github.com/YunoHost-Apps/encryptic_ynh).
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/laverna)  
|
[](https://dash.yunohost.org/appci/app/laverna)  
|
||||||
[](https://install-app.yunohost.org/?app=laverna)
|
[](https://install-app.yunohost.org/?app=laverna)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
@ -67,6 +69,6 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
||||||
or
|
ou
|
||||||
sudo yunohost app upgrade laverna -u https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
sudo yunohost app upgrade laverna -u https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Taking note application with Markdown editor and encryption support.",
|
"en": "Taking note application with Markdown editor and encryption support.",
|
||||||
"fr": "Application de Prise de note avec éditeur Markdown et chiffrement."
|
"fr": "Application de Prise de note avec éditeur Markdown et chiffrement."
|
||||||
},
|
},
|
||||||
"version": "0.7.51~ynh3",
|
"version": "0.7.51~ynh4",
|
||||||
"url": "https://laverna.cc/index.html",
|
"url": "https://laverna.cc/index.html",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 4.0.0"
|
"yunohost": ">> 3.8.1"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue