2019-01-25 10:39:54 -08:00
< p align = "center" >
2019-06-03 18:04:04 -07:00
< img width = "800" src = "https://raw.githubusercontent.com/Boerderij/Varken/master/assets/varken_full_banner.jpg" alt = "Logo Banner" >
2019-01-25 10:39:54 -08:00
< / p >
2019-03-11 15:54:03 -07:00
2020-12-21 10:30:50 -08:00
[](https://github.com/Boerderij/Varken/actions?query=workflow%3Avarken)
2019-01-25 10:46:39 -08:00
[](https://discord.gg/VjZ6qSM)
2019-04-18 15:42:28 -07:00
[](https://ko-fi.com/varken)
2018-12-30 22:00:07 -08:00
[](https://microbadger.com/images/boerderij/varken)
2019-08-09 16:10:57 -07:00
[](https://github.com/Boerderij/Varken/releases/latest)
2018-12-30 22:00:07 -08:00
[](https://hub.docker.com/r/boerderij/varken/)
2018-12-06 22:34:46 -08:00
2018-12-01 21:47:59 -08:00
Dutch for PIG. PIG is an Acronym for Plex/InfluxDB/Grafana
2018-12-01 21:15:12 -08:00
2019-05-05 19:42:29 -07:00
Varken is a standalone application to aggregate data from the Plex
ecosystem into InfluxDB using Grafana for a frontend
2018-04-17 08:44:32 -07:00
2018-12-06 22:34:46 -08:00
Requirements:
2018-12-30 22:00:07 -08:00
* [Python 3.6.7+ ](https://www.python.org/downloads/release/python-367/ )
2019-01-25 14:07:03 -08:00
* [Python3-pip ](https://pip.pypa.io/en/stable/installing/ )
2023-06-22 21:58:21 -07:00
* [InfluxDB 1.8.x or 2.0.x ](https://www.influxdata.com/ )
2019-05-05 19:42:29 -07:00
* [Grafana ](https://grafana.com/ )
2018-04-17 08:44:32 -07:00
2018-12-04 08:03:39 -08:00
< p align = "center" >
2018-12-14 12:42:43 -08:00
Example Dashboard
2018-12-14 12:38:19 -08:00
2019-05-05 19:44:01 -07:00
< img width = "800" src = "https://i.imgur.com/3hNZTkC.png" alt = "dashboard" >
2018-12-04 08:03:39 -08:00
< / p >
2018-10-29 17:16:31 -07:00
2018-12-14 12:37:43 -08:00
Supported Modules:
* [Sonarr ](https://sonarr.tv/ ) - Smart PVR for newsgroup and bittorrent users.
2018-12-16 06:39:33 -08:00
* [SickChill ](https://sickchill.github.io/ ) - SickChill is an automatic Video Library Manager for TV Shows.
2018-12-14 12:37:43 -08:00
* [Radarr ](https://radarr.video/ ) - A fork of Sonarr to work with movies à la Couchpotato.
* [Tautulli ](https://tautulli.com/ ) - A Python based monitoring and tracking tool for Plex Media Server.
* [Ombi ](https://ombi.io/ ) - Want a Movie or TV Show on Plex or Emby? Use Ombi!
2019-05-05 19:39:59 -07:00
* [Lidarr ](https://lidarr.audio/ ) - Looks and smells like Sonarr but made for music.
2018-12-14 12:37:43 -08:00
Key features:
* Multiple server support for all modules
* Geolocation mapping from [GeoLite2 ](https://dev.maxmind.com/geoip/geoip2/geolite2/ )
* Grafana [Worldmap Panel ](https://grafana.com/plugins/grafana-worldmap-panel/installation ) support
2018-12-30 22:00:07 -08:00
## Installation Guides
2019-05-05 19:38:15 -07:00
Varken Installation guides can be found in the [wiki ](https://wiki.cajun.pro/books/varken/chapter/installation ).
2018-12-10 19:54:01 -08:00
2019-03-26 08:37:27 -07:00
## Support
2019-05-05 19:38:15 -07:00
Please read [Asking for Support ](https://wiki.cajun.pro/books/varken/chapter/asking-for-support ) before seeking support.
2019-03-26 08:37:27 -07:00
[Click here for quick access to discord support ](http://cyborg.decreator.dev/channels/518970285773422592/530424560504537105/ ). No app or account needed!
2018-12-10 19:54:01 -08:00
### InfluxDB
2019-05-05 19:38:15 -07:00
[InfluxDB Installation Documentation ](https://wiki.cajun.pro/books/varken/page/influxdb-d1f )
2020-12-14 21:11:41 -08:00
Note: Only v1.8.x is currently supported.
2018-12-10 19:54:01 -08:00
Influxdb is required but not packaged as part of Varken. Varken will create
its database on its own. If you choose to give varken user permissions that
do not include database creation, please ensure you create an influx database
named `varken`
### Grafana
2020-12-21 10:30:50 -08:00
[Grafana Installation/Dashboard Documentation ](https://wiki.cajun.pro/books/varken/page/grafana )