Files
truecharts/charts/stable/nitter/values.yaml
T
TrueCharts Bot e850ea934d chore(nitter): update image docker.io/zedeus/nitter digest to 490b6c1 (#50015)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/zedeus/nitter | digest | `bf65978` → `490b6c1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9uaXR0ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-07-08 08:52:00 +02:00

85 lines
1.8 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/zedeus/nitter
pullPolicy: IfNotPresent
tag: latest@sha256:490b6c13b8ab9d26c2931814b1967b9a965fff2e539f146893e3390383061fe8
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