Files
pi-hosted/template/apps/oscam.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Other"
],
"description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/oscam:latest",
"image_amd64": "linuxserver/oscam:latest",
2022-02-23 00:00:46 -03:00
"logo": "http://i.imgur.com/8LadrLg.png",
"name": "oscam",
"officialDoc": "https://docs.linuxserver.io/images/docker-oscam",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"10000:10000/tcp"
],
"restart_policy": "unless-stopped",
"title": "OScam",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/OScam",
"container": "/config"
}
],
"webpage": "https://trac.streamboard.tv/oscam/"
}