feat(deploy): full one-line install with search API

Bundle static site, FastAPI search, nginx proxy, and systemd unit so
a fresh Ubuntu VPS can run curl install.sh and get /search working.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-29 22:29:10 +03:00
parent 595501b2a4
commit e5ea14f046
15 changed files with 862 additions and 82 deletions

5
web/data/README.txt Normal file
View File

@@ -0,0 +1,5 @@
Как изменить прокси Telegram:
1. ssh root@SERVER_IP
2. nano /var/www/domain-web/data/site-config.json
3. Измените "telegram_proxy": "ваша ссылка"
4. Ctrl+O, Enter, Ctrl+X — готово, обновите страницу

View File

@@ -0,0 +1,5 @@
{
"server_ip": "SERVER_IP",
"telegram_proxy": "https://t.me/proxy?server=YOUR_SERVER&port=443&secret=YOUR_SECRET",
"telegram_proxy_label": "Прокси Telegram"
}