diff --git a/conf/.env.local.example b/conf/.env.local.example index 0c23f88..b36a887 100644 --- a/conf/.env.local.example +++ b/conf/.env.local.example @@ -8,10 +8,8 @@ ## used for meta tags. e.g: 'https://libremdb.iket.me'. don't add end slash. NEXT_PUBLIC_URL=https://__DOMAIN__ ## used when fetching data from IMDb. not adding these could result in not getting any response. -## example useragent header: 'Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0' -AXIOS_USERAGENT= -## example accept header: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8' -AXIOS_ACCEPT= +AXIOS_USERAGENT='Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0' +AXIOS_ACCEPT='text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8' ################################################################################ ### 2. OPTIONAL VARS(enabling these is encouraged) diff --git a/scripts/install b/scripts/install index 529f094..6d4556f 100755 --- a/scripts/install +++ b/scripts/install @@ -101,9 +101,9 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=1 ynh_add_nginx_config #================================================= -# INSTALL HOMARR +# INSTALL LIBREMDB #================================================= -ynh_script_progression --message="Installing The app..." --weight=10 +ynh_script_progression --message="Building the app..." --weight=20 pushd $final_path ynh_use_nodejs