create folder structure and add READMEs
This commit is contained in:
parent
aa3c064457
commit
3bddf1715f
4 changed files with 15 additions and 0 deletions
3
nodes/readme.md
Normal file
3
nodes/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## nodes daemon:
|
||||
|
||||
Daemon running on the nodes which are enrolled in auto peering to configure said peerings
|
6
web/backend/readme.md
Normal file
6
web/backend/readme.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
### backend for autopeering:
|
||||
|
||||
features:
|
||||
- validate Users wanting to peer -> Kioubit Authentication services or self implemented
|
||||
- allow users to add/modify/delete peerings
|
||||
- communicate with nodes so they configure the peerings
|
3
web/frontend/readme.md
Normal file
3
web/frontend/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
### frontend for auto-peering
|
||||
files for webfrontend of the autopeering
|
||||
|
3
web/readme.md
Normal file
3
web/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## webserver and frontend for the server hosting the autopeering webinterface
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue