WIPocket

joined 2 years ago
[–] WIPocket@lemmy.world 2 points 1 week ago* (last edited 1 week ago)
[–] WIPocket@lemmy.world 3 points 2 months ago (1 children)

I found it in the settings:

Under "Features":

[–] WIPocket@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)

Do you have any tool to help with that? Ive set this up in the past, but it was pretty hands-on namespacing to get it to work rootless.

Edit: For completeness, here is a script similar to what I use.

[–] WIPocket@lemmy.world 3 points 2 months ago (3 children)

It does (not sure how well), but it seems to be a paid feature. Found under Settings -> Split tunneling.

[–] WIPocket@lemmy.world 121 points 2 months ago* (last edited 2 months ago) (3 children)

The really simple setup for a single user is just a SSH server with access to storage and the git command. Assuming your laptop and desktop have SSH access to server, you can just:

ssh server git init --bare somerepo
cd somerepo
git remote add server server:somerepo
git push --set-upstream somerepo master #(or main)

and then git clone server:somerepo.

For something slightly higher-tech, I recommend going with Forgejo (the fork of Gitea). It is really easy to set up and low maintainance.

Avoid GitLab for small setups, it is fairly resource hungry.

[–] WIPocket@lemmy.world 4 points 3 months ago (1 children)

Just buy 1674920 more of them, way easier.

[–] WIPocket@lemmy.world 24 points 6 months ago (1 children)

It sure is unhinged

[–] WIPocket@lemmy.world 3 points 6 months ago (1 children)

I would guess real person. Posts without images just get very little traffic, so I assume thats why people are starting to post this.

[–] WIPocket@lemmy.world 3 points 10 months ago* (last edited 10 months ago) (1 children)

Yep, almost. Every* i2p node also acts as a relay, which not only helps the network, but also your anonymity, by drowning out your traffic. It however only does this inside the network, it doesnt work like an exit node.

By default, it does run a proxy, so that you can access i2p addresses using a browser set up to use it. It also lets you use the proxy to access the internet over i2p, but you have to choose an exit node manually (tho iirc there is one set up as default, which is fairly centralized, but still should be anonymous thanks for the rest of the network). A slight difference from Tor is also that these are protocol level proxies, so you will for example not be able to connect to a clearnet ssh server over these.

*https://geti2p.net/en/about/restrictive-countries

[–] WIPocket@lemmy.world 5 points 10 months ago (3 children)

Yea, i2p is slightly more involved than just starting up tor browser, but its not that bad. The real problem for this case is that it doesnt have exit nodes built into the protocol, so getting to the internet is a bit harder.

[–] WIPocket@lemmy.world 24 points 10 months ago

Well, fortunately it still works. Also, it seems like the forked version did not stop development.

view more: next ›