feat(board): redesign classifieds + Slack channel creation
Adds AdminGhost bot token for admin-only Slack channel creation, refreshes BoardPostCard/Form layouts, and expands admin board-channels management.
This commit is contained in:
parent
6f3d088763
commit
9a560f2a3b
14 changed files with 544 additions and 158 deletions
|
|
@ -82,6 +82,7 @@ export default defineNuxtConfig({
|
|||
resendApiKey: process.env.RESEND_API_KEY || "",
|
||||
helcimApiToken: process.env.HELCIM_API_TOKEN || "", // also exposed to client via public.helcimToken
|
||||
slackBotToken: process.env.SLACK_BOT_TOKEN || "",
|
||||
slackAdminBotToken: process.env.SLACK_ADMIN_BOT_TOKEN || "",
|
||||
slackSigningSecret: process.env.SLACK_SIGNING_SECRET || "",
|
||||
slackVettingChannelId: process.env.SLACK_VETTING_CHANNEL_ID || "",
|
||||
oidcClientId: process.env.OIDC_CLIENT_ID || "outline-wiki",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue