Plexpy est une interface web écrite en python qui permet d’analyser un serveur Plex.
Github –> https://github.com/drzoidberg33/plexpy
Wiki –> https://github.com/drzoidberg33/plexpy/wiki/Install-as-a-daemon
apt-get install git-core
cd /opt
git clone https://github.com/drzoidberg33/plexpy.git
cd /opt/plexpy
touch /etc/default/plexpy
La création du plexpy dans default sert juste à éviter les warnings du script.
adduser --system --no-create-home plexpy
chown plexpy:nogroup -R /opt/plexpy
chmod +x /opt/plexpy/init-scripts/init.ubuntu
ln -s /opt/plexpy/init-scripts/init.ubuntu /etc/init.d/plexpy
update-rc.d plexpy defaults
/etc/init.d/plexpy start
Plexpy est accessible à http://mon_domaine:8181
Si vous regardez dans init.ubuntu, vous verrez que vous avez la possibilité de définir certaines préférences à ajouter dans le fichier /etc/default/plexpy que nous avons créé au début.