Fix podroll plugin config for IndieKit loader

This commit is contained in:
svemagie
2026-03-09 09:42:25 +01:00
parent be0f7e1823
commit bff1ffa104
+6 -6
View File
@@ -1,7 +1,6 @@
import "dotenv/config"; import "dotenv/config";
import path from "node:path"; import path from "node:path";
import { fileURLToPath } from "node:url"; import { fileURLToPath } from "node:url";
import PodrollEndpoint from "@rmdes/indiekit-endpoint-podroll";
const mongoUsername = process.env.MONGO_USERNAME || process.env.MONGO_USER || ""; const mongoUsername = process.env.MONGO_USERNAME || process.env.MONGO_USER || "";
const mongoPassword = process.env.MONGO_PASSWORD || ""; const mongoPassword = process.env.MONGO_PASSWORD || "";
@@ -198,11 +197,7 @@ export default {
"@rmdes/indiekit-endpoint-conversations", "@rmdes/indiekit-endpoint-conversations",
"@rmdes/indiekit-endpoint-funkwhale", "@rmdes/indiekit-endpoint-funkwhale",
"@rmdes/indiekit-endpoint-lastfm", "@rmdes/indiekit-endpoint-lastfm",
new PodrollEndpoint({ "@rmdes/indiekit-endpoint-podroll",
mountPath: podrollMountPath,
episodesUrl: podrollEpisodesUrl,
opmlUrl: podrollOpmlUrl,
}),
"@rmdes/indiekit-endpoint-activitypub", "@rmdes/indiekit-endpoint-activitypub",
], ],
"@indiekit/store-github": { "@indiekit/store-github": {
@@ -248,6 +243,11 @@ export default {
apiKey: lastfmApiKey, apiKey: lastfmApiKey,
username: lastfmUsername, username: lastfmUsername,
}, },
"@rmdes/indiekit-endpoint-podroll": {
mountPath: podrollMountPath,
episodesUrl: podrollEpisodesUrl,
opmlUrl: podrollOpmlUrl,
},
"@rmdes/indiekit-endpoint-activitypub": { "@rmdes/indiekit-endpoint-activitypub": {
mountPath: "/activitypub", mountPath: "/activitypub",
actor: { actor: {