kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
e42eef5836
commit
3b9d53234d
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/airsonic](https://github.com/linuxserver/docker-airsonic)
|
||||
|
||||
[](https://github.com/linuxserver/docker-airsonic)
|
||||
[](https://github.com/linuxserver/docker-airsonic/releases)
|
||||
[](https://github.com/linuxserver/docker-airsonic/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-airsonic/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/airsonic)
|
||||
[](https://microbadger.com/images/linuxserver/airsonic "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-airsonic/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/airsonic/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-airsonic)
|
||||
[](https://github.com/linuxserver/docker-airsonic/releases)
|
||||
[](https://github.com/linuxserver/docker-airsonic/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-airsonic/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/airsonic "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://hub.docker.com/r/linuxserver/airsonic)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-airsonic/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/airsonic/latest/index.html)
|
||||
|
||||
[Airsonic](https://github.com/airsonic/airsonic) is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
|
||||
|
||||
|
@ -122,6 +121,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `/dev/snd` | Only needed to pass your host sound device to Airsonic's Java jukebox player. |
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -148,7 +164,7 @@ Note that if you want to use [Airsonic's Java jukebox player](https://airsonic.g
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=airsonic "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=airsonic "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