docker-documentation/docs/images/docker-emby.md

438 wiersze
18 KiB
Markdown

2021-02-14 09:55:17 +00:00
---
title: emby
2025-01-30 21:26:13 +00:00
tags:
- Media Servers
- Music
- Audiobooks
description: "[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server."
2021-02-14 09:55:17 +00:00
---
2023-10-12 21:20:18 +00:00
<!-- DO NOT EDIT THIS FILE MANUALLY -->
<!-- Please read https://github.com/linuxserver/docker-emby/blob/master/.github/CONTRIBUTING.md -->
2020-06-29 10:27:50 +00:00
# [linuxserver/emby](https://github.com/linuxserver/docker-emby)
2024-05-23 21:26:05 +00:00
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Femby?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh)
2020-06-29 10:27:50 +00:00
[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-emby.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-emby)
[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-emby.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-emby/releases)
[![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-emby/packages)
2020-12-17 14:50:35 +00:00
[![GitLab Container Registry](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitLab%20Registry&logo=gitlab)](https://gitlab.com/linuxserver.io/docker-emby/container_registry)
2021-10-03 09:59:55 +00:00
[![Quay.io](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Quay.io)](https://quay.io/repository/linuxserver.io/emby)
2020-06-29 10:27:50 +00:00
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/emby.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/emby)
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/emby.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/emby)
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-emby%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-emby/job/master/)
2020-11-02 06:00:30 +00:00
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Femby%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/emby/latest/index.html)
2019-06-05 16:53:19 +00:00
[Emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.
2023-10-12 21:20:18 +00:00
[![emby](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emby-logo.png)](https://emby.media/)
2019-06-05 16:53:19 +00:00
## Supported Architectures
2023-11-16 21:19:52 +00:00
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
2019-06-05 16:53:19 +00:00
2022-05-01 09:55:25 +00:00
Simply pulling `lscr.io/linuxserver/emby:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
2019-06-05 16:53:19 +00:00
The architectures supported by this image are:
2022-05-01 09:55:25 +00:00
| Architecture | Available | Tag |
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
2023-07-06 21:25:54 +00:00
| armhf | ❌ | |
2019-06-05 16:53:19 +00:00
## Version Tags
2022-05-01 09:55:25 +00:00
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
2019-06-05 16:53:19 +00:00
2022-05-01 09:55:25 +00:00
| Tag | Available | Description |
| :----: | :----: |--- |
| latest | ✅ | Stable emby releases |
| beta | ✅ | Beta emby releases |
2023-10-12 21:20:18 +00:00
2021-04-18 10:00:34 +00:00
## Application Setup
Webui can be found at `http://<your-ip>:8096`
Emby has very complete and verbose documentation located [here](https://github.com/MediaBrowser/Wiki/wiki) .
2024-02-13 16:16:51 +00:00
### Hardware Acceleration Enhancements
2021-04-18 10:00:34 +00:00
2024-02-13 16:16:51 +00:00
This section lists the enhancements we have made for hardware acceleration in this image specifically.
2021-04-18 10:00:34 +00:00
2024-02-13 16:16:51 +00:00
#### OpenMAX (Raspberry Pi)
2021-04-18 10:00:34 +00:00
2024-02-13 16:16:51 +00:00
Hardware acceleration users for Raspberry Pi MMAL/OpenMAX will need to mount their `/dev/vcsm` and `/dev/vchiq` video devices inside of the container and their system OpenMax libs by passing the following options when running or creating the container:
2021-04-18 10:00:34 +00:00
```
2024-02-13 16:16:51 +00:00
--device=/dev/vcsm:/dev/vcsm
2021-04-18 10:00:34 +00:00
--device=/dev/vchiq:/dev/vchiq
-v /opt/vc/lib:/opt/vc/lib
```
2024-02-13 16:16:51 +00:00
#### V4L2 (Raspberry Pi)
Hardware acceleration users for Raspberry Pi V4L2 will need to mount their `/dev/video1X` devices inside of the container by passing the following options when running or creating the container:
2021-04-18 10:00:34 +00:00
```
--device=/dev/video10:/dev/video10
--device=/dev/video11:/dev/video11
--device=/dev/video12:/dev/video12
```
2024-02-13 16:16:51 +00:00
### Hardware Acceleration
2024-02-22 21:21:47 +00:00
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.
2024-02-13 16:16:51 +00:00
#### Intel/ATI/AMD
To leverage hardware acceleration you will need to mount /dev/dri video device inside of the container.
```text
--device=/dev/dri:/dev/dri
```
We will automatically ensure the abc user inside of the container has the proper permissions to access this device.
#### Nvidia
Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here:
2024-02-22 21:21:47 +00:00
https://github.com/NVIDIA/nvidia-container-toolkit
2024-02-13 16:16:51 +00:00
2024-02-22 21:21:47 +00:00
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia-container-toolkit is installed on your host you will need to re/create the docker container with the nvidia container runtime `--runtime=nvidia` and add an environment variable `-e NVIDIA_VISIBLE_DEVICES=all` (can also be set to a specific gpu's UUID, this can be discovered by running `nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv` ). NVIDIA automatically mounts the GPU and drivers from your host into the container.
2024-02-13 16:16:51 +00:00
#### Arm Devices
Best effort is made to install tools to allow mounting in /dev/dri on Arm devices. In most cases if /dev/dri exists on the host it should just work. If running a Raspberry Pi 4 be sure to enable `dtoverlay=vc4-fkms-v3d` in your usercfg.txt.
2019-06-05 16:53:19 +00:00
## Usage
2021-07-01 19:26:56 +00:00
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
2019-06-05 16:53:19 +00:00
2024-12-05 21:48:32 +00:00
!!! info
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
2021-07-01 19:26:56 +00:00
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
2019-06-05 16:53:19 +00:00
```yaml
---
services:
emby:
2022-05-01 09:55:25 +00:00
image: lscr.io/linuxserver/emby:latest
2019-06-05 16:53:19 +00:00
container_name: emby
environment:
- PUID=1000
- PGID=1000
2023-02-12 09:52:46 +00:00
- TZ=Etc/UTC
2019-06-05 16:53:19 +00:00
volumes:
2024-08-13 17:30:10 +00:00
- /path/to/emby/library:/config
2019-06-24 22:08:31 +00:00
- /path/to/tvshows:/data/tvshows
- /path/to/movies:/data/movies
2020-02-27 21:57:51 +00:00
- /opt/vc/lib:/opt/vc/lib #optional
2019-06-05 16:53:19 +00:00
ports:
- 8096:8096
- 8920:8920 #optional
devices:
- /dev/dri:/dev/dri #optional
2020-02-27 21:57:51 +00:00
- /dev/vchiq:/dev/vchiq #optional
2020-03-01 03:13:52 +00:00
- /dev/video10:/dev/video10 #optional
- /dev/video11:/dev/video11 #optional
- /dev/video12:/dev/video12 #optional
2019-06-05 16:53:19 +00:00
restart: unless-stopped
```
2021-07-01 19:26:56 +00:00
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
2020-10-05 10:28:07 +00:00
2021-04-18 10:00:34 +00:00
```bash
2020-10-05 10:28:07 +00:00
docker run -d \
--name=emby \
-e PUID=1000 \
-e PGID=1000 \
2023-02-12 09:52:46 +00:00
-e TZ=Etc/UTC \
2020-10-05 10:28:07 +00:00
-p 8096:8096 \
-p 8920:8920 `#optional` \
2024-08-13 17:30:10 +00:00
-v /path/to/emby/library:/config \
2020-10-05 10:28:07 +00:00
-v /path/to/tvshows:/data/tvshows \
-v /path/to/movies:/data/movies \
-v /opt/vc/lib:/opt/vc/lib `#optional` \
--device /dev/dri:/dev/dri `#optional` \
--device /dev/vchiq:/dev/vchiq `#optional` \
--device /dev/video10:/dev/video10 `#optional` \
--device /dev/video11:/dev/video11 `#optional` \
--device /dev/video12:/dev/video12 `#optional` \
--restart unless-stopped \
2022-05-01 09:55:25 +00:00
lscr.io/linuxserver/emby:latest
2020-10-05 10:28:07 +00:00
```
2019-06-05 16:53:19 +00:00
## Parameters
2023-10-12 21:20:18 +00:00
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `<external>:<internal>` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container.
2019-06-05 16:53:19 +00:00
2020-06-29 10:27:50 +00:00
### Ports (`-p`)
2019-06-05 16:53:19 +00:00
| Parameter | Function |
2020-06-29 10:27:50 +00:00
| :----: | --- |
2024-12-05 21:48:32 +00:00
| `8096:8096` | Http webUI. |
| `8920:8920` | Https webUI (you need to setup your own certificate). |
2020-06-29 10:27:50 +00:00
### Environment Variables (`-e`)
2019-06-05 16:53:19 +00:00
| Env | Function |
2020-06-29 10:27:50 +00:00
| :----: | --- |
2019-06-05 16:53:19 +00:00
| `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation |
2023-02-12 09:52:46 +00:00
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
2019-06-05 16:53:19 +00:00
2020-06-29 10:27:50 +00:00
### Volume Mappings (`-v`)
2019-06-05 16:53:19 +00:00
| Volume | Function |
2020-06-29 10:27:50 +00:00
| :----: | --- |
| `/config` | Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.* |
2019-06-05 16:53:19 +00:00
| `/data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
| `/data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
2020-06-29 10:27:50 +00:00
| `/opt/vc/lib` | Path for Raspberry Pi OpenMAX libs *optional*. |
2019-06-05 16:53:19 +00:00
2021-04-18 10:00:34 +00:00
### Device Mappings (`--device`)
2019-09-29 09:44:22 +00:00
| Parameter | Function |
2020-06-29 10:27:50 +00:00
| :-----: | --- |
2020-07-13 22:53:53 +00:00
| `/dev/dri` | Only needed if you want to use your Intel or AMD GPU for hardware accelerated video encoding (vaapi). |
2020-06-29 10:27:50 +00:00
| `/dev/vchiq` | Only needed if you want to use your Raspberry Pi OpenMax video encoding (Bellagio). |
2020-03-01 03:13:52 +00:00
| `/dev/video10` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
| `/dev/video11` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
| `/dev/video12` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
2019-09-30 10:27:54 +00:00
2021-10-03 09:59:55 +00:00
#### Miscellaneous Options
| Parameter | Function |
| :-----: | --- |
2020-06-29 10:27:50 +00:00
## Environment variables from files (Docker secrets)
2020-06-01 01:20:08 +00:00
You can set any environment variable from a file by using a special prepend `FILE__`.
As an example:
2021-04-18 10:00:34 +00:00
```bash
2023-10-12 21:20:18 +00:00
-e FILE__MYVAR=/run/secrets/mysecretvariable
2020-06-01 01:20:08 +00:00
```
2023-10-12 21:20:18 +00:00
Will set the environment variable `MYVAR` based on the contents of the `/run/secrets/mysecretvariable` file.
2020-06-01 01:20:08 +00:00
## Umask for running applications
2020-06-29 10:27:50 +00:00
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.
2019-06-05 16:53:19 +00:00
## User / Group Identifiers
2020-06-29 10:27:50 +00:00
When using volumes (`-v` flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
2019-06-05 16:53:19 +00:00
Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
2023-10-12 21:20:18 +00:00
In this instance `PUID=1000` and `PGID=1000`, to find yours use `id your_user` as below:
2019-06-05 16:53:19 +00:00
2021-04-18 10:00:34 +00:00
```bash
2023-10-12 21:20:18 +00:00
id your_user
```
Example output:
```text
uid=1000(your_user) gid=1000(your_user) groups=1000(your_user)
2019-06-05 16:53:19 +00:00
```
2020-04-08 07:20:24 +00:00
## Docker Mods
2021-04-18 10:00:34 +00:00
2020-10-05 10:28:07 +00:00
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=emby&query=%24.mods%5B%27emby%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=emby "view available mods for this container.") [![Docker Universal Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=universal&query=%24.mods%5B%27universal%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=universal "view available universal mods.")
2020-04-08 07:20:24 +00:00
2020-10-05 10:28:07 +00:00
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) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
2020-04-08 07:20:24 +00:00
2019-06-05 16:53:19 +00:00
## Support Info
2019-09-02 10:28:40 +00:00
* Shell access whilst the container is running:
2023-10-12 21:20:18 +00:00
```bash
docker exec -it emby /bin/bash
```
2019-09-02 10:28:40 +00:00
* To monitor the logs of the container in realtime:
2023-10-12 21:20:18 +00:00
```bash
docker logs -f emby
```
* Container version number:
```bash
docker inspect -f '{{ index .Config.Labels "build_version" }}' emby
```
* Image version number:
```bash
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/emby:latest
```
## Updating Info
2024-01-11 21:28:15 +00:00
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
2023-10-12 21:20:18 +00:00
Below are the instructions for updating containers:
### Via Docker Compose
* Update images:
* All images:
```bash
docker-compose pull
```
* Single image:
```bash
docker-compose pull emby
```
* Update containers:
* All containers:
```bash
docker-compose up -d
```
* Single container:
```bash
docker-compose up -d emby
```
* You can also remove the old dangling images:
```bash
docker image prune
```
### Via Docker Run
* Update the image:
```bash
docker pull lscr.io/linuxserver/emby:latest
```
* Stop the running container:
```bash
docker stop emby
```
* Delete the container:
```bash
docker rm emby
```
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
* You can also remove the old dangling images:
```bash
docker image prune
```
### Image Update Notifications - Diun (Docker Image Update Notifier)
2024-09-26 21:28:44 +00:00
!!! tip
2023-10-12 21:20:18 +00:00
We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
## Building locally
If you want to make local modifications to these images for development purposes or just to customize the logic:
```bash
git clone https://github.com/linuxserver/docker-emby.git
cd docker-emby
docker build \
--no-cache \
--pull \
-t lscr.io/linuxserver/emby:latest .
```
2024-11-14 21:28:55 +00:00
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
2023-10-12 21:20:18 +00:00
```bash
2024-11-14 21:28:55 +00:00
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
2023-10-12 21:20:18 +00:00
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
2019-06-05 16:53:19 +00:00
2024-12-19 21:30:16 +00:00
To help with development, we generate this dependency graph.
??? info "Init dependency graph"
```d2
"emby:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-crontab-config -> init-config-end
init-video -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
init-config -> init-emby-config
base -> init-envfile
base -> init-migrations
init-config-end -> init-mods
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-adduser -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-emby-config -> init-video
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-emby
svc-emby -> legacy-services
}
Base Images: {
"baseimage-ubuntu:noble"
}
"emby:latest" <- Base Images
```
2019-06-05 16:53:19 +00:00
## Versions
2024-08-13 17:30:10 +00:00
* **13.08.24:** - Rebase to Ubuntu Noble.
2024-02-13 16:16:51 +00:00
* **12.02.24:** - Use universal hardware acceleration blurb
2024-01-19 15:01:38 +00:00
* **19.01.24:** - Fix tonemapping so it's done with hw acceleration.
2023-07-06 21:25:54 +00:00
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
2023-06-08 22:07:47 +00:00
* **08.06.23:** - Fix package extraction so it doesn't change /tmp perms.
2023-06-04 22:16:46 +00:00
* **31.05.23:** - Use upstream deb packages instead of rpm.
2022-09-28 12:14:56 +00:00
* **26.09.22:** - Update chown behavior.
2022-09-22 16:19:09 +00:00
* **18.09.22:** - Migrate to s6v3, rebase to Ubuntu Jammy.
2021-05-20 15:00:09 +00:00
* **19.05.21:** - Structural changes upstream.
2021-01-18 08:40:23 +00:00
* **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. Remove no longer used mapping for /transcode.
2020-12-22 16:41:31 +00:00
* **21.12.20:** - Rebase to Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
2020-12-03 22:39:20 +00:00
* **03.11.20:** - Fix issue with missing samba folder.
2020-11-13 22:20:53 +00:00
* **13.11.20:** - Fix issue with samba and ffmpeg.
2020-07-13 22:53:53 +00:00
* **03.07.20:** - Add support for amd vaapi hw transcode.
2020-03-01 03:13:52 +00:00
* **29.02.20:** - Add v4l2 support on Raspberry Pi.
2020-02-27 21:57:51 +00:00
* **26.02.20:** - Add openmax support on Raspberry Pi.
2020-06-29 10:27:50 +00:00
* **15.02.20:** - Allow restarting emby from the gui (also allows for auto restarts after addon updates).
2019-10-02 21:13:37 +00:00
* **02.10.19:** - Improve permission fixing for render and dvb devices.
2019-08-13 16:21:29 +00:00
* **13.08.19:** - Add umask environment variable.
2019-06-24 22:08:31 +00:00
* **24.06.19:** - Fix typos in readme.
2019-06-05 16:53:19 +00:00
* **30.05.19:** - Initial release.