Skip to content

Commit

Permalink
Migrate JSON config to YAML (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 9, 2021
1 parent 5a49961 commit 9d936a7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
8 changes: 0 additions & 8 deletions plex/build.json

This file was deleted.

6 changes: 6 additions & 0 deletions plex/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/ubuntu-base/aarch64:6.2.1
amd64: ghcr.io/hassio-addons/ubuntu-base/amd64:6.2.1
armv7: ghcr.io/hassio-addons/ubuntu-base/armv7:6.2.1
i386: ghcr.io/hassio-addons/ubuntu-base/i386:6.2.1
45 changes: 0 additions & 45 deletions plex/config.json

This file was deleted.

47 changes: 47 additions & 0 deletions plex/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Plex Media Server
version: dev
slug: plex
description: Recorded media, live TV, online news, and podcasts ready to stream.
url: https://github.com/hassio-addons/addon-plex
webui: http://[HOST]:[PORT:32400]/web
startup: services
arch:
- aarch64
- amd64
- armv7
- i386
map:
- media:rw
- share:rw
- ssl
ports:
3005/tcp: 3005
8324/tcp: 8324
32400/tcp: 32400
32410/udp: 32410
32412/udp: 32412
32413/udp: 32413
32414/udp: 32414
32469/tcp: 32469
33400/tcp: 33400
33443/tcp: 33443
ports_description:
3005/tcp: Plex Home Theater via Plex Companion
8324/tcp: Plex for Roku via Plex Companion
32400/tcp: Plex Media Server Interface
32410/udp: GDM network discovery
32412/udp: GDM network discovery
32413/udp: GDM network discovery
32414/udp: GDM network discovery
32469/tcp: Plex DLNA Server
33400/tcp: WebTools
33443/tcp: WebTools
hassio_api: true
options:
claim_code: ""
webtools: false
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
claim_code: str
webtools: bool

0 comments on commit 9d936a7

Please sign in to comment.