agendav-docker
agendav-docker copied to clipboard
Docker image for agendav
I wanted to mount my settings.php, but the `sed -i` commands in `run.sh` do not work on "busy files", so this uses a temporary file which will be written to...
I got the following error message: `Start webserver [Sat Mar 30 10:56:41.027300 2024] [:crit] [pid 43] (38)Function not implemented: AH00141: Could not initialize random number generator Action '-D FOREGROUND' failed....
Tried setting timezone to UTC+1 and it doesn't seem to work. When I run docker compose up I get `agendav | PHP Warning: PHP Startup: Invalid date.timezone value 'UTC+1', using...
Doctrine had a bug with php 7.3: https://github.com/doctrine/DoctrineORMModule/issues/579 I think Agendav is hit by this : ``` Sep 15 11:47:45 nancy agendav[22534]: [Fri Sep 15 09:47:45.552457 2023] [php:warn] [pid 49]...
I stumbled on the environment variable AGENDAV_ENC_KEY. It's only used for the encryption.key setting of AgenDAV. This setting is not mentioned in the [documentation of AgenDAV](https://agendav.readthedocs.io/en/latest/admin/configuration/). It seems that this...
``` [2023-09-07 19:52:26] agendav.WARNING: E_WARNING: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? {"code":2,"message":"> [2023-09-07 19:52:26] agendav.WARNING: E_WARNING: Trying to access array offset on...
Hello, I'm using Baikal as backend server for Agendav (client server) I'm using [https://github.com/ckulka/baikal-docker](https://github.com/ckulka/baikal-docker) to configure Baikal running at 8081 ``` version: "2" services: baikal: image: ckulka/baikal:nginx restart: always ports:...
`version: '2' services: baikal: container_name: baikal image: ckulka/baikal:nginx restart: always ports: - "8081:80" environment: - TZ=Asia/Taipei volumes: - /volume1/docker/baikal/config:/var/www/baikal/config - /volume1/docker/baikal/data:/var/www/baikal/Specific - /etc/localtime:/etc/localtime:ro networks: baikal_net: ipv4_address: 172.22.22.90 database: container_name: mariadb_baikal...
``` AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.2. Set the 'ServerName' directive globally to suppress this message AH00558: apache2: Could not reliably determine...
Latest Docker image fails on initialisation with the following error: ``` (13)Permission denied: AH00091: apache2: could not open error log file /var/log/apache2/error.log. ``` Admittedly, I haven't updated the Docker image...