Commit graph

17 commits

Author SHA1 Message Date
Timothy Bautista 2edf54d5b3 Add enableRSS setting in config file
Useful for instance owners who want to disable the RSS endpoint for
reasons such as abuse and not enough server resources to handle heavy
network traffic through that endpoint.

Resolves #437
2021-10-02 13:15:52 -06:00
Vítor fd384ff33e
Add support for redis authentication (#420)
* Add support for redis authentication (Update redpool dependency)
 - Add configuration option `redisPassword`

* Reference `redisPassword` in nitter.conf
2021-08-07 00:53:16 +02:00
Zed 2422a2b8b7 Default to Piped instead of Invidious 2021-07-18 02:15:22 +02:00
3nprob a859943871
Expand configuration (#368)
* Allow configuring httpMaxConns

default: 100

* Allow setting NITTER_CONF_FILE path env var

Co-authored-by: 3nprob <3nprob@3nprob>
2021-06-23 23:17:16 +02:00
Zed 2d788704b1 Remove old cache dir preference 2021-01-08 02:38:12 +01:00
Zed 5085e34531 Set default invidious instance back to invidio.us
Requested by Perflyst
2021-01-08 02:36:42 +01:00
jtagcat 75fea828cb Change the default invidio.us (EoL) to snopyta's. 2020-08-21 15:49:16 +02:00
Zed 310c5e936d Optional base64 support for proxy urls 2020-06-09 15:22:58 +02:00
Zed e1fff6985b New configs 2020-06-02 18:05:54 +02:00
Zed 312ff78628 Store preferences in cookies, add config defaults 2020-05-08 02:48:47 +02:00
Zed c9da638366 Rename themes 2019-10-27 13:02:22 +01:00
Zed e91e7bcc1e Add hmacKey config field for video signing 2019-10-24 00:17:38 +02:00
Zed 3e661bab8a Add defaultTheme config option 2019-10-23 14:06:47 +02:00
Zed de62eedea5 Refactor hostname to be a runtime option
Add a `hostname` field under Server in your conf file, see the
updated nitter.conf in the repo for an example. The compile-time
option (-d:hostname) is no longer used.
2019-10-21 05:19:00 +02:00
Zed ed327bac24 Add video playback preferences 2019-08-19 03:28:53 +02:00
Perflyst 105884ca4e 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
2019-08-08 18:34:49 +02:00
Zed 6a9d182249 Add server config file 2019-07-31 02:15:43 +02:00