Overview
Lemmy is a decentralized Reddit alternative. When posting to Lemmy, you need to specify the community and post details.The settings use
subreddit as the field name for historical reasons, but it refers to Lemmy communities.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "lemmy" |
subreddit | array | ✅ | Array of community targets |
subreddit[].value.subreddit | string | ✅ | Community name (min 2 chars) |
subreddit[].value.id | string | ✅ | Community ID |
subreddit[].value.title | string | ✅ | Post title (min 2 chars) |
subreddit[].value.url | string | ❌ | Optional link URL |
Example
Notes
- You can post to multiple communities by adding more items to the
subredditarray - Each community requires a unique title for the post
- The
urlfield is optional and used for link-type posts

