nitter.conf 328 B

123456789101112131415
  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. defaultTheme = "Nitter"
  13. hmacKey = "secretkey" # for signing video urls