Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
da6b30c5
Commit
da6b30c5
authored
2 years ago
by
syuilo
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
https://github.com/misskey-dev/misskey
into develop
parents
b53d6c7f
92ddebb3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
locales/ja-JP.yml
+1
-0
1 addition, 0 deletions
locales/ja-JP.yml
packages/frontend/src/pages/admin/object-storage.vue
+4
-2
4 additions, 2 deletions
packages/frontend/src/pages/admin/object-storage.vue
with
6 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
da6b30c5
...
...
@@ -23,6 +23,7 @@
### Client
-
検索ページでURLを入力した際に照会したときと同等の挙動をするように
-
ノートのリアクションを大きく表示するオプションを追加
-
オブジェクトストレージの設定画面を分かりやすく
### Server
-
...
...
This diff is collapsed.
Click to expand it.
locales/ja-JP.yml
+
1
−
0
View file @
da6b30c5
...
...
@@ -506,6 +506,7 @@ objectStorageUseSSLDesc: "API接続にhttpsを使用しない場合はオフに
objectStorageUseProxy
:
"
Proxyを利用する"
objectStorageUseProxyDesc
:
"
API接続にproxyを利用しない場合はオフにしてください"
objectStorageSetPublicRead
:
"
アップロード時に'public-read'を設定する"
s3ForcePathStyleDesc
:
"
s3ForcePathStyleを有効にすると、バケット名をURLのホスト名ではなくパスの一部として指定することを強制します。セルフホストされたMinioなどの使用時に有効にする必要がある場合があります。"
serverLogs
:
"
サーバーログ"
deleteAll
:
"
全て削除"
showFixedPostForm
:
"
タイムライン上部に投稿フォームを表示する"
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/pages/admin/object-storage.vue
+
4
−
2
View file @
da6b30c5
...
...
@@ -7,7 +7,7 @@
<MkSwitch
v-model=
"useObjectStorage"
>
{{ i18n.ts.useObjectStorage }}
</MkSwitch>
<
template
v-if=
"useObjectStorage"
>
<MkInput
v-model=
"objectStorageBaseUrl"
>
<MkInput
v-model=
"objectStorageBaseUrl"
:placeholder=
"'https://example.com'"
>
<template
#label
>
{{
i18n
.
ts
.
objectStorageBaseUrl
}}
</
template
>
<
template
#caption
>
{{
i18n
.
ts
.
objectStorageBaseUrlDesc
}}
</
template
>
</MkInput>
...
...
@@ -22,8 +22,9 @@
<
template
#caption
>
{{
i18n
.
ts
.
objectStoragePrefixDesc
}}
</
template
>
</MkInput>
<MkInput
v-model=
"objectStorageEndpoint"
>
<MkInput
v-model=
"objectStorageEndpoint"
:placeholder=
"'example.com'"
>
<
template
#label
>
{{
i18n
.
ts
.
objectStorageEndpoint
}}
</
template
>
<
template
#prefix
>
https://
</
template
>
<
template
#caption
>
{{
i18n
.
ts
.
objectStorageEndpointDesc
}}
</
template
>
</MkInput>
...
...
@@ -60,6 +61,7 @@
<MkSwitch
v-model=
"objectStorageS3ForcePathStyle"
>
<
template
#label
>
s3ForcePathStyle
</
template
>
<
template
#caption
>
{{
i18n
.
ts
.
s3ForcePathStyleDesc
}}
</
template
>
</MkSwitch>
</template>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment