Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
avahi-daemon \
dbus \
udev \
unrar \
wget \
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
avahi-daemon \
dbus \
udev \
unrar \
wget \
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
avahi-daemon \
dbus \
udev \
unrar \
wget \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ We automatically add the necessary environment variables that will use all avail

## Versions

* **16.01.19:** - Add pipeline logic, multi arch, and HW transcoding configuration.
* **16.01.19:** - Add pipeline logic, multi arch, and HW transcoding configuration; remove avahi service.
* **07.09.18:** - Rebase to ubuntu bionic, add udev package.
* **09.12.17:** - Fix continuation lines.
* **12.07.17:** - Add inspect commands to README, move to jenkins build and push.
* **28.05.17:** - Add unrar package as per requests, for subzero plugin.
* **11.01.17:** - Use Plex environemt variables from pms docker, change abc home folder to /app to alleviate usermod chowning library
* **11.01.17:** - Use Plex environment variables from pms docker, change abc home folder to /app to alleviate usermod chowning library
* **03.01.17:** - Use case insensitive version variable matching rather than export and make lowercase.
* **17.10.16:** - Allow use of uppercase version variable
* **01.10.16:** - Add TZ info to README.
Expand All @@ -208,4 +208,4 @@ We automatically add the necessary environment variables that will use all avail
* **18.07.15:** - Moved autoupdate to be hosted by linuxserver.io and implemented bugfix thanks to ljm42.
* **09.07.15:** - Now with ability to pick static version number.
* **08.07.15:** - Now with autoupdates. (Hosted by fanart.tv)
* **03.07.15:** - Fixed a mistake that allowed plex to run as user plex rather than abc (99:100). Thanks to double16 for spotting this.
* **03.07.15:** - Fixed a mistake that allowed plex to run as user plex rather than abc (99:100). Thanks to double16 for spotting this.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ app_setup_block: |

# changelog
changelogs:
- { date: "16.01.19:", desc: "Add pipeline logic, multi arch, and HW transcoding configuration." }
- { date: "16.01.19:", desc: "Add pipeline logic, multi arch, and HW transcoding configuration; remove avahi service." }
- { date: "07.09.18:", desc: "Rebase to ubuntu bionic, add udev package." }
- { date: "09.12.17:", desc: "Fix continuation lines." }
- { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push." }
- { date: "28.05.17:", desc: "Add unrar package as per requests, for subzero plugin." }
- { date: "11.01.17:", desc: "Use Plex environemt variables from pms docker,
- { date: "11.01.17:", desc: "Use Plex environment variables from pms docker,
change abc home folder to /app to alleviate usermod chowning library" }
- { date: "03.01.17:", desc: "Use case insensitive version variable matching rather than export and make lowercase." }
- { date: "17.10.16:", desc: "Allow use of uppercase version variable" }
Expand Down
15 changes: 0 additions & 15 deletions root/etc/cont-init.d/30-dbus

This file was deleted.

5 changes: 5 additions & 0 deletions root/etc/cont-init.d/60-plex-update
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,13 @@ fi

echo "Atempting to upgrade to: $REMOTE_VERSION"
rm -f /tmp/plexmediaserver_*.deb
if [[ $REMOTE_VERSION == 1.15* ]]; then
wget -nv -P /tmp \
"https://downloads.plex.tv/plex-media-server-new/$REMOTE_VERSION/debian/plexmediaserver_${REMOTE_VERSION}_amd64.deb"
else
wget -nv -P /tmp \
"${PLEX_DOWNLOAD}/$REMOTE_VERSION/plexmediaserver_${REMOTE_VERSION}_amd64.deb"
fi
last=$?

# test if deb file size is ok, or if download failed
Expand Down
8 changes: 0 additions & 8 deletions root/etc/services.d/avahi/run

This file was deleted.

4 changes: 0 additions & 4 deletions root/etc/services.d/dbus/run

This file was deleted.