Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 413 Bytes

ical-relay

Relay ical event url and exclude events based on a regex.

Usage

  • Run from source: go run .
  • Build and run: rice embed-go && go build . && ./ical-relay

Config

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