kobra

joined 1 year ago
[–] kobra@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I understand why you want that, and I'm glad that decentralization/defederation allow you to keep that.

I have to ask though, why do you want to keep other people from getting that algorithmic, corporate content if they want it? Especially since this will allow them to do it without giving up so much personal info via apps. (While also allowing us to interact/evangelize the FOSS way > corporate systems)

[–] kobra@lemmy.world 0 points 1 year ago

I think it’s a downside that I’ve heard they’re not federating immediately, but rather doing that in a few months.

Instagram Threads WILL entice a bunch of people to leave Twitter (and eventually get to the fediverse), but if Insta Threads aren’t federated on day 1, we can’t offer up alternatives to users that doesn’t harvest data.

Instead, they’ll only get that choice in a few months, though still better than never I guess 🤷‍♂️

[–] kobra@lemmy.world -1 points 1 year ago

Ha, I applied to two smaller instances and have heard nothing but radio silence. The smaller instances are of no help if they don’t let anyone in.

[–] kobra@lemmy.world 1 points 1 year ago

Yes, apologies for not clarifying. It is an Intel Mac!

[–] kobra@lemmy.world 1 points 1 year ago

It just controls the list of server URLs you see by default.

[–] kobra@lemmy.world 5 points 1 year ago

Correct! However I’d like to test it with Cloudflare tunnel

 

I posted this as a comment in the wefwef community but thought it might also be relevant here. If anyone is interested in self hosting wefwef this is how I did it on macOS:

Start by installing Docker desktop

Open Terminal and type in:

docker pull ghcr.io/aeharding/wefwef:latest

Then, you need to use a Docker run command like below to get things started. In this example, I put my local IP in as "192.168.1.2" but you'll need to adjust that value to whatever your machine's IP is.

docker run --rm -d -p 192.168.1.2:5314:5314 -e "CUSTOM_LEMMY_SERVERS=lemmy.world,sh.itjust.works,lemmy.ml" ghcr.io/aeharding/wefwef:latest

At that point, I went to my iPhone, opened Safari and went to 192.168.1.2:5314 and boom, there's wefwef. Install this as PWA and name it (local) or something to differentiate it from the normal wefwef and you're good to go.

Disclaimer: I’m brand new to all of this so I’m sure this isn’t the best way. But it got me started, so I wanted to share.