2023-02-28 00:15:03 +00:00
name : plex
services :
2023-03-07 00:52:47 +00:00
plex :
devices :
- /dev/dri:/dev/dri
- /dev/dvb:/dev/dvb
environment :
PGID : $PGID
PUID : $PUID
VERSION : docker
image : linuxserver/plex:1.31.1
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : "256M"
2023-03-07 00:52:47 +00:00
network_mode : host
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA/Media
target : /Media
x-casaos :
author : CasaOS Team
category : Media
container :
envs :
2023-03-25 01:14:10 +00:00
- container : PUID
2023-03-07 00:52:47 +00:00
description :
en_US : Run Plex as specified uid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的uid运行Plex
- container : PGID
2023-03-07 00:52:47 +00:00
description :
en_US : Run Plex as specified gid.
2023-03-25 01:14:10 +00:00
zh_CN : 以指定的gid运行Plex
- container : VERSION
2023-03-07 00:52:47 +00:00
description :
en_US : Let Docker handle the Plex Version
2023-03-25 01:14:10 +00:00
zh_CN : 让Docker处理Plex版本
2023-03-07 00:52:47 +00:00
index : /web/index.html
port_map : "32400"
2023-03-25 01:14:10 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-25 01:14:10 +00:00
- container : /config
2023-03-07 00:52:47 +00:00
description :
en_US : Plex config directory.
2023-03-25 01:14:10 +00:00
zh_CN : Plex配置目录
- container : /Media
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : Plex Media directory.
2023-03-25 01:14:10 +00:00
zh_CN : Plex媒体目录
2023-03-07 00:52:47 +00:00
description :
en_US : Plex 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.
2023-03-25 01:14:10 +00:00
zh_CN : Plex整理个人媒体库中的视频, 音乐和照片, 并将其流式传输到智能电视, 流媒体盒子和移动设备。此容器打包为独立的Plex Media Server。一直以来, Plex的顶级优先级一直是简单的设计和批量操作, 这意味着更快地完成任务。
2023-03-07 00:52:47 +00:00
developer : Plex
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-3.png
tagline :
en_US : The home for all your entertainment.
2023-03-25 01:14:10 +00:00
zh_CN : 为您的娱乐提供家庭。
2023-03-07 00:52:47 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png
tips : {}
title :
en_US : Plex
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm
- arm64
main_app : plex