i2p icon indicating copy to clipboard operation
i2p copied to clipboard

I2P Layer of diva.exchange. Based on i2pd, see https://github.com/PurpleI2P/i2pd

Results 7 i2p issues
Sort by recently updated
recently updated
newest added

The README.md says to mount over the `/home/i2pd/conf/` folder, but the `entrypoint.sh` is always unconditionally overwriting the `i2pd.conf` in this folder based on the `/home/i2pd/i2pd.org.conf` template file and then substituting...

Because of https://github.com/diva-exchange/i2p/issues/5, it's not possible to configure any setting that's not exposed explicitly via the `entrypoint.sh`. Binding the host network IP that's allowed is a standard feature most users...

Because of https://github.com/diva-exchange/i2p/issues/5, only settings which are exposed as environment variables are available for configuration. This doesn't include the `ifname`, `ifname4`, or `ifname6`. A very common option needing configuration is...

* 2023 - Migrate Tests to be ESM compatible (handle related Testdeck, Mocha, Chai issues) * 2023 - Migrate to ESM (remove CommonJS support)

- [Make /home/i2pd mountable as a docker volume](https://github.com/ShrirajHegde/i2pd/commit/166a34e777de10bb6019fb1e1d4e54f54bac39ff) - [Optimize Dockerfile](https://github.com/ShrirajHegde/i2pd/commit/6f41e06f08399c05cbeba85bc617f6d991c28dd3) - [Move the temporary config file to /tmp](https://github.com/ShrirajHegde/i2pd/commit/07123384b97883db9a4d15c544206b61242e5a19) [Add PORT_TOR=9950 in Dockerfile so it doesn't need to be manually...

#40 [linux/arm64 builder 9/9] RUN cd /tmp/i2pd/build && cmake -DWITH_AESNI=ON -DWITH_UPNP=ON . && make -j $(nproc) && strip i2pd #40 3072.7 [ 84%] Building CXX object CMakeFiles/libi2pd.dir/tmp/i2pd/libi2pd/TunnelEndpoint.cpp.o #40 3076.9 [...

Support the configuration of: ``` [reseed] [...] proxy = ... [...] ``` Example: ``` [reseed] verify = true # use local tor proxy (within docker container) to access reseed servers...

enhancement