このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
Nitter-mod/nitter.example.conf

48 行
1.8 KiB
Plaintext
Raw パーマリンク 通常表示 履歴

2019-07-31 09:15:43 +09:00
[Server]
hostname = "twitter.owacon.moe"
title = "オワコンTwitter"
2019-07-31 09:15:43 +09:00
address = "0.0.0.0"
2021-11-04 15:16:57 +09:00
port = 8088
2023-05-26 16:02:25 +09:00
https = true # disable to enable cookies when not using https
httpMaxConnections = 100
2019-07-31 09:15:43 +09:00
staticDir = "./public"
[Cache]
2020-06-01 09:26:04 +09:00
listMinutes = 240 # how long to cache list info (not the tweets, so keep it high)
rssMinutes = 10 # how long to cache rss queries
2023-07-11 11:04:26 +09:00
redisHost = "localhost"
2020-06-01 09:26:04 +09:00
redisPort = 6379
2021-12-28 14:04:34 +09:00
redisPassword = ""
redisConnections = 20 # minimum open connections in pool
2020-06-01 09:26:04 +09:00
redisMaxConnections = 30
# new connections are opened when none are available, but if the pool size
2020-06-01 09:26:04 +09:00
# goes above this, they're closed when released. don't worry about this unless
# you receive tons of requests per second
2019-10-23 21:06:47 +09:00
[Config]
2022-01-06 03:08:08 +09:00
hmacKey = "secretkey" # random key for cryptographic signing of video urls
base64Media = false # use base64 encoding for proxied media urls
2021-12-28 14:21:22 +09:00
enableRSS = true # set this to false to disable RSS feeds
enableDebug = false # enable request logs and debug endpoints (/.tokens)
2022-01-06 03:08:08 +09:00
proxy = "" # http/https url, SOCKS proxies are not supported
2021-10-01 01:03:07 +09:00
proxyAuth = ""
2020-06-01 09:26:04 +09:00
tokenCount = 10
# minimum amount of usable tokens. tokens are used to authorize API requests,
# but they expire after ~1 hour, and have a limit of 500 requests per endpoint.
# the limits reset every 15 minutes, and the pool is filled up so there's
# always at least `tokenCount` usable tokens. only increase this if you receive
# major bursts all the time and don't have a rate limiting setup via e.g. nginx
# Change default preferences here, see src/prefs_impl.nim for a complete list
[Preferences]
2021-11-04 15:16:57 +09:00
theme = "Loli"
2023-03-18 17:05:28 +09:00
replaceTwitter = "twitter.owacon.moe"
replaceYouTube = "youtube.owacon.moe"
replaceReddit = "teddit.net"
replaceInstagram = ""
2023-03-18 17:05:28 +09:00
replaceOdysee = "odysee.owacon.moe"
replacePixiv = "pixiv.owacon.moe"
proxyVideos = true
hlsPlayback = false
infiniteScroll = false