Skip to content

A web app to view popular community packs, or create your own

License

Notifications You must be signed in to change notification settings

fable-community/packs

Repository files navigation

Fable deno

A portal app to create, manage and publish community packs

https://packs.deno.dev

Contribute

Open in GitHub Codespaces Made with Fresh

deno task start
Required Environment Variables:
  • DISCORD_CLIENT_ID: a discord oauth client id
  • DISCORD_CLIENT_SECRET: a discord oauth client secret
Optional Environment Variables:
  • 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)

  • CF_ACCOUNT_ID: A cloudflare account id

  • CF_AI_TOKEN: A cloudflare workers AI access token