Skip Navigation

User banner
Posts
81
Comments
649
Joined
2 yr. ago

  • That will be fixed in 0.18

  • Yeah we use e-mail verification, but the problem was that the spam signups used fake gmail addresses resulting in the mail domain to get blocked. So we'll wait until 0.18.1

  • I think so, I don't use Android so can't test.

  • Maybe good to mention that Jerboa currently only works on 0.18 servers, which aren't too many yet.

  • Thanks, I'll put a link to this post in the Getting Started post.

  • Either do a pg_dump or stop the database and make a full copy.

    The pg_dump won't require downtime but will take longer to restore.

    I use this command for the pg_dump

     
        
    docker exec lemmy_postgres_1 pg_dump -Fc -U lemmy lemmy > /opt/lemmy/backup/lemmy_db_`date +%Y%m%d`.dump
    
      
  • Your mail address is only stored in the database, to which no-one but me has access, and it shows in your Settings page when logged in. So unless there's a security flaw in Lemmy, your mail address should be safe.

  • Yes as long as they don't break the rules, and the community and all posts are marked NSFW

  • Any mod can assign a new mod. The first mod / owner of the community can't be un-modded. There aren't many more tools yet. I sure hope there will be some added soon, moderating is very hard atm...

  • That would be cool. I would join, but I only know Lemmy for 3 weeks :-)

  • I dunno. Can't see any of that in Lemmy. So I'll have to test if it's our outbound or sh.it's inbound.

  • No

  • Hi, I think donations will be the way also in the future. Anything non voluntary wouldn't work because people will just move to other servers that are free. And so far I've seen there's more than enough willingness to donate.

  • Oh. That worked

  • Looks like they do a 'divide and conquer' instead of embrace, extend and extinguish....

  • It all runs on 1 physical server in docker containers. Scaling the Postgres database is least of my worries (I am a DBA) :-)

  • That's a bug which will be fixed in the next version