mirror of
https://github.com/YunoHost-Apps/phpservermon_ynh.git
synced 2024-09-03 19:56:40 +02:00
fix
This commit is contained in:
parent
fb15241d91
commit
ecda66fa15
2 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
|||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
password="pass"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -22,4 +21,4 @@ Notification=none
|
|||
;;; Upgrade options
|
||||
; commit=c6a24587ffb139197d6cb5ef83604f4d5d77b1e9
|
||||
name=add new ligne before EOF...
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If app is not public, only Yunohost User can acces to it",
|
||||
"fr": "Si l'application n'est pas publique, seul les utilisateurs de Yunohost y auront accés"
|
||||
"en": "If the app is not public, only YunoHost users will have access to it",
|
||||
"fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue