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
b0398729
Commit
b0398729
authored
6 years ago
by
Aya Morisawa
Browse files
Options
Downloads
Patches
Plain Diff
Update config example
parent
1f496954
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.config/example.yml
+43
-45
43 additions, 45 deletions
.config/example.yml
with
43 additions
and
45 deletions
.config/example.yml
+
43
−
45
View file @
b0398729
#
インスタンス名
name
:
#
Name of your instance
name
:
'
example-instance-name'
#
インスタンスの紹介
description
:
#
Description of your instance
description
:
'
example-description'
#
サーバーのメンテナ情報
#
Maintainer
maintainer
:
#
メンテナの名前
name
:
#
Your name
name
:
'
example-maitainer-name'
#
メンテナの連絡先(URLかmailto形式のURL
)
url
:
#
Your contact (http or mailto
)
url
:
'
http://example.com/'
#
レポジトリの
URL
repository_url
:
#
Repository
URL
repository_url
:
'
http://example.com/'
#
フィードバックのURL(
issue
など
)
feedback_url
:
#
Feedback URL (e.g. github
issue)
feedback_url
:
'
http://example.com/'
#
(Misskeyを動かす)
URL
url
:
# URL
url
:
http://localhost/
# 待受ポート
port
:
port
:
80
# TLS
の設定(利用しない場合はフィールドごと削除してください
)
https
:
#
証明書のパス...
key
:
cert
:
# TLS
(Uncomment if you need
)
#
https:
#
#
path for certification
#
key:
example-tls-key
#
cert:
example-tls-cert
# MongoDB
の設定
# MongoDB
mongodb
:
host
:
localhost
port
:
27017
db
:
misskey
user
:
pass
:
db
:
example-db
user
:
example-misskey-user
pass
:
example-misskey-pass
# Redis
の設定
# Redis
redis
:
host
:
localhost
port
:
6379
pass
:
pass
:
'
example-pass'
# reCAPTCHA
の設定
# reCAPTCHA
recaptcha
:
site_key
:
secret_key
:
site_key
:
example-site-key
secret_key
:
example-secret-key
# ServiceWorker
の設定
# ServiceWorker
sw
:
# VAPID
の公開鍵
public_key
:
#
Public key of
VAPID
public_key
:
example-sw-public-key
# VAPID
の秘密鍵
private_key
:
#
Private key of
VAPID
private_key
:
example-sw-private-key
# Google Maps API
google_maps_api_key
:
google_maps_api_key
:
example-google-maps-api-key
# Twitter
インテグレーションの設定(利用しない場合は省略可能
)
# Twitter
integration (can be omitted
)
twitter
:
# インテグレーション用アプリのコンシューマーキー
consumer_key
:
consumer_key
:
example-twitter-consumer-key
consumer_
secret
:
example-twitter-consumer-secret-
key
# インテグレーション用アプリのコンシューマーシークレット
consumer_secret
:
# true にすると、リモートのファイルをキャッシュしなくなります(直リンクします)。
# ストレージ容量を節約することができますが、「リモートメディアを表示しない」設定をオンにしているユーザーは、リモートの画像などは見えなくなります。
# If enabled:
# Server will not cache remote files (Using direct link instead).
# You can save your storage.
# Users cannot see remote images when they turn off "Show media from a remote server" setting.
preventCache
:
false
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