No description
  • Python 58%
  • HTML 37.4%
  • CSS 4%
  • Shell 0.6%
Find a file
2026-01-11 20:42:33 +01:00
.vscode [node] implement everything... 2022-12-21 21:21:57 +01:00
nodes node: forgor that config has 2 _ 2026-01-11 20:42:33 +01:00
tools tools: some tools to 2025-12-21 13:04:22 +01:00
web web: update requirements for previous commit, update gitignore 2025-12-21 12:59:54 +01:00
.gitignore web: update requirements for previous commit, update gitignore 2025-12-21 12:59:54 +01:00
installation.md [docs] add absolute path for example systemd service 2023-01-21 16:20:58 +01:00
README.md removr "todo"s in readme 2023-01-19 15:49:50 +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
    • communicate new/update peerings with nodes
  2. the "nodes daemon"
    • reveives new/updated peering configs from the "server"

Installation

see installation.md