diff --git a/.config/example.yml b/.config/example.yml index d193fec5b899955f3f3988daecdf6e888abbda91..b5a6eb098423b4a706bc304d8ce5c4de6fd14e3c 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -1,73 +1,71 @@ -# インスタンスå -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