mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00: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:
parent
0da26ab197
commit
105884ca4e
3 changed files with 44 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue