Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 626 Bytes

etesync.md

File metadata and controls

33 lines (28 loc) · 626 Bytes

Etesync

CalDAV & CardDav server & client. Not terrible, but not great.


docker-compose.yml

---
version: '3'
services:
  etesync:
    image: dsaier/etesync
    container_name: etesync
    restart: unless-stopped
    environment:
      - TIME_ZONE=Europe/Dublin
      - AUTO_MIGRATE=true
      - SUPER_USER=admin
      - SUPER_PASS=admin
      - SUPER_EMAIL=admin@example.com
    ports:
      - "8001:8080"
    volumes:
      - ./data:/data

Then go to: http://localhost:8001/admin/logout/ and login with admin:admin