Skip to content

Commit

Permalink
feat(syndicator-atproto): at protocol syndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 26, 2024
1 parent dd23a1c commit e525eb7
Show file tree
Hide file tree
Showing 9 changed files with 592 additions and 325 deletions.
8 changes: 8 additions & 0 deletions indiekit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config = {
"@indiekit/post-type-video",
"@indiekit/preset-eleventy",
"@indiekit/store-github",
"@indiekit/syndicator-atproto",
"@indiekit/syndicator-internet-archive",
"@indiekit/syndicator-mastodon",
],
Expand Down Expand Up @@ -100,6 +101,13 @@ const config = {
endpoint: process.env.S3_ENDPOINT,
bucket: process.env.S3_BUCKET,
},
"@indiekit/syndicator-atproto": {
checked: true,
profileUrl: "https://bsky.app/profile",
serviceUrl: "https://bsky.social",
user: process.env.ATPROTO_USER,
password: process.env.ATPROTO_PASSWORD,
},
"@indiekit/syndicator-internet-archive": {
checked: false,
accessKey: process.env.INTERNET_ARCHIVE_ACCESS_KEY,
Expand Down
Loading

0 comments on commit e525eb7

Please sign in to comment.