A portal app to create, manage and publish community packs
deno task start
- DISCORD_CLIENT_ID: a discord oauth client id
- DISCORD_CLIENT_SECRET: a discord oauth client secret
- API_ENDPOINT: an endpoint for a self-hosted instance of Fable
- PUBLIC_DISCORD_WEBHOOK_URL: a discord webhook url
- S3_KEY_ID: A S3-compatible key id
- S3_ACCESS_KEY: A S3-compatible key access key
- S3_BUCKET_NAME: A S3-compatible bucket name
- S3_ENDPOINT: A S3-compatible endpoint (for uploading)
- S3_PUBLIC_ENDPOINT: the public url for the bucket (the image file name will be
added to the end e.g.:
S3_PUBLIC_ENDPOINT/filename.png
)
- GEMINI_API_KEY: A Gemini API Key