2019-04-07 12:50:36 +00:00
|
|
|
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
2022-11-16 03:51:59 +00:00
|
|
|
# Calckey configuration
|
2019-04-07 12:50:36 +00:00
|
|
|
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
|
|
# ┌─────┐
|
|
|
|
#───┘ 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
|
|
|
|
|
|
|
#
|
2022-03-08 14:23:18 +00:00
|
|
|
# Misskey requires a reverse proxy to support HTTPS connections.
|
2018-10-02 02:59:12 +00:00
|
|
|
#
|
|
|
|
# +----- https://example.tld/ ------------+
|
|
|
|
# +------+ |+-------------+ +----------------+|
|
|
|
|
# | User | ---> || Proxy (443) | ---> | Misskey (3000) ||
|
|
|
|
# +------+ |+-------------+ +----------------+|
|
|
|
|
# +---------------------------------------+
|
2018-07-14 17:09:55 +00:00
|
|
|
#
|
2022-03-08 14:23:18 +00:00
|
|
|
# You need to set up a reverse proxy. (e.g. nginx)
|
|
|
|
# An encrypted connection with HTTPS is highly recommended
|
|
|
|
# because tokens may be transferred in GET requests.
|
2018-07-14 17:09:55 +00:00
|
|
|
|
2022-03-08 14:23:18 +00:00
|
|
|
# The port that your Misskey server should listen on.
|
|
|
|
port: 3000
|
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
|
2022-11-16 03:51:59 +00:00
|
|
|
db: calckey
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# Auth
|
2022-11-16 03:51:59 +00:00
|
|
|
user: example-calckey-user
|
|
|
|
pass: example-calckey-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
|
2022-06-24 10:22:19 +00:00
|
|
|
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
2019-04-13 10:19:32 +00:00
|
|
|
#pass: example-pass
|
2019-11-04 11:48:07 +00:00
|
|
|
#prefix: example-prefix
|
|
|
|
#db: 1
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# ┌─────────────────────────────┐
|
|
|
|
#───┘ Elasticsearch configuration └─────────────────────────────
|
|
|
|
|
|
|
|
#elasticsearch:
|
|
|
|
# host: localhost
|
|
|
|
# port: 9200
|
2020-03-20 05:00:34 +00:00
|
|
|
# ssl: false
|
|
|
|
# user:
|
|
|
|
# pass:
|
2019-04-07 12:50:36 +00:00
|
|
|
|
|
|
|
# ┌───────────────┐
|
|
|
|
#───┘ 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 └─────────────────────────────────────
|
|
|
|
|
2022-12-12 23:07:38 +00:00
|
|
|
# Max note length, should be < 8000.
|
|
|
|
#maxNoteLength: 3000
|
|
|
|
|
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
|
2019-10-22 10:30:18 +00:00
|
|
|
# deliverJobConcurrency: 128
|
|
|
|
# inboxJobConcurrency: 16
|
2019-08-26 20:33:24 +00:00
|
|
|
|
2020-01-20 05:14:09 +00:00
|
|
|
# Job rate limiter
|
|
|
|
# deliverJobPerSec: 128
|
|
|
|
# inboxJobPerSec: 16
|
|
|
|
|
|
|
|
# Job attempts
|
|
|
|
# deliverJobMaxAttempts: 12
|
|
|
|
# inboxJobMaxAttempts: 8
|
|
|
|
|
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
|
2019-09-01 19:42:52 +00:00
|
|
|
|
|
|
|
# Proxy for HTTP/HTTPS
|
|
|
|
#proxy: http://127.0.0.1:3128
|
|
|
|
|
2020-04-12 11:32:34 +00:00
|
|
|
#proxyBypassHosts: [
|
|
|
|
# 'example.com',
|
|
|
|
# '192.0.2.8'
|
|
|
|
#]
|
|
|
|
|
2019-09-01 19:42:52 +00:00
|
|
|
# Proxy for SMTP/SMTPS
|
|
|
|
#proxySmtp: http://127.0.0.1:3128 # use HTTP/1.1 CONNECT
|
|
|
|
#proxySmtp: socks4://127.0.0.1:1080 # use SOCKS4
|
|
|
|
#proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5
|
2019-12-19 16:54:28 +00:00
|
|
|
|
|
|
|
# Media Proxy
|
2019-12-31 08:23:47 +00:00
|
|
|
#mediaProxy: https://example.com/proxy
|
2020-10-17 16:46:40 +00:00
|
|
|
|
2022-02-27 04:59:10 +00:00
|
|
|
# Proxy remote files (default: false)
|
|
|
|
#proxyRemoteFiles: true
|
|
|
|
|
2021-09-03 12:00:44 +00:00
|
|
|
#allowedPrivateNetworks: [
|
|
|
|
# '127.0.0.1/32'
|
|
|
|
#]
|
2021-09-04 11:33:14 +00:00
|
|
|
|
2023-01-21 20:55:38 +00:00
|
|
|
# TWA
|
|
|
|
#twa:
|
|
|
|
# nameSpace: android_app
|
|
|
|
# packageName: tld.domain.twa
|
|
|
|
# sha256CertFingerprints: ['AB:CD:EF']
|
|
|
|
|
2021-09-04 11:33:14 +00:00
|
|
|
# Upload or download file size limits (bytes)
|
|
|
|
#maxFileSize: 262144000
|
2022-10-31 04:38:20 +00:00
|
|
|
|
2022-11-02 01:41:59 +00:00
|
|
|
# Managed hosting settings
|
|
|
|
# !!!!!!!!!!
|
2022-11-16 03:51:59 +00:00
|
|
|
# >>>>>> NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
|
|
|
|
# >>>>>> YOU DON'T NEED THIS! <<<<<<
|
2022-11-02 01:41:59 +00:00
|
|
|
# !!!!!!!!!!
|
|
|
|
# Each category is optional, but if each item in each category is mandatory!
|
|
|
|
# If you mess this up, that's on you, you've been warned...
|
|
|
|
|
2022-10-31 04:38:20 +00:00
|
|
|
#maxUserSignups: 100
|
2022-11-02 01:41:59 +00:00
|
|
|
#isManagedHosting: true
|
|
|
|
#deepl:
|
|
|
|
# managed: true
|
|
|
|
# authKey: ''
|
|
|
|
# isPro: false
|
|
|
|
#
|
|
|
|
#email:
|
|
|
|
# managed: true
|
|
|
|
# address: 'example@email.com'
|
|
|
|
# host: 'email.com'
|
|
|
|
# port: 587
|
|
|
|
# user: 'example@email.com'
|
|
|
|
# pass: ''
|
|
|
|
# useImplicitSslTls: false
|
|
|
|
#
|
|
|
|
#objectStorage:
|
|
|
|
# managed: true
|
2022-11-02 16:14:42 +00:00
|
|
|
# baseUrl: ''
|
2022-11-02 01:41:59 +00:00
|
|
|
# bucket: ''
|
|
|
|
# prefix: ''
|
|
|
|
# endpoint: ''
|
|
|
|
# region: ''
|
|
|
|
# accessKey: ''
|
|
|
|
# secretKey: ''
|
|
|
|
# useSsl: true
|
|
|
|
# connnectOverProxy: false
|
|
|
|
# setPublicReadOnUpload: true
|
|
|
|
# s3ForcePathStyle: true
|
2022-11-16 03:51:59 +00:00
|
|
|
|
|
|
|
# !!!!!!!!!!
|
|
|
|
# >>>>>> AGAIN, NORMAL SELF-HOSTERS, STAY AWAY! <<<<<<
|
|
|
|
# >>>>>> YOU DON'T NEED THIS, ABOVE SETTINGS ARE FOR MANAGED HOSTING ONLY! <<<<<<
|
|
|
|
# !!!!!!!!!!
|
|
|
|
|
|
|
|
# Seriously. Do NOT fill out the above settings if you're self-hosting.
|
|
|
|
# They're much better off being set from the control panel.
|