1
0
mirror of synced 2026-03-28 06:09:58 +01:00

Add Oscam

This commit is contained in:
d-two
2022-08-25 10:10:16 +02:00
committed by GitHub
parent 24aa34445f
commit a8b4610f10
7 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r11268
# Read more: http://www.streamboard.tv/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt
[global]
logfile = stdout
[cache]
[webif]
httpport = 8888
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255

View File

@@ -0,0 +1,13 @@
#!/usr/bin/with-contenv bash
# make folders
mkdir -p \
/config/oscam
# copy config
#[[ ! -e /config/oscam/oscam.conf ]] && \
# cp /defaults/oscam.conf /config/oscam/oscam.conf
# permissions
#chown -R abc:abc \
# /config

View File

@@ -0,0 +1,2 @@
#!/usr/bin/with-contenv bash
exec /usr/bin/oscam -c /config/oscam

View File

@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
exec \
s6-setuidgid root /usr/sbin/pcscd -f