A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://feddit.org/post/5704830",
"attributedTo": "https://feddit.org/u/Banthex",
"to": [
"https://lemmy.world/c/i2p",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Make i2p router in VPS available",
"cc": [],
"content": "<p>I want to access i2p on my vps without a always connected ssh tunnel. to tried to configure the client.config according to this: <a href=\"https://geti2p.net/en/faq\">geti2p.net/en/faq</a>\n“Configuring your console to be available on a Public IP address with a username & password</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">Open ~/.i2p/clients.config and replace\n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\"> clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/\n</span><span style=\"color:#323232;\"> \n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\">with\n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\"> clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/\n</span><span style=\"color:#323232;\"> \n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\">where you replace (System_IP) with your system's public IP address\n</span><span style=\"color:#323232;\">Go to http://localhost:7657/configui and add a console username and password if desired - Adding a username & password is highly recommended to secure your I2P console from tampering, which could lead to de-anonymization.\n</span><span style=\"color:#323232;\">Go to http://localhost:7657/index and hit "Graceful restart", which restarts the JVM and reloads the client applications\n</span></pre>\n<p>After that fires up, you should now be able to reach your console remotely. Load the router console at http://(System_IP):7657 and you will be prompted for the username and password you specified in step 2 above if your browser supports the authentication popup.\nNOTE: You can specify 0.0.0.0 in the above configuration. This specifies an interface, not a network or netmask. 0.0.0.0 means “bind to all interfaces”, so it can be reachable on 127.0.0.1:7657 as well as any LAN/WAN IP. Be careful when using this option as the console will be available on ALL addresses configured on your system.” Is this possible or do i missunderstood something? i want to use yunohost with redirect to redirect fom 127.0.0.1:7657 to my domainexample routersubdomain.mydomain.com. Is this even possible? Setting clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/ wont work for me. I guess its a chain of misstakes i do :S</p>\n",
"mediaType": "text/html",
"source": {
"content": "I want to access i2p on my vps without a always connected ssh tunnel. to tried to configure the client.config according to this: https://geti2p.net/en/faq\n\"Configuring your console to be available on a Public IP address with a username & password\n\n Open ~/.i2p/clients.config and replace\n\n clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/\n \n\n with\n\n clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/\n \n\n where you replace (System_IP) with your system's public IP address\n Go to http://localhost:7657/configui and add a console username and password if desired - Adding a username & password is highly recommended to secure your I2P console from tampering, which could lead to de-anonymization.\n Go to http://localhost:7657/index and hit \"Graceful restart\", which restarts the JVM and reloads the client applications\n\nAfter that fires up, you should now be able to reach your console remotely. Load the router console at http://(System_IP):7657 and you will be prompted for the username and password you specified in step 2 above if your browser supports the authentication popup.\nNOTE: You can specify 0.0.0.0 in the above configuration. This specifies an interface, not a network or netmask. 0.0.0.0 means \"bind to all interfaces\", so it can be reachable on 127.0.0.1:7657 as well as any LAN/WAN IP. Be careful when using this option as the console will be available on ALL addresses configured on your system.\" Is this possible or do i missunderstood something? i want to use yunohost with redirect to redirect fom 127.0.0.1:7657 to my domainexample routersubdomain.mydomain.com. Is this even possible? Setting clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/ wont work for me. I guess its a chain of misstakes i do :S",
"mediaType": "text/markdown"
},
"attachment": [],
"image": {
"type": "Image",
"url": "https://geti2p.net/en/faq"
},
"sensitive": false,
"published": "2024-12-15T12:31:11.060408Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://lemmy.world/c/i2p",
"tag": [
{
"href": "https://feddit.org/post/5704830",
"name": "#i2p",
"type": "Hashtag"
}
]
}