No description
Find a file
lare 537400f77a add ability to delete peerings
+ format all files
+ fix "selected_peering" not being defined in /peerings/edit
2022-12-07 17:32:39 +01:00
.vscode add functionality to edit peerings 2022-12-03 23:26:04 +01:00
nodes create folder structure and add READMEs 2022-11-10 20:53:59 +01:00
web add ability to delete peerings 2022-12-07 17:32:39 +01:00
.gitignore add signature verification module 2022-11-12 16:35:37 +01:00
installation.md add first try of installation instructions 2022-11-26 18:00:46 +01:00
README.md add first try of installation instructions 2022-11-26 18:00:46 +01:00

lare's autopeering implementation

This is my (LARE-MNT) implementation of an auto peering system

It consists of two parts:

  1. the "server"
    • handling user auth (via kioubit)
    • add/edit/delete peerings (#todo)
    • communicate new/update peerings with nodes #todo
  2. the "nodes daemon" #todo
    • reveives new/updated peering configs from the "server" #todo

Installation

see installation.md