1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

Configure frontend switcher

This commit is contained in:
lapineige 2023-04-14 23:22:30 +02:00 committed by GitHub
parent 9b348870cd
commit b82dc27e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================