Skip to content

Commit 508cec6

Browse files
committed
updating readme and adding web screenshot grabs to the root xml element
1 parent d8254e6 commit 508cec6

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ pipeline {
2222
DIST_IMAGE = 'ubuntu'
2323
MULTIARCH='true'
2424
CI='true'
25-
CI_WEB='false'
25+
CI_WEB='true'
2626
CI_PORT='32400'
2727
CI_SSL='false'
2828
CI_DELAY='120'
2929
CI_DOCKERENV='TZ=US/Pacific'
3030
CI_AUTH='user:password'
31-
CI_WEBPATH='/web'
31+
CI_WEBPATH=''
3232
}
3333
stages {
3434
// Setup all the basic environment variables needed for the build

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Find us at:
2424
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/plex/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/plex/latest/index.html)
2525

2626
[Plex](https://plex.tv) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
27-
*To All Arm Users* - Plex is currently transitioning to a new build system allowing everyone to ingest software releases for all popular architectures. In the mean time releases on this channel for armv7 and aarch64 will be frozen at a beta release version of 1.15, including plex pass users. For armv7 users that want a stable release please use our legacy repo [Here](https://hub.docker.com/r/lsioarmhf/plex) .
2827

2928
[![plex](http://the-gadgeteer.com/wp-content/uploads/2015/10/plex-logo-e1446990678679.png)](https://plex.tv)
3029

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ repo_vars:
1919
- DIST_IMAGE = 'ubuntu'
2020
- MULTIARCH='true'
2121
- CI='true'
22-
- CI_WEB='false'
22+
- CI_WEB='true'
2323
- CI_PORT='32400'
2424
- CI_SSL='false'
2525
- CI_DELAY='120'
2626
- CI_DOCKERENV='TZ=US/Pacific'
2727
- CI_AUTH='user:password'
28-
- CI_WEBPATH='/web'
28+
- CI_WEBPATH=''

readme-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
project_name: plex
55
project_url: "https://plex.tv"
66
project_logo: "http://the-gadgeteer.com/wp-content/uploads/2015/10/plex-logo-e1446990678679.png"
7-
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
7+
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster."
88

9-
*To All Arm Users* - Plex is currently transitioning to a new build system allowing everyone to ingest software releases for all popular architectures. In the mean time releases on this channel for armv7 and aarch64 will be frozen at a beta release version of 1.15, including plex pass users. For armv7 users that want a stable release please use our legacy repo [Here](https://hub.docker.com/r/lsioarmhf/plex) ."
109
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
1110

1211
# supported architectures

0 commit comments

Comments
 (0)