mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
16 lines
913 B
Plaintext
16 lines
913 B
Plaintext
#Refer https://github.com/itzzzme/anime-api to host your backend API
|
|
VITE_API_URL=<your_hosted_api>/api
|
|
|
|
#Refer this gist to setup proxy server https://gist.github.com/itzzzme/180813be2c7b45eedc8ce8344c8dea3b
|
|
VITE_PROXY_URL=<proxy_server_name>/?url=
|
|
|
|
#Refer https://github.com/itzzzme/m3u8proxy to host you m3u8 proxy server though it's optional but if you don't set it up you may get CORS error for some servers if you set up from the given repo then only the url structure will look like this
|
|
VITE_M3U8_PROXY_URL=<m3u8_proxy_server_name>/m3u8-proxy?url=
|
|
|
|
#totaly optional / if you don't want to setup worker just change the code of getQtip.utils.js following the pattern of any other utils file
|
|
VITE_WORKER_URL=https://worker1.workers.dev,https://worker2.workers.dev,https://worker3.workers.dev,...
|
|
|
|
VITE_BASE_IFRAME_URL=https://megaplay.buzz/stream/s-2
|
|
|
|
VITE_BASE_IFRAME_URL_2=https://vidwish.live/stream/s-2
|