I2P SAM parameters (within Docker) #540
Replies: 3 comments 3 replies
-
I know Mark's been working on support for externally defined (not part of the core package) interfaces, so this may be addressed soon. That being said, it gets the address from an environment variable called I2P_SAM_ADDRESS, so you might be able to just set that. Looks like it's |
Beta Was this translation helpful? Give feedback.
-
Oh, that is a perfect solution for me then. Thanks!
…On 03 September 2024 22:13:25 SAST, faragher ***@***.***> wrote:
I know Mark's been working on support for externally defined (not part of the core package) interfaces, so this may be addressed soon. That being said, it gets the address from an environment variable called I2P_SAM_ADDRESS, so you might be able to just set that. Looks like it's `x.x.x.x:port` with IPv4.
--
Reply to this email directly or view it on GitHub:
#540 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
----
Tristan B. Velloza Kildaire
Web: https://deavmi.assigned.network
BNET IRC: deavmi
Email: ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
What I need to figure out for my particular setup is the following: SAM is accessible ✔️ However, it seems that I can make working outbound I2P connections via |
Beta Was this translation helpful? Give feedback.
-
I am putting together an integrated Docker compose service file to satisfy my needs. One of these things includes the fact that I will be running
rnsd
andi2pd
in seperate containers. The reticulum daemon, when setting up atype = I2PInterface
assumes localhost address and a fixed SAM port.Would it be possible to get these two parameters as options:
Beta Was this translation helpful? Give feedback.
All reactions