pierre-emmanuelJ / iptv-proxy

Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
GNU General Public License v3.0
481 stars 139 forks source link

Adds configurable url path to new endpoints. #20

Closed zjuanma closed 4 years ago

zjuanma commented 4 years ago

I'm using traefik as a reverse proxy. I have a domain and I have multiple services. If I can configure a url path for new endpoints I can using this same domain for all my services.

pierre-emmanuelJ commented 4 years ago

I'm not sure to understand your question, actually is it a question...?

if I try to understand:

You have multiple services on a same domain and you have an endpoints on each service.

Then you want to know if is it possible to add this endpoint in iptv-proxy?

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

zjuanma commented 4 years ago

Yes. I need something like this: Http://host:port/mypath/iptv.m3u

pierre-emmanuelJ commented 4 years ago

Thanks! I'll Add the feature ASAP

pierre-emmanuelJ commented 4 years ago

Implemented in this pr #26 see the pr for more info in the description ;)