59
submitted 3 years ago by kobra@lemmy.world to c/selfhosted@lemmy.world

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.

you are viewing a single comment's thread
view the rest of the comments
[-] CriticalMiss@lemmy.world 7 points 3 years ago

I'm also assuming that you are still running an Intel Mac, as wefwef for now doesn't provide native ARM containers and you'll have to build them yourself.

[-] Shnog@lemmy.world 4 points 3 years ago* (last edited 3 years ago)

I don't see them using --platform=linux/amd64 so I suspect you are correct, that they're using an Intel Mac.

[-] kobra@lemmy.world 2 points 3 years ago

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

this post was submitted on 02 Jul 2023
59 points (91.5% liked)

Selfhosted

60320 readers
729 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS