- Sign up to https://huggingface.co/.
- In the top‑right corner, click the ➕ icon → New Space.
- Name: enter
dproxy
(or any name you prefer). - SDK: choose Docker
- Visibility: select Public
- Click Create Space.
- In the Files section, upload the Dockerfile from this repo (or create a file in huggingface named Dockerfile and paste the contents of the Dockerfile of this repo), commit then wait for it to build, start and run.
- Click Embed this Space. It will show you the url of the space. Visit that url. If you see a ":)" then you are good to go.
- Channels playlist is accessible via: https://username-dproxy.hf.space/playlist/channels. (Refresh playlist from your iptv player to update)
Events playlist is accessible via: https://username-dproxy.hf.space/playlist/events. (Refresh playlist from your iptv player to update) - Enjoy!
Note: To update the proxy for new changes, click on Settings then click on Factory rebuild.
- Sign up to https://vercel.com/signup and select Hobby.
- Once your account is fully setup and activated, click Deploy button.
- Connect your github account to vercel, set the scope and set the repository name (eg. dproxy) then click Create
- Wait for the project to build. If you see a ":)" then you are good to go.
- Go to the dashboard and under Domain, copy the url (eg. https://dproxy-g327.vercel.app).
- Channels playlist is accessible via: https://dproxy-g327.vercel.app/playlist/channels. (Refresh playlist from your iptv player to update)
Events playlist is accessible via: https://dproxy-g327.vercel.app/playlist/events. (Refresh playlist from your iptv player to update) - Optional: Change the timeout (Function Max Duration) and location (Function Region) in Settings -> Functions
- Enjoy!
- Clone the repository
git clone https://github.com/pigzillaaaaa/daddylive cd daddylive
- Launch the service:
docker-compose up -d --build
- Visit the proxy at:
http://localhost:7860
- Channels playlist is accessible via: http://localhost:7860/playlist/channels. (Refresh playlist from your iptv player to update)
Events playlist is accessible via: http://localhost:7860/playlist/events. (Refresh playlist from your iptv player to update) - Enjoy! (For arm cpus, visit https://github.com/pigzillaaaaa/daddylive/issues/10)