cvarelaruiz / owi2plex

Exporter of EPG from OpenWebif to XMLTV to use with Plex
Mozilla Public License 2.0
27 stars 6 forks source link

Is it possible to change port 80? #36

Open FloydKulis opened 2 years ago

FloydKulis commented 2 years ago

I need to change port 80 to another, is it possible?

My config file: # run owi2plex in loop if [ "$use_owi2plex" = "yes" ]; then for bouquet in $bouquets do owi2plex -h $owi_ip -u $owi_user -p $owi_pass -b $bouquet -o /owi2plex/enigma$bouquet.xml >> /dev/null done fi