mirror of
https://github.com/andrey271192/amnezia_web.git
synced 2026-09-20 14:41:59 +00:00
- server.js: ALLOW_COMMUNITY_GITHUB_ACTIVATION defaults to true for community edition (disable explicitly with =0/false/no/off) - app.js: updated hint text when field is disabled by owner - public/index.html: donate links block on login screen - public/styles.css: .gate-donate styles - landing: proj-support-strip with donate links - README: unified "Поддержка проекта" block + blockquote at top - .github/FUNDING.yml: Boosty + Ozon + Telegram - scripts/install.sh: updated comment header - version bumped to 1.2.28 Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"name": "amnezia-admin",
|
|
"version": "1.2.28",
|
|
"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"
|
|
}
|
|
}
|