Fix podroll plugin config for IndieKit loader
This commit is contained in:
+6
-6
@@ -1,7 +1,6 @@
|
||||
import "dotenv/config";
|
||||
import path from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
import PodrollEndpoint from "@rmdes/indiekit-endpoint-podroll";
|
||||
|
||||
const mongoUsername = process.env.MONGO_USERNAME || process.env.MONGO_USER || "";
|
||||
const mongoPassword = process.env.MONGO_PASSWORD || "";
|
||||
@@ -198,11 +197,7 @@ export default {
|
||||
"@rmdes/indiekit-endpoint-conversations",
|
||||
"@rmdes/indiekit-endpoint-funkwhale",
|
||||
"@rmdes/indiekit-endpoint-lastfm",
|
||||
new PodrollEndpoint({
|
||||
mountPath: podrollMountPath,
|
||||
episodesUrl: podrollEpisodesUrl,
|
||||
opmlUrl: podrollOpmlUrl,
|
||||
}),
|
||||
"@rmdes/indiekit-endpoint-podroll",
|
||||
"@rmdes/indiekit-endpoint-activitypub",
|
||||
],
|
||||
"@indiekit/store-github": {
|
||||
@@ -248,6 +243,11 @@ export default {
|
||||
apiKey: lastfmApiKey,
|
||||
username: lastfmUsername,
|
||||
},
|
||||
"@rmdes/indiekit-endpoint-podroll": {
|
||||
mountPath: podrollMountPath,
|
||||
episodesUrl: podrollEpisodesUrl,
|
||||
opmlUrl: podrollOpmlUrl,
|
||||
},
|
||||
"@rmdes/indiekit-endpoint-activitypub": {
|
||||
mountPath: "/activitypub",
|
||||
actor: {
|
||||
|
||||
Reference in New Issue
Block a user