This PR contains the following updates: | Package | Update | Change | |---|---|---| | [misskey/misskey](https://togithub.com/misskey-dev/misskey) | patch | `2023.12.0` -> `2023.12.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>misskey-dev/misskey (misskey/misskey)</summary> ### [`v2023.12.2`](https://togithub.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2023122) [Compare Source](https://togithub.com/misskey-dev/misskey/compare/2023.12.1...2023.12.2) ##### General - v2023.12.1でDockerを利用してサーバーを起動できない問題を修正 ##### Client - Enhance: 検索画面においてEnterキー押下で検索できるように ### [`v2023.12.1`](https://togithub.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2023121) [Compare Source](https://togithub.com/misskey-dev/misskey/compare/2023.12.0...2023.12.1) ##### Note - アクセストークンの権限が再整理されたため、一部のAPIが古いAPIトークンでは動作しなくなりました。\ 権限不足になる場合には権限を再設定して再生成してください。 ##### General - Enhance: ローカリゼーションの更新 - Fix: 自分のdirect noteがuser list timelineに追加されない ##### Client - Feat: AiScript専用のMFM構文`$[clickable.ev=EVENTNAME ...]`を追加。`Mk:C:mfm`のオプション`onClickEv`に関数を渡すと、クリック時に`EVENTNAME`を引数にして呼び出す - Enhance: MFM入力補助ボタンを投稿フォームに表示できるように [#​12787](https://togithub.com/misskey-dev/misskey/issues/12787) - Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正 - Fix: `fg`/`bg`MFMに長い単語を指定すると、オーバーフローされずはみ出る問題を修正 ##### Server - Enhance: センシティブワードの設定がハッシュタグトレンドにも適用されるようになりました - Enhance: `oauth/token`エンドポイントのCORS対応 - Fix: [`1702718`](https://togithub.com/misskey-dev/misskey/commit/1702718871541)-ffVisibility.jsのdownが壊れている - Fix:「非センシティブのみ(リモートはいいねのみ)」を設定していても、センシティブに設定されたカスタム絵文字をリアクションできる問題を修正 - Fix: ロールアサイン時の通知で,ロールアイコンが縮小されずに表示される問題を修正 - Fix: サードパーティアプリケーションがWebsocket APIに無条件にアクセスできる問題を修正 - Fix: サードパーティアプリケーションがユーザーの許可なしに非公開の情報を見ることができる問題を修正 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
79 lines
1.5 KiB
YAML
79 lines
1.5 KiB
YAML
image:
|
|
repository: misskey/misskey
|
|
pullPolicy: IfNotPresent
|
|
tag: 2023.12.2@sha256:e2883d50a93ddfd9e501f1e79fb769625cba1069674af99b88b88bcc528c08f3
|
|
|
|
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
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|