docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker image for Friendica

Results 12 docker issues
Sort by recently updated
recently updated
newest added

Hi, the Docker image is currently not production ready on Kubernetes. From my point of view, the following would have to be adapted: 1) The image must be rootless 2)...

Hey folks, I am have been working towards setting up a local instance of Friendica and I had hoped the Docker container would be a good way to quickly bootstrap...

With my current docker-setup, I get an error at the admin overview page because /.well-known/host-meta isn't reachable. ![Screenshot_2019-09-10 Philipp's Friendica Admin](https://user-images.githubusercontent.com/379654/64613206-e7163d80-d3d5-11e9-819d-182cf39b37a3.png) My current docker-compose is: ```yml app: image: friendica/server:rc-fpm-alpine command:...

Bug

Apparently this variable is totally ignored in docker-composer.yml (both in fresh install and later on re-runs): FRIENDICA_SITENAME The result is that the site's name results "Friendica Social Network". If I...

Bug
question

Running cron.sh, php bin/worker.php or php bin/daemon.php does nothing in a docker container. The daemon.php always returns Friendica isn't properly installed yet. worker.php isn't running the jobs as the admin...

question

@valvin1 @ne20002 @scifijunk I already noticed that you're using Friendica inside a cluster environment Do you have any wishes for cluster environments? I'm thinking about the following features: - S3...

Enhancement

[...} New development, quick wins shouldn't be applied to stable version directly. Maybe stable version shouldn't be published from mainstream but from a tag? You are doing a great work...

Enhancement

Three issues: 1. URL rewrite test fails 2. DB config is not pre-populated, despite being sent as environment variables 3. Trying to log in tries to redirect to HTTPS, which...

Bug

There are files and directories with chmod 777 in the container. chmod 777 or chmod 666 should never be done in production because that means that files can be replaced...

As already said in a PR, I want to increase the automatic testing. So I do want to add Travis CI tests for all of the docker-compose examples. Like we...

Enhancement