This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/zedeus/nitter | digest | `df46923` -> `5339df7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
84 lines
1.7 KiB
YAML
84 lines
1.7 KiB
YAML
image:
|
|
repository: docker.io/zedeus/nitter
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:5339df7b3bc4df0352929994fbc3853f9ba7de43dd6d6dcc18204e86f44fe62d
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 10606
|
|
|
|
nitter:
|
|
general:
|
|
title: nitter
|
|
hostname: localhost:10606
|
|
httpMaxConnections: 100
|
|
cache:
|
|
listMinutes: 240
|
|
rssMinutes: 10
|
|
config:
|
|
base64Media: false
|
|
enableRSS: true
|
|
enableDebug: false
|
|
proxy: ""
|
|
proxyAuth: ""
|
|
tokenCount: 10
|
|
preferences:
|
|
theme: Nitter
|
|
replaceTwitter: nitter.net
|
|
replaceYouTube: piped.video
|
|
replaceReddit: teddit.net
|
|
replaceInstagram: ""
|
|
proxyVideos: true
|
|
hlsPlayback: false
|
|
infiniteScroll: false
|
|
|
|
# See: https://github.com/zedeus/nitter/wiki/Creating-session-tokens
|
|
configmap:
|
|
nitter-sessions:
|
|
enabled: true
|
|
data:
|
|
sessions.jsonl: |
|
|
{"oauth_token": "TOKEN", "oauth_token_secret": "SECRET"}
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /
|
|
startup:
|
|
enabled: true
|
|
type: tcp
|
|
env:
|
|
NITTER_SESSIONS_FILE: /src/sessions.jsonl
|
|
|
|
persistence:
|
|
nitter-config:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: nitter-config
|
|
mountPath: /src/nitter.conf
|
|
subPath: nitter.conf
|
|
readOnly: true
|
|
nitter-sessions:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: nitter-sessions
|
|
mountPath: /src/sessions.jsonl
|
|
subPath: sessions.jsonl
|
|
readOnly: true
|
|
|
|
redis:
|
|
enabled: true
|