├── .drone.yml ├── Dockerfile ├── README.md ├── claim-server.sh ├── entrypoint ├── gen-config.sh ├── plex-util.sh ├── update.sh └── xmlstarlet-0001-Fix-disable-build-docs.patch /.drone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/.drone.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/README.md -------------------------------------------------------------------------------- /claim-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/claim-server.sh -------------------------------------------------------------------------------- /entrypoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/entrypoint -------------------------------------------------------------------------------- /gen-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/gen-config.sh -------------------------------------------------------------------------------- /plex-util.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/plex-util.sh -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/update.sh -------------------------------------------------------------------------------- /xmlstarlet-0001-Fix-disable-build-docs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauimauer/spritsail-plex-media-server/HEAD/xmlstarlet-0001-Fix-disable-build-docs.patch --------------------------------------------------------------------------------