1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-01-12 07:58:00 +00:00
Server to collect DHT views from yggdrasil nodes and store in a data base
Go to file
2018-07-11 22:31:13 +02:00
LICENSE Initial commit 2018-06-26 23:54:03 +02:00
README.md Update README.md 2018-07-09 16:05:58 +02:00
send-view.py remove extra host_port test 2018-07-03 01:59:15 +02:00
vserv.py removed module time 2018-07-08 16:04:08 +02:00
yggapi.py added flask-limiter 2018-07-09 17:16:09 +02:00

ygg-node-db

server to collect DHT views from yggdrasil nodes and store in a data base

send-view.py

Very simple to use just add in crontab and run once an hour.

Access External Admin API:
If you want to get access to an external Admin API on another server:

example
send-view.py 192.168.1.100 9001

Todo

maybe some kind of testing for current uploads?
maybe add api token to prevent abuse?
create restrictions on how much data can be sent maybe?
add rate limiting for sends and requests/ rate limit in nginx for requests
add postgress function for alternative use