docs(README): добавлена ссылка на интеграцию с EvoBGP в документацию; обновлено описание приложения BGP и расширен каталог разрешений
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 2m56s
Build and Push Auth Portal Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-07-18 23:24:00 +07:00
parent 0fa4b7adea
commit cfbe1fceda
3 changed files with 117 additions and 5 deletions
+17 -5
View File
@@ -31,7 +31,7 @@ export const APPS: AppMeta[] = [
{
id: 'bgp',
title: 'EvoBGP',
description: 'Модули, peers, сеть и apply',
description: 'Модули, сеть, операции и мониторинг BGP',
url: 'https://bgp.shnt.top',
},
]
@@ -90,12 +90,24 @@ export const PERMISSION_CATALOG: AppPermissionCatalog[] = [
appId: 'bgp',
title: 'EvoBGP',
sections: [
section('dashboard', 'Панель', 'KPI и обзор', ['read']),
section('modules', 'Модули', 'Модули префиксов'),
section('peers', 'Peers', 'BGP peers'),
section('network', 'Сеть', 'Спикеры и сеть'),
section('apply', 'Apply', 'Apply / rollback', ['write']),
section('lookup', 'Проверка', 'IP/домен в списках и community', ['read']),
section('network', 'Сеть', 'BGP-пиры и спикеры'),
section('directories', 'Справочники', 'Communities и DoH'),
section('operations', 'Операции', 'Ревизии (read/write) и apply/rollback (admin)', [
'read',
'write',
'admin',
]),
section('firewall', 'Файрвол', 'Клиенты и правила'),
section('schedule', 'Задачи', 'Расписание refresh'),
section('monitoring', 'Мониторинг', 'Health и BIRD', ['read']),
section('access', 'Доступ', 'API-ключи', ['admin']),
section('settings', 'Настройки', 'Настройки tenant', ['admin']),
section('tenant_settings', 'Настройки BIRD', 'Tenant BIRD config', [
'admin',
]),
section('settings', 'Настройки UI', 'Токен и подключение', ['read']),
],
},
]