ne20002

Results 191 comments of ne20002

Thank you for the resonse. Unfortunately I don't have access to testflight. The issue has been reported by a user using iOS. But I'm sure your fix will be ok.

It seems as if with 5.5.2 the problem is solved. The nagging disapeared. I need to verify that the optional client certificate is used though when given.

I have this with 28.0.4. Community Docker image (fpm).

In my 28.0.5 behind a Nginx reverse proxy the checks for /.well-known/carddav and /.well-known/carddav work now after adding the trailing / on the redirect. It still complains about /.well-known/nodeinfo and...

I ran into this today with the latest nginx version from docker hub. I worked around by going back to the version 4.10-nginx-202501050801. Having this problem existing in a version...

The install using the autoinstall finishes. But registering the admin user in the login page fails. This is the docker-compose file I use: ``` services: db: image: mariadb restart: unless-stopped...

The reverse proxy configuration Required directories are ``` /var/www/default empty directory /var/www/acme directory used for acme challenge with Certbot /var/www/friendica empty directory ``` ``` server { listen 80 default_server; listen...

Hi @SpencerDub Yes, I do run a second friendica docker container as cron. I'm not using docker compose, I run my setup as a pod with Podman and containers are...

The install using the autoinstall finishes. But registering the admin user in the login page fails. This is the docker-compose file I use: ``` services: db: image: mariadb restart: unless-stopped...

@m33m33, may I ask a question about lines like this `SMTP_STARTTLS=${SMTP_STARTTLS}`? SMTP_STARTTLS is optional, what is this line doing? Is this defining an empty env variable or is it skipping...