mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
merge release
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
|
||||
[](https://github.com/nttgin/BGPalerter/actions?query=workflow%3AMain)
|
||||
[](https://houndci.com)
|
||||
|
||||
@ -44,6 +45,7 @@ Read the documentation below for more options.
|
||||
## Documentation
|
||||
|
||||
- [Installation](docs/installation.md)
|
||||
- [Requirements](docs/installation.md#requirements)
|
||||
- [Run from binary](docs/installation.md#running-bgpalerter-from-binaries)
|
||||
- [Run from source code](docs/installation.md#running-bgpalerter-from-the-source-code)
|
||||
- [Build Debian Package](docs/installation.md#debian-package)
|
||||
|
@ -1,5 +1,8 @@
|
||||
# Installation
|
||||
|
||||
## Requirements
|
||||
BGPalerter requires a machine with *minimum* 2GB RAM. However, I strongly recommend 4GB.
|
||||
|
||||
## Running BGPalerter from binaries - Quick Setup
|
||||
|
||||
1. Download the binary [here](https://github.com/nttgin/BGPalerter/releases) (be sure to select the one for your OS)
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "bgpalerter",
|
||||
"version": "1.30.0",
|
||||
"version": "1.30.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bgpalerter",
|
||||
"version": "1.30.0",
|
||||
"version": "1.30.1",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@sentry/node": "^7.9.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bgpalerter",
|
||||
"version": "1.30.0",
|
||||
"version": "1.30.1",
|
||||
"description": "BGP and RPKI monitoring tool. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, ROA misconfiguration, and more.",
|
||||
"author": {
|
||||
"name": "Massimo Candela",
|
||||
|
Reference in New Issue
Block a user