mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
Use a config file instead of env vars.
This commit is contained in:
16
README.md
16
README.md
@@ -1,20 +1,12 @@
|
||||
# Unifi
|
||||
|
||||
Collect your Unifi Controller Client data and send it to an InfluxDB instance.
|
||||
Collect your Unifi Controller Client data and send it to an InfluxDB instance. Grafana dashboard included.
|
||||
|
||||

|
||||
|
||||
## Deploying
|
||||
## Installation
|
||||
|
||||
|
||||
Clone the repository and using `.env.example` create your own `.env` file with your Unifi GUI and InfluxDB credentials.
|
||||
|
||||
|
||||
Set your environment variables before running:
|
||||
|
||||
```
|
||||
source .env ; ./unifi-poller
|
||||
```
|
||||
[See the Wiki!](https://github.com/davidnewhall/unifi-poller/wiki/Installation)
|
||||
|
||||
## Copyright & License
|
||||
Copyright © 2016 Garrett Bjerkhoel. See [MIT-LICENSE](http://github.com/dewski/unifi/blob/master/MIT-LICENSE) for details.
|
||||
Copyright © 2016 Garrett Bjerkhoel. See [MIT-LICENSE](MIT-LICENSE) for details.
|
||||
|
||||
Reference in New Issue
Block a user