Relay ical event url and exclude events based on a regex.
- Run from source:
go run .
- Build and run:
rice embed-go && go build . && ./ical-relay
url = "https://example.com/events.ical"
[server]
addr = ":8080"
loglevel = "info"
[profiles]
[profiles.p1]
regex = ["pattern1", "pattern2"]
public = true
Access filtered stream on /profiles/p1