No description
Find a file
lare 2bf2174763 "small changes"
- remove http only in login.html
- extract PeeringManager into separate file
- add "progress meter" for "used" to "available" peerings
2022-12-12 19:40:30 +01:00
.vscode "small changes" 2022-12-12 19:40:30 +01:00
nodes create folder structure and add READMEs 2022-11-10 20:53:59 +01:00
web "small changes" 2022-12-12 19:40:30 +01:00
.gitignore update kverify to use new api scheme 2022-12-10 11:42:31 +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