2019-04-07 12:50:36 +00:00
|
|
|
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
# Misskey configuration
|
|
|
|
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
|
|
# ┌─────┐
|
|
|
|
#───┘ URL └─────────────────────────────────────────────────────
|
|
|
|
|
2018-10-02 02:59:12 +00:00
|
|
|
# Final accessible URL seen by a user.
|
|
|
|
url: https://example.tld/
|
|
|
|
|
2019-07-03 11:31:52 +00:00
|
|
|
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
|
|
|
|
# URL SETTINGS AFTER THAT!
|
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
# ┌───────────────────────┐
|
|
|
|
#───┘ Port and TLS settings └───────────────────────────────────
|
2018-10-02 02:59:12 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Misskey supports two deployment options for public.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Option 1: With Reverse Proxy
|
|
|
|
#
|
|
|
|
# +----- https://example.tld/ ------------+
|
|
|
|
# +------+ |+-------------+ +----------------+|
|
|
|
|
# | User | ---> || Proxy (443) | ---> | Misskey (3000) ||
|
|
|
|
# +------+ |+-------------+ +----------------+|
|
|
|
|
# +---------------------------------------+
|
2018-07-14 17:09:55 +00:00
|
|
|
#
|
2018-11-04 11:08:31 +00:00
|
|
|
# You need to setup reverse proxy. (eg. nginx)
|
2018-10-02 02:59:12 +00:00
|
|
|
# You do not define 'https' section.
|
|
|
|
|
|
|
|
# Option 2: Standalone
|
2018-07-14 17:09:55 +00:00
|
|
|
#
|
2018-10-02 02:59:12 +00:00
|
|
|
# +- https://example.tld/ -+
|
|
|
|
# +------+ | +---------------+ |
|
|
|
|
# | User | ---> | | Misskey (443) | |
|
|
|
|
# +------+ | +---------------+ |
|
|
|
|
# +------------------------+
|
|
|
|
#
|
|
|
|
# You need to run Misskey as root.
|
|
|
|
# You need to set Certificate in 'https' section.
|
|
|
|
|
|
|
|
# To use option 1, uncomment below line.
|
2019-04-07 12:50:36 +00:00
|
|
|
#port: 3000 # A port that your Misskey server should listen.
|
2018-10-02 02:59:12 +00:00
|
|
|
|
|
|
|
# To use option 2, uncomment below lines.
|
2019-04-07 12:50:36 +00:00
|
|
|
#port: 443
|
2018-07-14 17:09:55 +00:00
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
#https:
|
|
|
|
# # path for certification
|
|
|
|
# key: /etc/letsencrypt/live/example.tld/privkey.pem
|
|
|
|
# cert: /etc/letsencrypt/live/example.tld/fullchain.pem
|
2018-07-14 14:20:30 +00:00
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
# ┌──────────────────────────┐
|
|
|
|
#───┘ PostgreSQL configuration └────────────────────────────────
|
2017-11-22 20:43:00 +00:00
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
db:
|
2017-11-22 20:43:00 +00:00
|
|
|
host: localhost
|
2019-04-07 12:50:36 +00:00
|
|
|
port: 5432
|
|
|
|
|
|
|
|
# Database name
|
2018-07-14 17:29:50 +00:00
|
|
|
db: misskey
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# Auth
|
2018-07-14 13:42:44 +00:00
|
|
|
user: example-misskey-user
|
|
|
|
pass: example-misskey-pass
|
2017-11-22 20:43:00 +00:00
|
|
|
|
2019-06-11 11:49:08 +00:00
|
|
|
# Whether disable Caching queries
|
|
|
|
#disableCache: true
|
|
|
|
|
2019-05-23 18:26:56 +00:00
|
|
|
# Extra Connection options
|
|
|
|
#extra:
|
|
|
|
# ssl: true
|
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
# ┌─────────────────────┐
|
|
|
|
#───┘ Redis configuration └─────────────────────────────────────
|
|
|
|
|
2019-04-13 10:19:32 +00:00
|
|
|
redis:
|
|
|
|
host: localhost
|
|
|
|
port: 6379
|
|
|
|
#pass: example-pass
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# ┌─────────────────────────────┐
|
|
|
|
#───┘ Elasticsearch configuration └─────────────────────────────
|
|
|
|
|
|
|
|
#elasticsearch:
|
|
|
|
# host: localhost
|
|
|
|
# port: 9200
|
|
|
|
# pass: null
|
|
|
|
|
|
|
|
# ┌───────────────┐
|
|
|
|
#───┘ ID generation └───────────────────────────────────────────
|
2018-11-05 21:24:31 +00:00
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
# You can select the ID generation method.
|
|
|
|
# You don't usually need to change this setting, but you can
|
|
|
|
# change it according to your preferences.
|
2018-07-14 14:06:46 +00:00
|
|
|
|
2019-04-07 12:50:36 +00:00
|
|
|
# Available methods:
|
2019-04-13 16:40:29 +00:00
|
|
|
# aid ... Short, Millisecond accuracy
|
|
|
|
# meid ... Similar to ObjectID, Millisecond accuracy
|
|
|
|
# ulid ... Millisecond accuracy
|
|
|
|
# objectid ... This is left for backward compatibility
|
2019-04-07 12:50:36 +00:00
|
|
|
|
2019-04-25 03:24:18 +00:00
|
|
|
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
|
|
|
|
# ID SETTINGS AFTER THAT!
|
|
|
|
|
2019-04-13 16:08:26 +00:00
|
|
|
id: 'aid'
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# ┌─────────────────────┐
|
|
|
|
#───┘ Other configuration └─────────────────────────────────────
|
|
|
|
|
|
|
|
# If enabled:
|
|
|
|
# The first account created is automatically marked as Admin.
|
|
|
|
autoAdmin: true
|
2018-07-14 17:22:02 +00:00
|
|
|
|
2019-02-06 10:36:44 +00:00
|
|
|
# Whether disable HSTS
|
|
|
|
#disableHsts: true
|
|
|
|
|
2019-08-26 20:33:24 +00:00
|
|
|
# Number of worker processes
|
2018-10-11 06:50:27 +00:00
|
|
|
#clusterLimit: 1
|
2019-05-07 08:49:25 +00:00
|
|
|
|
2019-08-26 20:33:24 +00:00
|
|
|
# Job concurrency per worker
|
|
|
|
# deliverJobConcurrency: 128;
|
|
|
|
# inboxJobConcurrency: 16;
|
|
|
|
|
2019-05-07 08:49:25 +00:00
|
|
|
# IP address family used for outgoing request (ipv4, ipv6 or dual)
|
|
|
|
#outgoingAddressFamily: ipv4
|
2019-08-29 23:29:46 +00:00
|
|
|
|
|
|
|
# Syslog option
|
|
|
|
#syslog:
|
|
|
|
# host: localhost
|
|
|
|
# port: 514
|