mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 18:07:14 +01:00
105884ca4e
* Use local tmp directory * Enhance installation guide and add systemd service * Apply suggestions * Fix typo * Drop start of systemd service as its done with --now
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
[Server]
|
|
address = "0.0.0.0"
|
|
port = 8080
|
|
title = "nitter"
|
|
staticDir = "./public"
|
|
|
|
[Cache]
|
|
directory = "./tmp"
|
|
profileMinutes = 10 # how long to cache profiles
|