diff options
| author | marcusique <[email protected]> | 2022-04-03 15:55:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-03 06:55:10 -0700 |
| commit | 0448ee8a08c255acfce21091689c7a19bf7a13aa (patch) | |
| tree | 094e87158c7622f603f8ea1fc207afbc85a72037 /public/v4/apps/plex-arm.yml | |
| parent | c5189effdb8f0f4c25ad3b165fcb96daa1a9a85c (diff) | |
| download | caprover-one-click-apps-0448ee8a08c255acfce21091689c7a19bf7a13aa.tar.gz caprover-one-click-apps-0448ee8a08c255acfce21091689c7a19bf7a13aa.zip | |
Plex for ARM (#640)
* added plex-arm
* added plex-arm icon
* applied prettier
Co-authored-by: Mark A <[email protected]>
Diffstat (limited to 'public/v4/apps/plex-arm.yml')
| -rw-r--r-- | public/v4/apps/plex-arm.yml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/public/v4/apps/plex-arm.yml b/public/v4/apps/plex-arm.yml new file mode 100644 index 0000000..b6a20e4 --- /dev/null +++ b/public/v4/apps/plex-arm.yml @@ -0,0 +1,54 @@ +captainVersion: 4 +services: + $$cap_appname: + image: linuxserver/plex:$$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-movies:/movies + - $$cap_appname-tv:/tv + caproverExtra: + containerHttpPort: '32400' +caproverOneClickApp: + variables: + - id: $$cap_plex_version + label: Plex Version + defaultValue: 1.25.8 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/plex/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: Europe/Copenhagen + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + instructions: + start: >- + This image is for ARM CPUs, perfect for Raspberry Pi installation. + 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. + If you're installing behind a NAT, make sure to forward port 32400. + displayName: Plex Media Server (ARM) + isOfficial: false + 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/linuxserver/plex. |
