Jerry

joined 11 months ago
[–] Jerry@piefed.social 2 points 5 months ago

Yes, the mother ship is much more active than any other Piefed instance.

[–] Jerry@piefed.social 5 points 5 months ago

Honestly, I am also ashamed to say I'm an American these days. I still can't believe how the election turned out. I am so distressed.

There are two reasons I opened feddit.online, and the other 9 public decentralized instances.

First, I want to do my part to promote publicly owned social media. I believe centralized, billionaire-controlled social media is messing up people's heads. Turning them into stupid zombies. They caused the political problems we face because they want more power and money. Nothing else.

Second is to get the technical experience. Running these websites has taught me a lot. And some day I'd like to focus this knowledge into helping Open-Source projects.

My other open servers are: Mastodon, Friendica, Peertube, Pixelfed, Matrix, XMPP/Jabber, Phanpy, Bluesky PDS, and Mobilizon. I also have 3 private servers (WordPress, NextCloud, and an Email server).

You're welcome to join. Everyone is. The light is on for you!

[–] Jerry@piefed.social 6 points 5 months ago (2 children)

Hi. I assume you mean feddit.online, the Piefed instance in North America? feddit.online is my server.

Nope, no blog.

piefed.social may be a couple of days ahead of feddit.online for software changes. I generally redeploy the Piefed code every 2 days. The amount of development is incredible and so code changes are constant. The instance would fall behind swiftly if I didn't deploy several times a week.

The topics are entirely different between feddit.online and piefed.social as they are assigned by the Admin for each community and no two Admins will ever create the same topic structure. I have no idea if one did a better job than the other.

piefed.social is the mother ship. Feddit.online tries hard to match the mother ship in terms of performance and features.

As for infrastructure differences, I don't know the differences because I don't know the piefed.social infrastructure. Feddit.online is split between two servers running on Digital Ocean. -- The application itself runs on a 4GB 2 vCPU general purpose server. -- The PostgreSQL database is on a separate 4GB 2 vCPU database-optimized server

I use feddit.online all the time and I like how it runs.

Let me know if there's any other information you'd like about it.

 

I've started playing with setting up a "production" version of PieFed. I have a few questions. I'm hoping someone can help.

  1. Can I use S3 buckets for media? I use Wasabi S3 for my other Fediverse servers. Can I use them with PieFed?

  2. Regarding the BOUNCE_ADDRESS settings in the .env file, what if I leave them all unfilled? Will the email bounces simply come back to the inbox of the sending email address? This is my preferred scenario.

  3. The instructions have, "If BOUNCE_* is configured ...". Where is it configured? If I don't provide bounce addresses, do I need to care about this configuration?

  4. For production, do I change MODE to MODE='production', or something else? Is it case-sensitive?

  5. What is the SENTRY_DSN variable?

  6. What happens if I set MAIL_ERRORS=True?

Thanks, much! I'm sure I'll have more questions.