Hi all,
I tried a self hosted, docker based instance of Vikunja. I followed the documentation and decided to add the typesense container. Apparently the configuration is ok, but when I log into Vikunja, I always get this error:
2024-12-17T12:49:30Z: ERROR 118 Get “typesense:///collections/tasks/documents/search?exhaustive_search=true&filter_by=project_id%3A+%5B1%2C+2%5D+%26%26+%28done%3A%3Dfalse%29&page=1&per_page=50&q=%2A&query_by=title%2C+identifier%2C+description%2C+comments.comment&sort_by=due_date%28missing_values%3Alast%29%3Aasc%2Ccreated%28missing_values%3Alast%29%3Adesc”: unsupported protocol scheme “typesense”
These are the relevant compose lines:
typesense:
image: docker.io/typesense/typesense:0.25.1
environment:
TYPESENSE_DATA_DIR: /data TYPESENSE_API_KEY: typesense
volumes: - ./data:/data deploy: resources: limits: cpus: “2” memory: “4G” reservations: cpus: ‘0.5’ memory: ‘2G’