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
9 lines
160 B
Text
9 lines
160 B
Text
[Server]
|
|
address = "0.0.0.0"
|
|
port = 8080
|
|
title = "nitter"
|
|
staticDir = "./public"
|
|
|
|
[Cache]
|
|
directory = "./tmp"
|
|
profileMinutes = 10 # how long to cache profiles
|