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>
This commit is contained in:
Андрей Бобырев
2026-05-24 21:25:15 +03:00
parent cd0ee69f4d
commit 08e6f7a5a9
15 changed files with 539 additions and 1 deletions

13
site/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "geoexport-clone",
"private": true,
"version": "1.0.0",
"description": "Local mirror of https://geoexport.org/",
"scripts": {
"start": "node server.mjs",
"dev": "node server.mjs"
},
"engines": {
"node": ">=18"
}
}