feat: add safe diagnostics export

This commit is contained in:
ik
2026-09-07 18:49:53 +07:00
parent 6477681e41
commit fa3b24fb1f
5 changed files with 35 additions and 5 deletions
+6
View File
@@ -42,6 +42,12 @@ curl -fsS https://rf4spotter.ru/health
curl -fsS https://rf4spotter.ru/ready
```
Безопасный диагностический снимок для администратора:
```bash
curl -fsS -H "Authorization: Bearer $ADMIN_TOKEN" -o rf4spotter-diagnostics.json https://rf4spotter.ru/api/v1/admin/diagnostics
```
После обновления DNS и получения сертификатов выполните внешний этап той же проверки:
```bash