44d4c3a580
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | patch | `3e2aa93` → `8d281da` | --- > [!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. --- ### Release Notes <details> <summary>misskey-dev/misskey (docker.io/misskey/misskey)</summary> ### [`v2026.3.2`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202632) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2026.3.1...2026.3.2) ##### General - 依存関係の更新 ##### Client - Enhance: アプリ内ウィンドウの初期サイズを画面サイズに応じて自動で調整するように - Fix: 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正 - Fix: ウィンドウのタイトルをクリックしても最前面に出ないことがある問題を修正 ##### Server - Fix: 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなどを行った場合のイベントが流れない問題を修正 - Fix: 署名付きGETリクエストにおいてAcceptヘッダを署名の対象から除外(Acceptヘッダを正規化するCDNやリバースプロキシを使用している際に挙動がおかしくなる問題を修正) - Fix: WebSocket接続におけるノートの非表示ロジックを修正 - Fix: チャンネルミュートを有効にしている際に、一部のタイムラインやノート一覧が空になる問題を修正 - Fix: 初期読込時に必要なフロントエンドのアセットがすべて読み込まれていない問題を修正 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWlzc2tleSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
76 lines
1.6 KiB
YAML
76 lines
1.6 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/misskey/misskey
|
|
pullPolicy: IfNotPresent
|
|
tag: 2026.3.2@sha256:8d281da796939c94d14f31a646af17f779d97cd417eecb56e1852821e212bc7b
|
|
|
|
securityContext:
|
|
pod:
|
|
fsgroup: 33
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3003
|
|
|
|
misskey:
|
|
# Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!
|
|
url: "https://example.tld/"
|
|
# ID generation method. 'aid' recommended.
|
|
id: "aid"
|
|
other:
|
|
disableHSTS: false
|
|
signToActivityPubGet: true
|
|
maxFileSize: 262144000
|
|
clusterLimit: 1
|
|
deliverJobConcurrency: 128
|
|
inboxJobConcurrency: 16
|
|
relashionshipJobConcurrency: 16
|
|
deliverJobPerSec: 128
|
|
inboxJobPerSec: 16
|
|
relashionshipJobPerSec: 64
|
|
deliverJobMaxAttempts: 12
|
|
inboxJobMaxAttempts: 8
|
|
allowedPrivateNetworks:
|
|
- 127.0.0.1/32
|
|
proxyBypassHosts:
|
|
- api.deepl.com
|
|
- api-free.deepl.com
|
|
- www.recaptcha.net
|
|
- hcaptcha.com
|
|
- challenges.cloudflare.com
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
NODE_ENV: production
|
|
|
|
persistence:
|
|
misskeyconfig:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: misskeyconfig
|
|
mountPath: "/misskey/.config"
|
|
files:
|
|
enabled: true
|
|
mountPath: "/misskey/files"
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: misskey
|
|
database: misskey
|
|
|
|
redis:
|
|
enabled: true
|
|
username: default
|