feat(wiki): add Outline utility and wiki sync API

This commit is contained in:
Jennie Robinson Faber 2026-04-09 22:33:06 +01:00
parent 3797ff7925
commit 905b5155e2
7 changed files with 466 additions and 2 deletions

View file

@ -87,6 +87,7 @@ export default defineNuxtConfig({
oidcClientId: process.env.OIDC_CLIENT_ID || "outline-wiki",
oidcClientSecret: process.env.OIDC_CLIENT_SECRET || "",
oidcCookieSecret: process.env.OIDC_COOKIE_SECRET || "",
outlineApiKey: process.env.OUTLINE_API_KEY || "",
// Public keys (available on client-side)
public: {