Skip to content

Agendav and Baikal #8

@NguyenNamUET

Description

@NguyenNamUET

Hello, I'm using Baikal as backend server for Agendav (client server)
I'm using
https://github.com/ckulka/baikal-docker
to configure Baikal running at 8081

version: "2"
services:
  baikal:
    image: ckulka/baikal:nginx
    restart: always
    ports:
      - "8081:80"
    volumes:
      - config:/var/www/baikal/config
      - data:/var/www/baikal/Specific

volumes:
  config:
  data:

In Agendev, I have following config

version: "2"
services:
  agendav:
    image: ghcr.io/nagimov/agendav-docker:latest
    container_name: agendav
    environment:
      - AGENDAV_SERVER_NAME=localhost
      - AGENDAV_TITLE=Welcome to Example Agendav Server
      - AGENDAV_FOOTER=Hosted by Example Company
      - AGENDAV_ENC_KEY=my_encrypt10n_k3y
      - AGENDAV_CALDAV_SERVER=http://localhost:8081/dav.php # I also tried /baikal/html/dav.php or cal.php but in vain
      - AGENDAV_TIMEZONE=UTC
      - AGENDAV_LANG=en
      - AGENDAV_LOG_DIR=/tmp/
    ports:
      - "8080:80"

However, I cannot log in to Agendav using

  1. User I created when configuring Baikal
  2. Users I added at tab Users and Resources of Baikal
    Specifically, I encountered this error
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions