Skip Navigation
What usenet server do you use?
  • Same here. Would recommend both!

  • Email Hosting w/SMTP, what do you use?
  • I also just recently switched to https://purelymail.com after hosting my own for several years via Mailcow and a cheap VPS. The cheap VPS was more expensive than the $10/year for Purelymail and I was only using it for mail anyway. Nothing to maintain now and so far very happy with how easy it was to move everything over.

    Also, they don't charge extra for additional domains so if you have multiple it's still $10. Only been with them a few weeks so can't say much yet for long term, but great so far!

  • Lemmy selfhost error | getaddrinfo EAI_AGAIN lemmy
  • I ran into this at one point as well. You can unset the private instance flag manually in the database and restart to get up and running again.

    First connect to psql:

    docker-compose exec postgres psql -U lemmy

    Then run an update to unset the flag:

    lemmy=# update local_site set private_instance = false;

    Which should update 1 row (only 1 row in that table if you're on a typical install)

  • darmok darmok @darmok.xyz
    Posts 0
    Comments 3