Files
amnezia_web/package.json
Андрей Бобырев 9e17b05444 feat(community): auto-detect AWG_PROFILES for PRO install
Before spawning helper, scan running amnezia-awg* containers and
build AWG_PROFILES JSON labeled by UDP port; pass via env so PRO
install.sh writes it into new panel and /root snapshot.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 02:41:02 +03:00

19 lines
487 B
JSON

{
"name": "amnezia-admin",
"version": "1.2.12",
"private": true,
"description": "amnezia_web — базовая панель AmneziaWG (FREE: просмотр и удаление клиентов; полная версия — PRO).",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrey271192/amnezia_web.git"
},
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2"
}
}