feat: add indiekit-endpoint-youtube plugin configuration

This commit is contained in:
svemagie
2026-03-10 00:06:06 +01:00
parent 13d662cff6
commit 220ccc9113
+4
View File
@@ -308,6 +308,7 @@ export default {
"@rmdes/indiekit-endpoint-lastfm", "@rmdes/indiekit-endpoint-lastfm",
"@rmdes/indiekit-endpoint-podroll", "@rmdes/indiekit-endpoint-podroll",
"@rmdes/indiekit-endpoint-activitypub", "@rmdes/indiekit-endpoint-activitypub",
"indiekit-endpoint-youtube",
], ],
"@indiekit/store-github": { "@indiekit/store-github": {
user: githubUsername, user: githubUsername,
@@ -406,5 +407,8 @@ export default {
debugDashboard: activityPubDebugDashboard, debugDashboard: activityPubDebugDashboard,
debugPassword: activityPubDebugPassword, debugPassword: activityPubDebugPassword,
}, },
"indiekit-endpoint-youtube": {
mountPath: "/youtube",
},
}; };