Files
amnezia_web/package.json
Андрей Бобырев 11c753c010 feat(community): probe AWG conf/clients paths in autodetect
Auto AWG_PROFILES now docker-execs each amnezia-awg* container to
pick wg0.conf vs awg0.conf, fallback find, clientsTable siblings.
Fixes legacy layouts where awg0.conf does not exist.

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

19 lines
487 B
JSON

{
"name": "amnezia-admin",
"version": "1.2.14",
"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"
}
}