Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acamilleri/myplexhooks

My personal Plex Actions running with go-plexhooks
https://github.com/acamilleri/myplexhooks

events go-plexhooks grafana plex webhook

Last synced: about 2 months ago
JSON representation

My personal Plex Actions running with go-plexhooks

Awesome Lists containing this project

README

        

# MyPlexHooks

This is my personal Plex Hooks repository

**Plex Webhooks require a Plex Pass subscription**

You can find more details in [examples](examples) folder

## Installation

## Usage

requirements
```
export PLEXHOOKS_GRAFANA_URL=https://mygrafana.fr
export PLEXHOOKS_GRAFANA_TOKEN=secret
```

### Simple
```bash
go run --log.formatter json
```

### Docker

```bash
docker run -it --env PLEXHOOKS_GRAFANA_URL --env PLEXHOOKS_GRAFANA_TOKEN acamilleri/myplexhooks:latest --log.formatter json
```