this post was submitted on 29 Jun 2023
75 points (100.0% liked)

wefwef

4217 readers
1 users here now

wefwef is now Voyager! Subscribe to [email protected].

founded 1 year ago
MODERATORS
 

~~EDIT: This has been resolved! Thanks @[email protected] 💙~~

~~Looks like we gotten past one rate limit but we've hit another / (╯°□°)╯︵ ┻━┻~~

This should be fully resolved on 0.8.1. Please update.

Y'all love the https://wefwef.app so much that it's getting rate limited by https://lemmy.world. That's why you're probably getting errors.

I'm talking to get the limited boosted, but in the meantime:

  1. Self-host!
  2. Use a community deployment, and/or host one! There's only one right now. (Note: Make sure you trust the server admin.)
  3. Temporarily use a lemmy account from another instance (wefwef has multi account support!)
you are viewing a single comment's thread
view the rest of the comments
[–] PlutoniumAcid 5 points 1 year ago (3 children)

Would you mind sharing your docker-compose.yml?

[–] rylin 6 points 1 year ago (1 children)

I just followed his instructions on his GitHub and did a docker pull and then docker run.

https://github.com/aeharding/wefwef#prebuilt

[–] PlutoniumAcid 2 points 1 year ago (1 children)

I fail at following the two extremely simple steps posted at https://github.com/aeharding/wefwef#prebuilt

This is what I get (running on some recent version of Ubuntu Linux on a machine in my garage):

$ docker pull ghcr.io/aeharding/wefwef:latest (...) Status: Downloaded newer image for ghcr.io/aeharding/wefwef:latest ghcr.io/aeharding/wefwef:latest $ sudo docker run --rm -it -p 5314:5314 wefwef Unable to find image 'wefwef:latest' locally docker: Error response from daemon: pull access denied for wefwef, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. $

[–] rylin 1 points 1 year ago

I had this issue and I used this command and it worked.

docker run --rm -it -p 5314:5314 ghcr.io/aeharding/wefwef:latest

[–] AnonLordo 3 points 1 year ago

I did it with Portainer, it's very easy. Just create a new container, add ghcr.io/aeharding/wefwef:latest as image source and publish port 5413.

[–] rylin 1 points 1 year ago* (last edited 1 year ago)