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:
commit
348579d73b
4 changed files with 6 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
admin="john"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
language="fr"
|
||||
dav_support=1 (DAV_SUPPORT|dav_support=1|dav_support=0)
|
||||
signup=0 (SIGNUP|signup=1|signup=0)
|
||||
two_factor=0 (TWO_FACTOR|two_factor=1|two_factor=0)
|
||||
dav_support=1
|
||||
signup=0
|
||||
two_factor=0
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
|
3
scripts/install
Executable file → Normal file
3
scripts/install
Executable file → Normal file
|
@ -143,6 +143,7 @@ else
|
|||
dav_boolean="true"
|
||||
dav="No"
|
||||
fi
|
||||
|
||||
# Enable or disable signup for public users
|
||||
if [ $signup -eq 1 ]
|
||||
then
|
||||
|
@ -152,6 +153,8 @@ else
|
|||
sign_boolean="true"
|
||||
sign="Yes"
|
||||
fi
|
||||
|
||||
|
||||
# Enable or disable two factor authentication support for users
|
||||
if [ $two_factor -eq 1 ]
|
||||
then
|
||||
|
|
0
scripts/restore
Executable file → Normal file
0
scripts/restore
Executable file → Normal file
0
scripts/upgrade
Executable file → Normal file
0
scripts/upgrade
Executable file → Normal file
Loading…
Add table
Reference in a new issue