Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-03-19 07:16:39 +00:00
rodzic 6c90cb6afa
commit 440ad42d44
1 zmienionych plików z 11 dodań i 7 usunięć

Wyświetl plik

@ -12,7 +12,7 @@
If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface!
Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something.
Allow your users to post issues against their requests so you know there is a problem with the audio etc.
Even automatically sent them weekly newsletters of new content that has been added to your Plex server!
Even automatically send them weekly newsletters of new content that has been added to your Plex server!
## Supported Architectures
@ -28,6 +28,14 @@ The architectures supported by this image are:
| arm64 | arm64v8-latest |
| armhf | arm32v6-latest |
## Version Tags
This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them.
| Tag | Description |
| :----: | --- |
| latest | Stable Ombi releases |
| development | Releases from the `develop` branch of Ombi |
## Usage
@ -47,11 +55,6 @@ docker create \
linuxserver/ombi
```
Using tags, you can choose between various versions of ombi. No tag is required to remain on the latest stable release.
Add one of the tags, if required, to the `linuxserver/ombi` line of the run/create command in the following format, `linuxserver/ombi:development`
The development tag will be the latest commit in the `develop` branch of ombi.
HOWEVER, USE THE DEVELOPMENT BRANCH AT YOUR OWN PERIL !!!!!!!!!
### docker-compose
@ -134,8 +137,9 @@ Access the webui at `<your-ip>:3579`. Follow the setup wizard on initial install
## Versions
* **22.02.19:** - Clarify info on tags and development builds.
* **25.01.19:** - Add info on tags and development builds.
* **17.12.18:** - Switch to multi-arch builds and add aarch64 image.
* **09.01.19:** - Switch to multi-arch builds and add aarch64 image.
* **11.03.18:** - Add HOME env to Dockerfile.
* **05.03.18:** - Switch to Ombi v3 stable based on .net core.
* **26.01.18:** - Fix continuation lines.