this post was submitted on 08 May 2025
1 points (100.0% liked)

Friendica

668 readers
2 users here now

Overview:

All things about the Facebook alternative Friendica that began in 2010. Often called the fediverse's swiss army knife as it comes with many features.


Currently only Android and Sailfish have apps.

Sign up

Github

Apps


🟡Recommended Instances:


🔵Related:

💰Buying and Selling:!flohmarkt@lemmy.ca

💬Messager:!matrix@programming.dev

!simplex@programming.dev

📷Instagram Alternative:!pixelfed@lemmy.world

🚫Boycott Facebook!demeta@programming.dev

👀Privacy:!privacy@lemmy.dbzer0.com


founded 5 months ago
MODERATORS
 

Hey all, I've been trying to get up and running with Friendica in a docker container behind Nginx Proxy Manager and connected to a separate MariaDB container.

The scenario that I have is that the only combination I've gotten to work to connect to Friendica is to use the alpine docker image with the complete web server, as putting configs into separate nginx instances wasn't getting me anywhere. However, using the full image, I can get to the UI and do the install to set things that I already set in env variables(?) whatever.

But what happens is that when it goes to save, it fails to save to the DB and maria db says that it rejected the connection for unauthenticated user and unknown host (implying to me that it rejected the connection before it even pulled this info). But the thing is that I've been able to shell into the friendica container and connect to the MariaDB. I can use adminer and log in as the friendica user to the friendica db that I created. Has anyone run in to this?

I'm starting to wonder if I need to use actual MySQL, maybe? This is a very strange issue as I've been able to create the database, user with privileges, and log in as that user. The host name for the user is '%', so 'friendica'@'%'.

I'd appreciate any help that I could get there.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here