nitter.conf 558 B

123456789101112131415161718192021222324
  1. [Server]
  2. address = "0.0.0.0"
  3. port = 8080
  4. https = true # disable to enable cookies when not using https
  5. staticDir = "./public"
  6. title = "nitter"
  7. hostname = "nitter.net"
  8. [Cache]
  9. directory = "./tmp"
  10. profileMinutes = 10 # how long to cache profiles
  11. [Config]
  12. hmacKey = "secretkey" # for signing video urls
  13. # Change default preferences here, see src/prefs_impl.nim for a complete list
  14. [Preferences]
  15. theme = "Nitter"
  16. replaceTwitter = "nitter.net"
  17. replaceYouTube = "invidio.us"
  18. replaceInstagram = ""
  19. proxyVideos = true
  20. hlsPlayback = false
  21. infiniteScroll = false