nitter/nitter.conf

25 lines
558 B
Plaintext
Raw Normal View History

2019-07-31 00:15:43 +00:00
[Server]
address = "0.0.0.0"
port = 8080
2019-08-19 01:28:04 +00:00
https = true # disable to enable cookies when not using https
2019-07-31 00:15:43 +00:00
staticDir = "./public"
title = "nitter"
hostname = "nitter.net"
2019-07-31 00:15:43 +00:00
[Cache]
directory = "./tmp"
profileMinutes = 10 # how long to cache profiles
2019-10-23 12:06:47 +00:00
[Config]
hmacKey = "secretkey" # for signing video urls
# Change default preferences here, see src/prefs_impl.nim for a complete list
[Preferences]
theme = "Nitter"
replaceTwitter = "nitter.net"
replaceYouTube = "invidio.us"
replaceInstagram = ""
proxyVideos = true
hlsPlayback = false
infiniteScroll = false