Skip Navigation

User banner
Posts
81
Comments
649
Joined
2 yr. ago

  • I run it in Docker too. The slowness is especially with larger communities..

  • Still not good. But better. Baby steps.

  • Hoi! Mijn !nederlands@lemmy.world is een soort klets community, beetje slowchat.. hebben jullie er daar ook al 1 voor, dan kan ik de mijne wellicht sluiten en de leden doorverwijzen

  • Doing what? Just viewing local posts, viewing remote posts, searching, posting? Thanks for reporting!

  • Ik heb ook informatica gestudeerd (UvA) maar dat heb ik maar 1 jaar volgehouden. Vaak zijn IT-ers wel de waaghalzen die de stap durven nemen, de rest volgt later..

  • I think there's a misunderstanding. In the docker-compose.yml, you specify services, and these services can use the official container images. The only thing the docker-compose actually does is define your services so you don't have to specify them each time starting a container.

  • Hi Kyle, welcome to my Lemmy server. Good to see fellow #MastoAdmin here :-)

  • Hmm , when I replace this:

     
        
    http {
      server {
        listen 80;
        server_name lemmy.world;
    
        location / {
            proxy_pass http://lemmy-ui:1234;
            proxy_set_header Host $host;
        }
    }
    
      

    with this:

     
        
    http {
      server {
        listen 80;
        server_name lemmy.world;
    
        location / {
            return 301 https://$host$request_uri;
        }
    }
    
      

    it breaks, gives 502 when visiting the site...

    ideas? (I'm not that much into nginx...)

  • Can you tell me what's laggy? Only thing I noticed is the 'Post' or 'Reply' that takes too long.

  • I've noticed a bug with that and created an issue for the devs, they will fix it.

  • Personally I think when clicking 'Post' it takes too long for it to be posted. I will see what I can do about this.

  • Thanks! I'll see which of these I can fix at server level and which are for the devs.

  • Yeah I have no idea. (and the server only exists for 7 days now..) There are 350 accounts and increasing fast.

  • Oh, that happens very often. When you search first time it doesn't find it. Then in the background apparently it fetches it so when you search again, you'll find it.

  • Ohh, never done that before. Should I create a fork, edit the file, and then submit as PR?

  • Not a rule yet, but please mark the account as Bot.

    Also there aren't rules (yet?) about number of posts a bot can make. Just try not to flood the federated timeline.

    Also, I just suspended the @AppleMusic account on our server as their name and logo's are copyrighted by Apple so they summoned us to take it down. Please use names and images that aren't copyrighted.