listen: :1965

hosts:
  localhost:
    cert: /app/config/cert.pem
    key: /app/config/key.pem
    paths:
      -
        path: /create
        input: Provide new Log entry
        command: /app/bin/december-adventure-2024 create "$USERINPUT"
        cache: 0
      -
        path: /
        command: /app/bin/december-adventure-2024 list
        cache: 0