oldnick85 434dd07ccc [add] address generate time increased
yggdrasil high address generate time increased
2023-02-19 17:42:45 +03:00
2023-02-19 17:42:45 +03:00
2023-02-19 17:42:45 +03:00
2023-02-09 21:59:37 +03:00

I2PD_YGGDRASIL_DOCKER

Description

This project is a set of tools for building I2PD over YGGDRASIL docker images. No clearnet for i2p, only yggdrasil!

At startup, the script searches YGGDRASIL public peers and chooses several best of them. Then it generates YGGDRASIL PublicKey and PrivateKey unless the keys not set in environment variables.

Building

You can build docker image by simply run script make_i2pd_yggdrasil_docker_image.sh.

bash make_i2pd_yggdrasil_docker_image.sh

Feel free to modify it with your own building arguments.

Running

To run docker container just run script run_i2pd_yggdrasil_docker_image.sh

bash run_i2pd_yggdrasil_docker_image.sh

Deploy

To deploy built image to your host just execute this from command line

docker save i2pd_yggdrasil:latest | bzip2 | pv | ssh user@host docker load

scp run_i2pd_yggdrasil_docker_image.sh user@host:.

S
Description
I2P router over Yggdrasil in docker
Readme MIT 77 KiB
Languages
Dockerfile 58.8%
Shell 41.2%