p2p-based-data-storage-webui

command module
v0.0.0-...-f3516d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

README

P2P Based Distributed-data-storage / Webui

It is a distributed-data-storage that can be used in a peer-to-peer (P2P) environment.

Use it in conjunction with distributed-data-storage-bootstrap.
(https://github.com/ahr-i/p2p-based-data-storage-bootstrap)

1. Start

1.1 Clone
git clone https://github.com/ahr-i/p2p-based-data-storage-webui.git
1.2 build
cd p2p-based-data-storage-webui
docker build -t dds/node .
1.3 create network
docker network create --subnet 200.0.0.0/16 p2p
1.4 Run
docker run -d --name dds_node_1 --network p2p -p 2000:2000 dds/node

You need to first run the bootstrap-node.
(https://github.com/Ahr-i/p2p-based-data-storage-bootstrap)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
handler
sourceCode
p2p

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL