kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
fa17c8fdae
commit
a1cca3d5a9
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/clarkson](https://github.com/linuxserver/docker-clarkson)
|
||||
|
||||
[](https://github.com/linuxserver/docker-clarkson)
|
||||
[](https://github.com/linuxserver/docker-clarkson/releases)
|
||||
[](https://github.com/linuxserver/docker-clarkson/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-clarkson/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/clarkson)
|
||||
[](https://microbadger.com/images/linuxserver/clarkson "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/clarkson)
|
||||
[](https://hub.docker.com/r/linuxserver/clarkson)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-clarkson/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/clarkson/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-clarkson)
|
||||
[](https://github.com/linuxserver/docker-clarkson/releases)
|
||||
[](https://github.com/linuxserver/docker-clarkson/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-clarkson/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/clarkson "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/clarkson)
|
||||
[](https://hub.docker.com/r/linuxserver/clarkson)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-clarkson/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/clarkson/latest/index.html)
|
||||
|
||||
[Clarkson](https://github.com/linuxserver/Clarkson) is a web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. The application has full multi-user support, as well as multiple vehicles per user. Whenever you fill-up your car or motorcycle, keep the receipt and record the data in Clarkson.
|
||||
|
||||
|
@ -104,6 +103,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -134,7 +150,7 @@ Once running, the container will run an initial MySQL migration, which populates
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=clarkson "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=clarkson "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