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"
|
2019-10-21 03:19:00 +00:00
|
|
|
title = "nitter"
|
|
|
|
hostname = "nitter.net"
|
2019-07-31 00:15:43 +00:00
|
|
|
|
|
|
|
[Cache]
|
2019-08-08 16:34:49 +00:00
|
|
|
directory = "./tmp"
|
|
|
|
profileMinutes = 10 # how long to cache profiles
|
2019-10-23 12:06:47 +00:00
|
|
|
|
|
|
|
[Config]
|
2019-10-23 22:17:38 +00:00
|
|
|
hmacKey = "secretkey" # for signing video urls
|
2020-05-08 00:48:47 +00:00
|
|
|
|
|
|
|
# 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
|