this post was submitted on 08 May 2025
5 points (100.0% liked)
Friendica
329 readers
1 users here now
Overview:
All things about the Facebook alternative Friendica that began in 2014. Often called the fedi swiss army knife as it comes with many features.
Currently only Android and Sailfish have apps.
👉Recommended Instance Spotlight:
🔵Related:
💰Buying and Selling:
!flohmarkt@lemmy.ca
💬Messager:
!matrix@programming.dev
📷Instagram Alternative:
!pixelfed@lemmy.world
🚫Boycott Facebook
!demeta@programming.dev
👀Privacy:
!privacy@lemmy.dbzer0.com
founded 4 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for the help. Here is the last set of configurations that I was running.
Edit: this is running on my TrueNas server.
addon.config.php file:
docker file in the config folder
Now that I'm looking at it again, I wonder if I can get rid of some of this stuff 🤔
My limited knowledge of compose makes me think that the MYSQL_HOST is not resolving mariadb because the entire service is missing from the compose file.
If you add the mariadb container as another service in this compose do things start working?
It didn't really change when I put the db in the same compose file. I have them on the same docker network, so any container can reference any other container by its name, in this case
mariadb
and access any ports, not just the ones that are exposed.Evidence for this working is that MariaDB is logging the rejected connection attempts.
Any more info in the logging on why the attempt was rejected?
Unfortunately no, it's just one log line over and over. At some point it did have the username and IP, but it usually contains neither.