Files
truecharts/charts/stable/nitter/values.yaml
T
TrueCharts BotandGitHub f73ff35cc7 chore(helm): update image docker.io/zedeus/nitter digest to 5fe4a92 (#32463)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/zedeus/nitter | digest | `7f26cc1` -> `5fe4a92` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-23 19:46:50 +01:00

88 lines
1.7 KiB
YAML

image:
repository: docker.io/zedeus/nitter
pullPolicy: IfNotPresent
tag: latest@sha256:5fe4a92c63e4ed675c2aaeef5785afb4a0995c2f58ed3ccf752cdb5dc39f8f93
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
portal:
open:
enabled: true