1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Use local tmp directory and enhance readme (#8)

* 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
This commit is contained in:
Perflyst
2019-08-08 18:34:49 +02:00
committed by Zed
parent 0da26ab197
commit 105884ca4e
3 changed files with 44 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ title = "nitter"
staticDir = "./public"
[Cache]
directory = "/tmp/niter"
profileMinutes = 10 # how long to cache profiles
directory = "./tmp"
profileMinutes = 10 # how long to cache profiles