Commit Graph

8 Commits

Author SHA1 Message Date
Андрей Бобырев
9c7bd392e9 fix(install): lite deploy for small VPS disks
Run Postgres/Redis in Docker and build Next.js on host to avoid
image build exhausting 10GB root volumes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 22:22:55 +03:00
Андрей Бобырев
ab5c0084b2 fix: node-native VPS deploy when disk is low
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 22:22:41 +03:00
Андрей Бобырев
8ae11c2abf feat: deploy Domain Scanner via Docker, not GeoExport mirror
Replace VPS install with docker compose + nginx. Add network export
module, Telegram bot footer card, and archive legacy site/ mirror.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 22:11:23 +03:00
Андрей Бобырев
8e69bfcb3d fix(install): reset bundle before export patch
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 21:55:29 +03:00
Андрей Бобырев
afc2d5470e fix(site): export preview/download and restore GeoExport deploy
Restore site/ mirror, patch export fetch for empty API responses and
Keenetic format, add Telegram bot card, and switch install.sh back to
geoexport-site systemd + nginx on port 4173.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 21:54:23 +03:00
Андрей Бобырев
35e815641e fix: install docker-compose fallback on Debian VPS
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 21:49:11 +03:00
Андрей Бобырев
83168af005 feat: rebrand to Domain Scanner platform
Replace GeoExport static site with Next.js domain intelligence app:
real DNS/WHOIS/SSL/HTTP/geo scans, SSE progress, Docker stack,
updated install/uninstall scripts, and full documentation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 21:48:32 +03:00
Андрей Бобырев
08e6f7a5a9 feat: GeoExport mirror with VPS install/uninstall
Add static site copy, Node server, and one-line deploy scripts
for nginx + systemd on Ubuntu VPS.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 21:25:15 +03:00