mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Remove private check
As app is always public
This commit is contained in:
parent
c00185b0a3
commit
988483b556
2 changed files with 6 additions and 5 deletions
|
@ -4,19 +4,20 @@
|
||||||
path="/path"
|
path="/path"
|
||||||
admin="john"
|
admin="john"
|
||||||
language="en"
|
language="en"
|
||||||
is_public=1
|
is_admin_public=1
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=0
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#3.17.1
|
#3.17.1
|
||||||
upgrade=1 from_commit=da4959616e67f89ef907a223f7c84607dc4771e5
|
upgrade=1 from_commit=da4959616e67f89ef907a223f7c84607dc4771e5
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=ljf+libresurvey_ynh@reflexlibre.net
|
Email=ljf+libresurvey_ynh@reflexlibre.net
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
|
Loading…
Add table
Reference in a new issue