]> git.gir.st - subscriptionfeed.git/blob - config/config.ini
don't hardcode welcome message for anonymous users
[subscriptionfeed.git] / config / config.ini
1 [global]
2 database = /opt/yt/subscriptions.sqlite
3
4 [frontend]
5 # generate a base64 encoded secret key e.g. with `head -c32 /dev/urandom | base64`
6 # this secures the cookies and csrf tokens of the frontend.
7 secret_key =
8 welcome_message =
9 This is the test instance of
10 <a href="http://delta.gir.st:3000/girst/unnamed-youtube-frontend">unnamed-youtube-frontend</a>.
11 Contributors welcome!
12
13
14 [websub]
15 # how long to ask websub-provider for updates (cargo-culted from invidious; 5 * 24 * 60 * 60 = 5days):
16 lease = 432000
17 # public url of our webhook server without "/websub/v1/"...:
18 public_uri = http://delta.gir.st:8801
19 # secret string to sign websub responses and urls (not yet used, but may not be empty):
20 hmac_key = x
Imprint / Impressum