2018-07-14 23:14:24 +09:00
|
|
|
name: example-instance-name # Name of your instance
|
|
|
|
description: example-description # Description of your instance
|
2018-06-15 13:58:09 +09:00
|
|
|
|
2017-11-23 05:43:00 +09:00
|
|
|
maintainer:
|
2018-07-14 23:14:24 +09:00
|
|
|
name: example-maitainer-name # Your name
|
|
|
|
url: http://example.com/ # Your contact (http or mailto)
|
|
|
|
repository_url: https://github.com/syuilo/misskey # Repository URL
|
|
|
|
feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue)
|
2018-07-07 21:08:22 +09:00
|
|
|
|
2018-07-15 02:09:55 +09:00
|
|
|
# URL and Port settings overview
|
2018-07-15 02:11:56 +09:00
|
|
|
# e.g., If you want to realize following structure:
|
2018-07-15 02:09:55 +09:00
|
|
|
#
|
2018-07-15 02:17:45 +09:00
|
|
|
# +--- https://example.com:123 ----------+
|
|
|
|
# +------+ |+-------------+ +---------------+|
|
|
|
|
# | User | ---> || Proxy (123) | ---> | Misskey (456) ||
|
|
|
|
# +------+ |+-------------+ +---------------+|
|
|
|
|
# +--------------------------------------+
|
2018-07-15 02:09:55 +09:00
|
|
|
#
|
|
|
|
# You need to set 'https://example.com:123' to 'url' prop and
|
|
|
|
# You need to set 456 to 'port' prop.
|
2018-07-15 02:15:45 +09:00
|
|
|
#
|
|
|
|
# In other words, the 'url' prop should be the final accessible URL seen by a user.
|
2018-07-15 02:16:35 +09:00
|
|
|
# 'port' prop is a port that the Misskey server should actually listen
|
|
|
|
# on and it is not necessarily the port that a user accesses.
|
2018-07-15 02:09:55 +09:00
|
|
|
|
2018-07-14 22:42:44 +09:00
|
|
|
url: http://localhost/
|
2018-07-14 23:20:30 +09:00
|
|
|
|
|
|
|
# A port that your Misskey server should listen.
|
|
|
|
# This value is not a port to use when accessing with a browser.
|
2018-07-14 22:42:44 +09:00
|
|
|
port: 80
|
2017-11-23 05:43:00 +09:00
|
|
|
|
|
|
|
mongodb:
|
|
|
|
host: localhost
|
|
|
|
port: 27017
|
2018-07-15 02:29:50 +09:00
|
|
|
db: misskey
|
2018-07-14 22:42:44 +09:00
|
|
|
user: example-misskey-user
|
|
|
|
pass: example-misskey-pass
|
2017-11-23 05:43:00 +09:00
|
|
|
|
|
|
|
redis:
|
|
|
|
host: localhost
|
|
|
|
port: 6379
|
2018-07-14 23:14:24 +09:00
|
|
|
pass: example-pass
|
2017-11-23 05:43:00 +09:00
|
|
|
|
2018-07-21 19:17:15 +09:00
|
|
|
# Drive capacity of a local user (MB)
|
|
|
|
localDriveCapacityMb: 256
|
|
|
|
|
|
|
|
# Drive capacity of a remote user (MB)
|
|
|
|
remoteDriveCapacityMb: 8
|
|
|
|
|
2018-07-14 22:42:44 +09:00
|
|
|
# If enabled:
|
|
|
|
# Server will not cache remote files (Using direct link instead).
|
|
|
|
# You can save your storage.
|
2018-08-16 07:31:58 +09:00
|
|
|
#
|
|
|
|
# NOTE:
|
|
|
|
# * Users cannot see remote images when they turn off "Show media from a remote server" setting.
|
|
|
|
# * Since thumbnails are not provided, traffic increases.
|
2018-08-16 01:20:52 +09:00
|
|
|
preventCacheRemoteFiles: false
|
2018-07-14 23:06:46 +09:00
|
|
|
|
2018-07-24 01:58:11 +09:00
|
|
|
drive:
|
|
|
|
storage: 'db'
|
|
|
|
|
|
|
|
# OR
|
|
|
|
|
2018-07-25 08:01:12 +09:00
|
|
|
# storage: 'minio'
|
2018-07-24 01:58:11 +09:00
|
|
|
# bucket:
|
|
|
|
# prefix:
|
|
|
|
# config:
|
|
|
|
# endPoint:
|
|
|
|
# port:
|
2018-08-14 01:57:52 +09:00
|
|
|
# useSSL:
|
2018-07-24 01:58:11 +09:00
|
|
|
# accessKey:
|
|
|
|
# secretKey:
|
|
|
|
|
2018-07-26 17:42:08 +09:00
|
|
|
# S3 example
|
|
|
|
# storage: 'minio'
|
|
|
|
# bucket: bucket-name
|
|
|
|
# prefix: files
|
|
|
|
# config:
|
|
|
|
# endPoint: s3-us-west-2.amazonaws.com
|
|
|
|
# region: us-west-2
|
2018-08-14 01:57:52 +09:00
|
|
|
# useSSL: true
|
2018-07-26 17:42:08 +09:00
|
|
|
# accessKey: XXX
|
|
|
|
# secretKey: YYY
|
|
|
|
|
|
|
|
# S3 example (with CDN, custom domain)
|
|
|
|
# storage: 'minio'
|
|
|
|
# bucket: drive.example.com
|
|
|
|
# prefix: files
|
|
|
|
# baseUrl: https://drive.example.com
|
|
|
|
# config:
|
|
|
|
# endPoint: s3-us-west-2.amazonaws.com
|
|
|
|
# region: us-west-2
|
2018-08-14 01:57:52 +09:00
|
|
|
# useSSL: true
|
2018-07-26 17:42:08 +09:00
|
|
|
# accessKey: XXX
|
|
|
|
# secretKey: YYY
|
|
|
|
|
2018-07-14 23:06:46 +09:00
|
|
|
#
|
|
|
|
# Below settings are optional
|
|
|
|
#
|
|
|
|
|
|
|
|
# TLS
|
2018-07-15 02:01:33 +09:00
|
|
|
# https:
|
|
|
|
# # path for certification
|
|
|
|
# key: example-tls-key
|
|
|
|
# cert: example-tls-cert
|
2018-07-14 23:06:46 +09:00
|
|
|
|
2018-07-15 02:22:02 +09:00
|
|
|
# Elasticsearch
|
|
|
|
# elasticsearch:
|
|
|
|
# host: localhost
|
|
|
|
# port: 9200
|
|
|
|
# pass: null
|
|
|
|
|
2018-07-19 00:04:09 +09:00
|
|
|
# reCAPTCHA
|
|
|
|
# recaptcha:
|
|
|
|
# site_key: example-site-key
|
|
|
|
# secret_key: example-secret-key
|
|
|
|
|
2018-07-14 23:06:46 +09:00
|
|
|
# ServiceWorker
|
2018-07-15 02:01:33 +09:00
|
|
|
# sw:
|
|
|
|
# # Public key of VAPID
|
|
|
|
# public_key: example-sw-public-key
|
2018-07-14 23:06:46 +09:00
|
|
|
|
2018-07-15 02:01:33 +09:00
|
|
|
# # Private key of VAPID
|
|
|
|
# private_key: example-sw-private-key
|
2018-07-14 23:06:46 +09:00
|
|
|
|
2018-07-15 02:01:33 +09:00
|
|
|
# google_maps_api_key: example-google-maps-api-key
|
2018-07-14 23:06:46 +09:00
|
|
|
|
|
|
|
# Twitter integration
|
2018-08-14 22:45:36 +09:00
|
|
|
# You need to set the oauth callback url as : https://<your-misskey-instance>/api/tw/cb
|
2018-07-15 02:01:33 +09:00
|
|
|
# twitter:
|
|
|
|
# consumer_key: example-twitter-consumer-key
|
|
|
|
# consumer_secret: example-twitter-consumer-secret-key
|
2018-07-25 00:40:27 +09:00
|
|
|
|
|
|
|
# Ghost
|
|
|
|
# Ghost account is an account used for the purpose of delegating
|
|
|
|
# followers when putting users in the list.
|
|
|
|
# ghost: user-id-of-your-ghost-account
|
2018-07-28 03:55:41 +09:00
|
|
|
|
|
|
|
# Clustering
|
|
|
|
# clusterLimit: 1
|
2018-08-26 01:56:21 +09:00
|
|
|
|
|
|
|
# Summaly proxy
|
|
|
|
# summalyProxy: "http://example.com"
|