mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
Restore tools/endpoint-discovery as optional Python tool
Restores the browser-based endpoint discovery script that was mistakenly removed in the Go --discover PR. Optional: use this for broader discovery (XHR capture) or unpoller --discover for known endpoints. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
tools/endpoint-discovery/.env.example
Normal file
10
tools/endpoint-discovery/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# UniFi controller URL (same URL you use for unpoller)
|
||||
UNIFI_URL=https://192.168.1.1
|
||||
UNIFI_USER=admin
|
||||
UNIFI_PASS=your-password
|
||||
|
||||
# Optional: run with visible browser
|
||||
# HEADLESS=false
|
||||
|
||||
# Optional: custom output directory (default: this directory)
|
||||
# OUTPUT_DIR=.
|
||||
Reference in New Issue
Block a user