Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acamilleri/myplexhooks
- Owner: acamilleri
- License: apache-2.0
- Created: 2020-08-08T21:28:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T18:19:40.000Z (over 4 years ago)
- Last Synced: 2024-11-15T21:46:59.335Z (about 2 months ago)
- Topics: events, go-plexhooks, grafana, plex, webhook
- Language: Go
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```