mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:33:57 -04:00
- Add --discover and --discover-output to unpoller; uses first unifi controller from config to probe known API endpoints and write a shareable markdown report. - Add Discoverer interface and RunDiscover(); inputunifi implements Discoverer via unifi.DiscoverEndpoints. - Remove tools/endpoint-discovery/ (Python/Playwright). - Add docs/PR_936_REPLACEMENT.md. .gitignore: test config and report. Requires unpoller/unifi with DiscoverEndpoints (replace in go.mod until unifi release).
47 lines
676 B
Plaintext
47 lines
676 B
Plaintext
# Change this line.
|
|
/unifi-poller
|
|
/unpoller
|
|
/init/macos/*.app/Contents/MacOS/*
|
|
# The rest is probably fine.
|
|
/rsrc*.syso
|
|
/*.log
|
|
/*.conf
|
|
/*.gz
|
|
/*.zip
|
|
/*.upx
|
|
/unpackerr*.1
|
|
/*.deb
|
|
/*.rpm
|
|
/*.txz
|
|
/*.*.arm
|
|
/*.*.exe
|
|
/*.*.macos
|
|
/*.*.linux
|
|
/*.*.freebsd
|
|
/*.rb
|
|
*.sha256
|
|
/vendor
|
|
.DS_Store
|
|
*~
|
|
/package_build_*
|
|
/release
|
|
MANUAL
|
|
MANUAL.html
|
|
README
|
|
README.html
|
|
/*_manual.html
|
|
/homebrew-mugs
|
|
.secret*files.tar
|
|
github_deploy_key*
|
|
.metadata.make
|
|
/after-install-rendered.sh
|
|
/before-remove-rendered.sh
|
|
/gpg.signing.key
|
|
dist/
|
|
.vscode/
|
|
.idea/
|
|
# Local test config (contains credentials)
|
|
up.discover-test.json
|
|
# Generated discovery report (re-run with --discover to recreate)
|
|
api_endpoints_discovery.md
|