mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Fix linter warnings
This commit is contained in:
parent
9426cab0d7
commit
5621c154cb
4 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Wetty for YunoHost
|
# Wetty for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/wetty)  
|
[](https://dash.yunohost.org/appci/app/wetty)  
|
||||||
[](https://install-app.yunohost.org/?app=wetty)
|
[](https://install-app.yunohost.org/?app=wetty)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Wetty pour YunoHost
|
# Wetty pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/wetty)  
|
[](https://dash.yunohost.org/appci/app/wetty)  
|
||||||
[](https://install-app.yunohost.org/?app=wetty)
|
[](https://install-app.yunohost.org/?app=wetty)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
|
|
@ -21,13 +21,8 @@
|
||||||
# New app, no upgrade. upgrade=1 from_commit=CommitHash
|
# New app, no upgrade. upgrade=1 from_commit=CommitHash
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
|
||||||
# incorrect_path=1
|
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Levels
|
|
||||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
|
||||||
Level 5=auto
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Terminal in browser over HTTP/HTTPS.",
|
"en": "Terminal in browser over HTTP/HTTPS.",
|
||||||
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS."
|
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS."
|
||||||
},
|
},
|
||||||
"version": "2.0.2~ynh1",
|
"version": "2.0.2~ynh2",
|
||||||
"url": "https://github.com/butlerx/wetty/",
|
"url": "https://github.com/butlerx/wetty/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue