Nitter: enabled RSS
This commit is contained in:
parent
40cb6cbde0
commit
00c3ea7004
@ -25,7 +25,7 @@ redisPassword = ""
|
|||||||
[Config]
|
[Config]
|
||||||
hmacKey = "{{ nitter_jwt_secret }}" # random key for cryptographic signing of video urls
|
hmacKey = "{{ nitter_jwt_secret }}" # random key for cryptographic signing of video urls
|
||||||
base64Media = false # use base64 encoding for proxied media urls
|
base64Media = false # use base64 encoding for proxied media urls
|
||||||
enableRSS = false # set this to false to disable RSS feeds
|
enableRSS = true # set this to false to disable RSS feeds
|
||||||
enableDebug = false # enable request logs and debug endpoints
|
enableDebug = false # enable request logs and debug endpoints
|
||||||
proxy = "" # http/https url, SOCKS proxies are not supported
|
proxy = "" # http/https url, SOCKS proxies are not supported
|
||||||
proxyAuth = ""
|
proxyAuth = ""
|
||||||
|
@ -1,24 +1,10 @@
|
|||||||
setup:
|
setup:
|
||||||
oracle1:
|
|
||||||
- 4get
|
|
||||||
oracle2:
|
|
||||||
- 4get
|
|
||||||
oracle3:
|
|
||||||
- 4get
|
|
||||||
oracle4:
|
oracle4:
|
||||||
- 4get
|
- nitter
|
||||||
- caddy
|
|
||||||
|
|
||||||
compose:
|
compose:
|
||||||
oracle1:
|
|
||||||
- 4get
|
|
||||||
oracle2:
|
|
||||||
- 4get
|
|
||||||
oracle3:
|
|
||||||
- 4get
|
|
||||||
oracle4:
|
oracle4:
|
||||||
- 4get
|
- nitter
|
||||||
- caddy
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user