mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
meili key + documentation
This commit is contained in:
parent
59f390628d
commit
7b4a5e90b3
1 changed files with 3 additions and 1 deletions
|
@ -34,10 +34,12 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
#=================================================
|
||||
## Generate secrets and other config values
|
||||
secret_key_base=$(ynh_string_random --length=24)
|
||||
signing_salt=$(ynh_string_random --length=24)
|
||||
encryption_salt=$(ynh_string_random --length=24)
|
||||
|
||||
# search
|
||||
meili_master_key=$(ynh_string_random --length=24)
|
||||
# max file upload size
|
||||
MEDIA_UPLOAD_SIZE="${media_upload_size//[!0-9]/}000000"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue