mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Update lemmy.hjson
This commit is contained in:
parent
130a3dc2d6
commit
863d635057
1 changed files with 16 additions and 8 deletions
|
@ -36,6 +36,9 @@
|
||||||
comment: 6
|
comment: 6
|
||||||
# Interval length for comment limit, in seconds
|
# Interval length for comment limit, in seconds
|
||||||
comment_per_second: 600
|
comment_per_second: 600
|
||||||
|
search: 60
|
||||||
|
# Interval length for search limit, in seconds
|
||||||
|
search_per_second: 600
|
||||||
}
|
}
|
||||||
# Settings related to activitypub federation
|
# Settings related to activitypub federation
|
||||||
federation: {
|
federation: {
|
||||||
|
@ -46,11 +49,16 @@
|
||||||
#
|
#
|
||||||
# list of instances with which federation is allowed
|
# list of instances with which federation is allowed
|
||||||
#allowed_instances: ["instance1.tld","instance2.tld"]
|
#allowed_instances: ["instance1.tld","instance2.tld"]
|
||||||
# instances which we never federate anything with (but previously federated objects are unaffected)
|
# Instances which we never federate anything with (but previously federated objects are unaffected)
|
||||||
#blocked_instances: []
|
#blocked_instances: []
|
||||||
# If true, only federate with instances on the allowlist and block everything else. If false,
|
# If true, only federate with instances on the allowlist and block everything else. If false
|
||||||
# use allowlist only for remote communities, and posts/comments in local communities.
|
# use allowlist only for remote communities, and posts/comments in local communities
|
||||||
|
# (meaning remote communities will show content from arbitrary instances).
|
||||||
#strict_allowlist: true
|
#strict_allowlist: true
|
||||||
|
# Number of workers for sending outgoing activities. Search logs for Activity queue stats to
|
||||||
|
# see information. If running number is consistently close to the worker_count, you should
|
||||||
|
# increase it.
|
||||||
|
worker_count: 64
|
||||||
}
|
}
|
||||||
captcha: {
|
captcha: {
|
||||||
# Whether captcha is required for signup
|
# Whether captcha is required for signup
|
||||||
|
@ -68,8 +76,8 @@
|
||||||
smtp_password: ""
|
smtp_password: ""
|
||||||
# Address to send emails from, eg noreply@your-instance.com
|
# Address to send emails from, eg noreply@your-instance.com
|
||||||
smtp_from_address: "lemmy@__DOMAIN__"
|
smtp_from_address: "lemmy@__DOMAIN__"
|
||||||
# Whether or not smtp connections should use tls
|
# Whether or not smtp connections should use tls. Can be none, tls, or starttls
|
||||||
use_tls: true
|
tls_type: "none"
|
||||||
}
|
}
|
||||||
# Parameters for automatic configuration of new instance (only used at first start)
|
# Parameters for automatic configuration of new instance (only used at first start)
|
||||||
setup: {
|
setup: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue