kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
ceddeffb51
commit
fc82f1b723
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/minisatip](https://github.com/linuxserver/docker-minisatip)
|
||||
|
||||
[](https://github.com/linuxserver/docker-minisatip)
|
||||
[](https://github.com/linuxserver/docker-minisatip/releases)
|
||||
[](https://github.com/linuxserver/docker-minisatip/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-minisatip/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/minisatip)
|
||||
[](https://microbadger.com/images/linuxserver/minisatip "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/minisatip)
|
||||
[](https://hub.docker.com/r/linuxserver/minisatip)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-minisatip/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/minisatip/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-minisatip)
|
||||
[](https://github.com/linuxserver/docker-minisatip/releases)
|
||||
[](https://github.com/linuxserver/docker-minisatip/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-minisatip/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/minisatip "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/minisatip)
|
||||
[](https://hub.docker.com/r/linuxserver/minisatip)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-minisatip/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/minisatip/latest/index.html)
|
||||
|
||||
[Minisatip](https://github.com/catalinii/minisatip) is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.
|
||||
|
||||
|
@ -117,6 +116,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `/dev/dvb` | For passing through Tv-cards |
|
||||
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||
|
||||
As an example:
|
||||
|
||||
```
|
||||
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||
```
|
||||
|
||||
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||
|
||||
## Umask for running applications
|
||||
|
||||
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
|
||||
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
|
||||
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
|
@ -141,7 +157,7 @@ You can then use your cards as DVB inputs in apps such as tvheadend.
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=minisatip "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=minisatip "view available mods for this container.")
|
||||
|
||||
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue