mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
[fix] check_process will not check public mode
This commit is contained in:
parent
b15e6f0afe
commit
fbf65c2ee8
1 changed files with 3 additions and 4 deletions
|
@ -15,9 +15,9 @@
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=0 #Considering the sensitive actions this app can do, I prefer to have it private
|
||||||
upgrade=0
|
upgrade=1
|
||||||
upgrade=0 from_commit=CommitHash
|
upgrade=0 from_commit=567fc9435804add272fa4ae48a7cf1ec5f173d2d
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
|
@ -44,4 +44,3 @@ Notification=none
|
||||||
; commit=CommitHash
|
; commit=CommitHash
|
||||||
name=Name and date of the commit.
|
name=Name and date of the commit.
|
||||||
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&password=pass&port=666&
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue