[global] database = /opt/yt/subscriptions.sqlite [frontend] # generate a base64 encoded secret key e.g. with `head -c32 /dev/urandom | base64` # this secures the cookies and csrf tokens of the frontend. secret_key = [websub] # how long to ask websub-provider for updates (cargo-culted from invidious; 5 * 24 * 60 * 60 = 5days): lease = 432000 # public url of our webhook server without "/websub/v1/"...: public_uri = http://delta.gir.st:8801 # secret string to sign websub responses and urls (not yet used, but may not be empty): hmac_key = x