1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Merge remote-tracking branch 'origin/testing' into example

This commit is contained in:
yalh76 2021-06-10 23:37:19 +02:00
commit 348579d73b
4 changed files with 6 additions and 3 deletions

View file

@ -5,9 +5,9 @@
admin="john" admin="john"
is_public=1 (PUBLIC|public=1|private=0) is_public=1 (PUBLIC|public=1|private=0)
language="fr" language="fr"
dav_support=1 (DAV_SUPPORT|dav_support=1|dav_support=0) dav_support=1
signup=0 (SIGNUP|signup=1|signup=0) signup=0
two_factor=0 (TWO_FACTOR|two_factor=1|two_factor=0) two_factor=0
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=0 setup_sub_dir=0

3
scripts/install Executable file → Normal file
View file

@ -143,6 +143,7 @@ else
dav_boolean="true" dav_boolean="true"
dav="No" dav="No"
fi fi
# Enable or disable signup for public users # Enable or disable signup for public users
if [ $signup -eq 1 ] if [ $signup -eq 1 ]
then then
@ -152,6 +153,8 @@ else
sign_boolean="true" sign_boolean="true"
sign="Yes" sign="Yes"
fi fi
# Enable or disable two factor authentication support for users # Enable or disable two factor authentication support for users
if [ $two_factor -eq 1 ] if [ $two_factor -eq 1 ]
then then

0
scripts/restore Executable file → Normal file
View file

0
scripts/upgrade Executable file → Normal file
View file