mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
d460d7f2bd
Enforcing password complexity rules is usually useless, and encourages bad security. However, this is not our main issue. The problem is that when installing Mattermost on Yunohost, if the user chooses a password that doesn't fullfil all these requirements, the installation will fail with a hard- to-spot error message. We don't want this to happen, so we relax the rules a little. Fix #159
38 lines
872 B
Text
38 lines
872 B
Text
;; Mattermost
|
|
; Manifest
|
|
domain="ynhtests.local" (DOMAIN)
|
|
path="/path" (PATH)
|
|
admin_email="john@gmail.com"
|
|
admin_password="admin!42"
|
|
admin_locale="fr"
|
|
team_display_name="Mon équipe"
|
|
is_public=1 (PUBLIC|public=1|private=0)
|
|
analytics=0
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=1
|
|
setup_root=1
|
|
setup_private=1
|
|
setup_public=1
|
|
upgrade=1
|
|
backup_restore=1
|
|
multi_instance=1
|
|
port_already_use=1 (8085)
|
|
# Checks not supported yet
|
|
change_url=0
|
|
# Checks not applicable
|
|
setup_nourl=0
|
|
;;; Levels
|
|
Level 1=auto
|
|
Level 2=auto
|
|
Level 3=auto
|
|
Level 4=auto
|
|
Level 5=auto
|
|
Level 6=auto
|
|
Level 7=auto
|
|
Level 8=0
|
|
Level 9=0
|
|
Level 10=0
|
|
;;; Options
|
|
Email=kemenaran@gmail.com
|
|
Notification=change
|