diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/plex.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/plex.yml')
| -rw-r--r-- | public/v4/apps/plex.yml | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/public/v4/apps/plex.yml b/public/v4/apps/plex.yml index fe52907..7e50622 100644 --- a/public/v4/apps/plex.yml +++ b/public/v4/apps/plex.yml @@ -1,56 +1,56 @@ captainVersion: 4 services: - $$cap_appname: - image: plexinc/pms-docker:$$cap_plex_version - environment: - TZ: $$cap_tz - PLEX_CLAIM: $$cap_plex_token - ADVERTISE_IP: http://$$cap_appname.$$cap_root_domain/ - ports: - - 32400:32400 - - 3005:3005 - - 8324:8324 - - 32469:32469 - - 1900:1900 - - 32410:32410 - - 32412:32412 - - 32413:32413 - - 32414:32414 - hostname: $$cap_appname.$$cap_root_domain - volumes: - - $$cap_appname-config:/config - - $$cap_appname-transcode:/transcode - - $$cap_appname-media:/data - caproverExtra: - containerHttpPort: "32400" + $$cap_appname: + image: plexinc/pms-docker:$$cap_plex_version + environment: + TZ: $$cap_tz + PLEX_CLAIM: $$cap_plex_token + ADVERTISE_IP: http://$$cap_appname.$$cap_root_domain/ + ports: + - 32400:32400 + - 3005:3005 + - 8324:8324 + - 32469:32469 + - 1900:1900 + - 32410:32410 + - 32412:32412 + - 32413:32413 + - 32414:32414 + hostname: $$cap_appname.$$cap_root_domain + volumes: + - $$cap_appname-config:/config + - $$cap_appname-transcode:/transcode + - $$cap_appname-media:/data + caproverExtra: + containerHttpPort: '32400' caproverOneClickApp: - variables: - - id: $$cap_plex_version - label: Plex Version - defaultValue: 1.19.2.2737-b69929dab - description: Check out their Docker page for the valid tags https://hub.docker.com/r/plexinc/pms-docker/tags - validRegex: /^([^\s^\/])+$/ - - id: $$cap_plex_token - label: Plex Claim Token - description: Get your token from https://www.plex.tv/claim - validRegex: /.{1,}/ - - id: $$cap_tz - label: Time Zone - defaultValue: America/New_York - description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - validRegex: /.{1,}/ - instructions: - start: >- - Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. + variables: + - id: $$cap_plex_version + label: Plex Version + defaultValue: 1.19.2.2737-b69929dab + description: Check out their Docker page for the valid tags https://hub.docker.com/r/plexinc/pms-docker/tags + validRegex: /^([^\s^\/])+$/ + - id: $$cap_plex_token + label: Plex Claim Token + description: Get your token from https://www.plex.tv/claim + validRegex: /.{1,}/ + - id: $$cap_tz + label: Time Zone + defaultValue: America/New_York + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + instructions: + start: >- + Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. - IMPORTANT: Plex uses ports 32400, 3005, 8324, 32469, 1900, 32410, 32412, 32412, 32413, and 32414. If any of these ports are in use, your installation will malfunction. - end: >- - Plex has been successfully deployed. Please wait a minute before accessing your Plex dashboard. + IMPORTANT: Plex uses ports 32400, 3005, 8324, 32469, 1900, 32410, 32412, 32412, 32413, and 32414. If any of these ports are in use, your installation will malfunction. + end: >- + Plex has been successfully deployed. Please wait a minute before accessing your Plex dashboard. - If you're installing behind a NAT, make sure to forward port 32400. - displayName: Plex Media Server - isOfficial: true - description: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. - documentation: Taken from https://hub.docker.com/r/plexinc/pms-docker. + If you're installing behind a NAT, make sure to forward port 32400. + displayName: Plex Media Server + isOfficial: true + description: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. + documentation: Taken from https://hub.docker.com/r/plexinc/pms-docker. |
