Optional
actor_name_max_length?: numberThe max length of actor names.
Optional
application_email_admins?: booleanWhether to email admins when receiving a new application.
Optional
application_question?: stringYour application question form. This is in markdown, and can be many questions.
Optional
blocked_urls?: string[]A list of blocked URLs
Optional
captcha_difficulty?: stringThe captcha difficulty. Can be easy, medium, or hard
Optional
captcha_enabled?: booleanWhether to enable captchas for signups.
Optional
comment_downvotes?: FederationModeWhat kind of comment downvotes your site allows.
Optional
comment_upvotes?: FederationModeWhat kind of comment upvotes your site allows.
Optional
community_creation_admin_only?: booleanLimits community creation to admins only.
Optional
content_warning?: stringIf present, nsfw content is visible by default. Should be displayed by frontends/clients when the site is first opened by a user.
Optional
default_comment_sort_type?: CommentSortTypeThe default comment sort, usually "hot"
Optional
default_post_listing_mode?: PostListingModeDefault value for listing mode, usually "list"
Optional
default_post_listing_type?: ListingTypeThe default post listing type, usually "local"
Optional
default_post_sort_type?: PostSortTypeThe default post sort, usually "active"
Optional
default_post_time_range_seconds?: numberA default time range limit to apply to post sorts, in seconds. 0 means none.
Optional
default_theme?: stringThe default theme. Usually "browser"
Optional
description?: stringA shorter, one line description of your site.
Optional
disable_donation_dialog?: booleanIf this is true, users will never see the dialog asking to support Lemmy development with donations.
Optional
discussion_languages?: LanguageId[]A list of allowed discussion languages.
Optional
federation_enabled?: booleanWhether to enable federation.
Optional
hide_modlog_mod_names?: booleanWhether to hide moderator names from the modlog.
Optional
legal_information?: stringAn optional page of legal information
Optional
name?: stringOptional
oauth_registration?: booleanWhether or not external auth methods can auto-register users.
Optional
post_downvotes?: FederationModeWhat kind of post downvotes your site allows.
Optional
post_upvotes?: FederationModeWhat kind of post upvotes your site allows.
Optional
private_instance?: booleanWhether your instance is public, or private.
Optional
rate_limit_comment?: numberThe number of comments allowed in a given time frame.
Optional
rate_limit_comment_per_second?: numberOptional
rate_limit_image?: numberThe number of image uploads allowed in a given time frame.
Optional
rate_limit_image_per_second?: numberOptional
rate_limit_message?: numberThe number of messages allowed in a given time frame.
Optional
rate_limit_message_per_second?: numberOptional
rate_limit_post?: numberThe number of posts allowed in a given time frame.
Optional
rate_limit_post_per_second?: numberOptional
rate_limit_register?: numberThe number of registrations allowed in a given time frame.
Optional
rate_limit_register_per_second?: numberOptional
rate_limit_search?: numberThe number of searches allowed in a given time frame.
Optional
rate_limit_search_per_second?: numberOptional
registration_mode?: RegistrationModeOptional
reports_email_admins?: booleanWhether to email admins for new reports.
Optional
require_email_verification?: booleanWhether to require email verification.
Optional
sidebar?: stringA sidebar for the site, in markdown.
Optional
slur_filter_regex?: stringA regex string of items to filter.
Edits a site.