From b82dc27e73c16636c4a3d0db179be30bdf780193 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 14 Apr 2023 23:22:30 +0200 Subject: [PATCH] Configure frontend switcher --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 6f59708..d1585f8 100644 --- a/scripts/install +++ b/scripts/install @@ -310,6 +310,10 @@ ynh_script_progression --message="Installing Mangane FrontEnd..." --weight=1 ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl frontend install mangane --ref dist --build-url https://github.com/BDX-town/Mangane/releases/latest/download/static.zip" # Not activated, users need to change the "primary" frontend in the admin UI (use 'mangane' and 'dist'). +# setup frontend switcher +# available here : domain.tld/akkoma/frontend +cat "../conf/frontend_switcher.exs" >> "$config" + #================================================= # END OF SCRIPT #=================================================