9e34d8d739
Update repository_url, homepage, and download_url in index.yaml and all plugin.yaml files to point to the self-hosted Gitea instance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
614 B
YAML
22 lines
614 B
YAML
name: unifi
|
|
version: "1.0.0"
|
|
description: "UniFi Network controller integration — WAN health, devices, clients, DPI"
|
|
author: "FabledScryer"
|
|
license: "MIT"
|
|
min_app_version: "0.1.0"
|
|
repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins"
|
|
homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/unifi"
|
|
tags:
|
|
- network
|
|
- unifi
|
|
- ubiquiti
|
|
|
|
config:
|
|
host: "https://192.168.1.1"
|
|
username: "admin"
|
|
password: ""
|
|
site: "default"
|
|
verify_ssl: false
|
|
poll_interval_seconds: 60
|
|
top_clients: 10 # number of top-talker clients to store per snapshot
|