i2p / i2p.i2p-bote

I2P-Bote is a serverless, encrypted e-mail application.
https://i2pbote.xyz
Other
146 stars 44 forks source link

Configure options for I2CP host/port, and for binding webapp to address #95

Open l-n-s opened 6 years ago

l-n-s commented 6 years ago

I'm building standalone Docker image. Good to have configure options:

1) for consuming remote I2CP interface, for example:

i2pbote.i2cpHost=172.17.0.1
i2pbote.i2cpPort=7654

2) option to bind standalone webapp to another host, for example, 0.0.0.0.

Also, will be good to have a hint in README where config file is located.