Commit Graph

3 Commits

Author SHA1 Message Date
Андрей Бобырев
668e2eac33 fix(deploy): add safe deploy script to preserve data/
Previous deploy used git stash -u which deleted untracked data/*.json
files (servers, synology, ha, pc). New script backs up and restores them.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 16:11:36 +03:00
Андрей Бобырев
746ecfc343 fix(keenetic): preserve URL scheme/ports and IPv4 polling
Use web_url scheme and host:port for API base URL instead of
forcing https. Force IPv4 in aiohttp to avoid IPv6 hangs on
KeenDNS. Sync canonical 24-router list with Russian names.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 00:52:11 +03:00
Андрей Бобырев
de99b60910 fix(keenetic): Web/AnyDesk links and import sync
Add web_url/anydesk to router records, host fallback for Web button
on offline cards, cache-bust app.js, and scripts to sync import list.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 23:06:35 +03:00