update readme

This commit is contained in:
ultrablob 2025-05-03 17:33:42 -04:00
parent d8737a04ed
commit 75dbaebccd

View file

@ -16,6 +16,7 @@ version: '3.8'
services: services:
caldav-bridge: caldav-bridge:
build: build:
# Change this to the root of the repository
context: ./bridge context: ./bridge
ports: ports:
- "8004:8000" - "8004:8000"
@ -25,4 +26,8 @@ services:
BEAVERHABITS_USERNAME: "" # yes i know this is bad BEAVERHABITS_USERNAME: "" # yes i know this is bad
BEAVERHABITS_PASSWORD: "" # however, i don't care BEAVERHABITS_PASSWORD: "" # however, i don't care
restart: unless-stopped restart: unless-stopped
``` ```
Then configure it in home assistant with the URL
`http://[ip]:8004/caldav/`