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.
RagingHungryPanda
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.
Now that I'm looking at it again, I wonder if I can get rid of some of this stuff 🤔
Thank you for the help. Here is the last set of configurations that I was running.
Edit: this is running on my TrueNas server.
networks:
maria-db-network:
external: True
services:
friendica:
build: /mnt/MainStorage/apps/friendica/config/app
environment:
- FRIENDICA_ADMIN_MAIL=<admin email>
- FRIENDICA_TZ=America/Chicago
- FRIENDICA_LANG=en-US
- FRIENDICA_URL=https://friendica.michaeldileo.org/
- FRIENDICA_SITENAME=Michael DiLeo's Friendica
- SMTP=<the smtp>
- SMTP_DOMAIN=<smtp domain
- SMTP_FROM=admin
- SMTP_AUTH_USER=<le user>
- SMTP_AUTH_PASS=<auth pass>
- SMTP_TLS=true
- SMTP_STARTTLS=true
- MYSQL_PASSWORD=<db pass>
- MYSQL_DATABASE=friendica
- MYSQL_USER=friendica
- MYSQL_HOST=mariadb
- MYSQL_PORT=3306
image: friendica
networks:
- maria-db-network
ports:
- '30110:80'
volumes:
- /mnt/MainStorage/apps/friendica/data:/var/www/html
- /mnt/MainStorage/apps/friendica/config/app:/app
addon.config.php file:
<?php
return [
'system' => [
'cache_driver' => 'redis',
'lock_driver' => 'redis',
'redis_host' => 'redis',
'pidfile' => '/var/run/friendica.pid',
]
];
docker file in the config folder
FROM friendica:friendica
RUN mkdir -p /usr/src/config
COPY addon.config.php /usr/src/config/
That was quite an emotional read. I felt brought in to the author's situation as I read. Thank you for sharing it
How does your skin do in the sun?
Thanks for the write up! It's definitely got my curiosity
this looks pretty cool. Have you read it? What do you think about it?
you'd probably be better off setting up your own domain server and trying to get that working
That's the point though - it wasn't a good thing
Have times changed? Yes. Do you need to approach women? Yes. Don't hide behind a screen. Get out there and talk with women.
Talking with people is not disrespectful. God, what a sad society is that?
There's a saying that goes something like, "Enlarge your territory, linger in public, walk through open doors." That's a good start. Get out of the house and linger in public places. Strike up conversations and be a social animal. Talk with everyone: men, women, young, old - get that practice in. If you talk with everyone, then you're not putting as much pressure on yourself. Don't get attached to an outcome, but challenge yourself to talk to people.
I think you're making excuses. I strike conversations with strangers all the time, including women. I go dancing for swing, salsa, bachata. You wanna see something that challenges your beliefs on interactions between men and women? Go watch Bachata.
But anyway. Social skills are a skill and they need to be worked. Put yourself out there and get rejected. (You'll learn it's not so bad).
https://youtu.be/4d0Q64SQujY
I'm actually watching a video about that, complete with studies and everything.