1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Install fix

This commit is contained in:
yalh76 2019-02-12 08:47:48 +01:00
parent feb45942b4
commit d25cc8b54e
2 changed files with 4 additions and 2 deletions

View file

@ -208,7 +208,9 @@ config :pleroma, :mrf_rejectnonpublic,
allow_followersonly: false,
allow_direct: false
config :pleroma, :mrf_hellthread, threshold: 10
config :pleroma, :mrf_hellthread,
delist_threshold: 10,
reject_threshold: 0
config :pleroma, :mrf_simple,
media_removal: [],

View file

@ -278,7 +278,7 @@ pushd $final_path/$app
#Generate key pair
sudo -u "$app" MIX_ENV=prod mix web_push.gen.keypair >> "config/prod.secret.exs"
ynh_replace_string "administrator@example.com" "__ADMIN_EMAIL__" "$final_path/$app/config/prod.secret.exs"
ynh_replace_string "administrator@example.com" "$admin_email" "$final_path/$app/config/prod.secret.exs"
popd
#=================================================