Skip to content

A web app to view users' 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

Screenshot of Browse page Screenshot of Edit Pack page

Contribute

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
  • API_ENDPOINT: an endpoint for a self-hosted instance of Fable

Optional Variables

Send public packs update messages to a discord channel
  • PUBLIC_DISCORD_WEBHOOK_URL: a discord webhook url
Allow users to upload their own images
  • 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)
Allow users to auto generate descriptions