ne20002
ne20002
I'm sorry but I will not have time to look into this for the next two weeks at least.
`msmtp: account default not found: no configuration file available` I believe a mail setup is necessary. At least when registration is open. Can you add the needed env variables to...
> 2024.09 RC and dev Docker images do not contain Friendica code at all #268 As intended.
We also have a related discussion on Matrix. And we have a seond user with installation problem (https://github.com/friendica/docker/issues/268). I'm not doing fresh installs all the time. ;) So I can...
Yes. I believe the users try to install with the rc version, so it might be another problem. I just got back from holiday and will have a look at...
With a first test I can confirm that a install as described by the documentation for the docker image with the following docker-compose.yml fails: ``` version: '2' services: db: image:...
@tokenwizard Thank you Looking into the friendica container it seems as with the rc version there are a few things not really working well. E.g. in the Dockerfile it copies...
I can confirm that the web based install is not finishing properly. This is what I have at the moment: ``` pi@dev0:~/test$ cat docker-compose.yml version: '2' services: db: image: mariadb...
Looking into the container, there is no config.php. Only ``` root@1e01d474172f:/var/www/html/config# ls -la total 24 drwxr-xr-x 2 www-data www-data 4096 Jan 30 11:41 . drwxrwxrwt 14 www-data www-data 4096 Jan...
Adding the FRIENDICA_URL env variable to the docker-compose.yml finished the autoinstall on startup and I could afterwards directly access the login page but there seems to be no login user...