Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Heimdall | 6,075 | 6 hours ago | 31 | mit | PHP | |||||
An Application dashboard and launcher | ||||||||||
Organizr | 4,383 | 20 days ago | 26 | gpl-3.0 | PHP | |||||
HTPC/Homelab Services Organizer - Written in PHP | ||||||||||
Pms Docker | 2,461 | 3 months ago | 4 | Shell | ||||||
Plex Media Server Docker repo, for all your PMS docker needs. | ||||||||||
Docker Traefik | 2,029 | 11 days ago | 53 | mit | Shell | |||||
Docker media and home server stack with Docker Compose, Traefik, Swarm Mode, Google OAuth2/Authelia, and LetsEncrypt | ||||||||||
Plexupdate | 1,595 | 7 months ago | 12 | gpl-2.0 | Shell | |||||
Plex Update script to simplify the life of Linux Plex Media Server users. | ||||||||||
Python Plexapi | 981 | 292 | 17 | 5 days ago | 56 | May 30, 2022 | 46 | bsd-3-clause | Python | |
Python bindings for the Plex API. | ||||||||||
Synclounge | 960 | a month ago | 376 | June 24, 2022 | 25 | mit | JavaScript | |||
Enjoy Plex with your friends. In Sync. Together. | ||||||||||
Pmsservice | 442 | 24 days ago | 12 | mit | C# | |||||
Plex Media Server service wrapper for windows | ||||||||||
Config | 396 | 2 months ago | 25 | gpl-2.0 | Shell | |||||
Armbian Linux configuration utility | ||||||||||
Pms_updater | 366 | 2 years ago | 31 | mit | Shell | |||||
Shell script for updating the Plex Media Server inside the FreeNAS Plex plugin |
Prometheus exporter for Plex Media Server. This exporter query your Plex Media Server installation directly without passing by Plex.tv.
output
# HELP plex_info Plex media server information
# TYPE plex_info Gauge
plex_info{version="1.26.2.5797-5bd057d2b"} 1
# HELP plex_media_server_library_media_count Number of medias in a plex library
# TYPE plex_media_server_library_media_count gauge
plex_media_server_library_media_count{name="Animes",type="show"} 33
plex_media_server_library_media_count{name="Cartoons",type="show"} 6
plex_media_server_library_media_count{name="Movies",type="movie"} 283
plex_media_server_library_media_count{name="TV Shows",type="show"} 36
# HELP plex_sessions_active_count Number of active Plex sessions
# TYPE plex_sessions_active_count gauge
plex_sessions_active_count 2
# HELP plex_transcode_sessions_active_count Number of active Plex transcoding sessions
# TYPE plex_transcode_sessions_active_count gauge
plex_transcode_sessions_active_count 2
{
"exporter": {
"port": 9594
},
"server": {
"address": "plex",
"port": 32400,
"token": "token"
}
}
# ./plex_exporter --config config.json
2021/10/22 08:18:11 Starting exporter on port 9594 ...
Secure transport (with TLS) while requesting metrics. Server token is actually passed through headers and can easilly be hacked if used with http. First thing is to move it to https without verification and check is in the future.