mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Add hmacKey config field for video signing
This commit is contained in:
parent
a56f217074
commit
e91e7bcc1e
6 changed files with 18 additions and 9 deletions
|
|
@ -71,10 +71,10 @@ $ nimble scss
|
|||
$ mkdir ./tmp
|
||||
```
|
||||
|
||||
Set your hostname, port and page title in `nitter.conf`, then run Nitter by
|
||||
executing `./nitter`. You should run Nitter behind a reverse proxy such as
|
||||
[Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for better
|
||||
security.
|
||||
Set your hostname, port, page title and HMAC key in `nitter.conf`, then run
|
||||
Nitter by executing `./nitter`. You should run Nitter behind a reverse proxy
|
||||
such as [Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for
|
||||
better security.
|
||||
|
||||
To build and run Nitter in Docker:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue