feat(wiki): add Outline utility and wiki sync API
This commit is contained in:
parent
3797ff7925
commit
905b5155e2
7 changed files with 466 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue