Search found 23 matches

by anikey
27 Apr 2024 19:36
Forum: Proposals
Topic: I2P GitLab Assistance
Replies: 2
Views: 114

Re: I2P GitLab Assistance

Hi. I'm not i2p official, but I believe this topic may help: http://i2pforum.i2p/viewtopic.php?p=2781 Basically, I2P gitlab is, it seems, mostly for the i2p project itself. So, either you contact eyedeekay to get i2p gitlab account, or find another hosting in i2p. Speaking of git hosting, there are ...
by anikey
13 Feb 2024 20:40
Forum: Forum Issues
Topic: Auto Logout ~5 Minutes?
Replies: 7
Views: 24468

Re: Auto Logout ~5 Minutes?

I think admins should just try to modify the server so that when it sends the cookies, it does not set the domain on them (and probably not set the 'secure' setting either)

Browser discards cookies not meant for i2pforum.i2p. i think.
by anikey
26 Jan 2024 23:41
Forum: i2pd
Topic: How to use sushimail in i2pd
Replies: 1
Views: 2306

Re: How to use sushimail in i2pd

1. The site is "hq.postman.i2p", not "postman.i2p" This one is not down for me. 2. You can set up POP3 and SMTP tunnels in i2pd, they are included in the default configuration (but commented out so that they're not enabled by default). See tunnels.conf. You can just uncomment the...
by anikey
26 Jan 2024 23:21
Forum: i2pd
Topic: 2.4.0-0 Error logs
Replies: 1
Views: 1035

Re: [java] 2.4.0-0 Error logs

FYI: you have posted in the i2pd section, which is the c++ implementation.
for staying organised and also possibly getting noticed better, i recommend you to post to the correct section (the one that corresponds to the Java version) which is called "Router"
by anikey
07 Jan 2024 23:17
Forum: Misc
Topic: i2p wiki 503 service unavailable
Replies: 1
Views: 1045

Re: i2p wiki 503 service unavailable

It is up again

If anyone else gets this message, post it here (to not unnecessarily create new topics).
by anikey
07 Jan 2024 11:17
Forum: Misc
Topic: i2p wiki 503 service unavailable
Replies: 1
Views: 1045

i2p wiki 503 service unavailable

I2P wiki (wiki.i2p-projekt.i2p) is sometimes down (including now), saying this message:
503 Service Unavailable

This I2P website is unavailable. It may be down or undergoing maintenance.
by anikey
05 Jan 2024 22:03
Forum: Router
Topic: I2P SAM: Unsupported encryption options
Replies: 1
Views: 1685

Re: I2P SAM: Unsupported encryption options

Resolved!!
Thanks for helping, this is what it came down to:

You need to add 'i2cp.leaseSetEncType=4,0' to the SAM session create options!!

See discussion on github: https://github.com/qbittorrent/qBittorrent/issues/19625
by anikey
05 Jan 2024 22:00
Forum: i2pd
Topic: Some destinations not connecting via SAM
Replies: 3
Views: 1847

RESOLVED: Some destinations not connecting via SAM

Resolved!!
Thanks for helping, this is what it came down to:

You need to add 'i2cp.leaseSetEncType=4,0' to the SAM session create options!!

See discussion on github: https://github.com/qbittorrent/qBittorrent/issues/19625
by anikey
05 Jan 2024 19:19
Forum: i2pd
Topic: Some destinations not connecting via SAM
Replies: 3
Views: 1847

Re: Some destinations not connecting via SAM

Steps to reproduce this problem with netcat: (applicable to java i2p too, but beware of pings and timeouts, i.e just respond with PONG when it asks you) Open two terminals. In terminal 1, enter this command: nc <ip-of-i2p-router> 7656 That should open a netcat session with the SAM bridge. Now type ...
by anikey
04 Jan 2024 22:02
Forum: Router
Topic: Tips on Installing Website on I2p Server-Its Problematic
Replies: 1
Views: 1065

Re: Tips on Installing Website on I2p Server-Its Problematic

I wanted to know if there is a quality tutorial or online advice to ease the setup of the index.html and .css files, where to place these files so the server will serve to the user. I've already mentioned this earlier but the built in jetty server comes with help, which is what by default opens if ...