7bfe862f53
Add discover_printer(), _mac_of(), _port_open(), _sweep_arp(), _cache_ip() with PRINTER_MAC/PRINTER_SUBNET/CACHE_FILE config + unit tests. Also adds conftest.py to work around broken symlink that blocked pytest collection. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
659 B
JSON
19 lines
659 B
JSON
{
|
|
"freshrss_url": "http://your-freshrss-ip",
|
|
"freshrss_user": "your-username",
|
|
"freshrss_api_key": "your-api-password",
|
|
"ollama_url": "http://your-ollama-ip:11434",
|
|
"ollama_model": "gemma4:26b",
|
|
"yourls_url": "http://your-yourls-ip/yourls-api.php",
|
|
"yourls_user": "yourls-username",
|
|
"yourls_pass": "yourls-password",
|
|
"grafana_url": "https://your-grafana-url",
|
|
"grafana_token": "your-grafana-service-account-token",
|
|
"remote_host": "192.168.1.x",
|
|
"remote_pass": "ssh-password",
|
|
"printer_ip": "192.168.1.x",
|
|
"printer_port": 9100,
|
|
"printer_mac": "aa:bb:cc:dd:ee:ff",
|
|
"printer_subnet": "192.168.1"
|
|
}
|