diddlesnaps / tvheadend

MIT License
10 stars 0 forks source link

change port oscam #4

Closed r100gs closed 4 years ago

r100gs commented 4 years ago

Hello,

how can I change the oscam port?

Best regards, Stefan

lucyllewy commented 4 years ago

This will be fixed by 824c5e6 when it is in the store

lucyllewy commented 4 years ago

you can now run the following to edit the configuration:

sudo nano $(tvheadend.oscam-config)

Below is an example configuration to change the http port to 8080, and listen on every IP address assigned to the server:

[global]
serverip = 0.0.0.0

[webif]
httpport = 8080