GitHub - okkdev/bonk: 🔨 small kofi service for cardian

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

bonk

Ko-Fi webhook api for cardian ocg art orders

Env variables

  • PORT: port to listen on
  • DATABASE_URL: url to connect to database
  • AUTH_TOKEN: auth token to use for requests

Quick start

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

Deploying to fly.io

flyctl launch

with database

flyctl secrets set AUTH_TOKEN=sometoken

might also need to set the port

flyctl secrets set PORT=8080

About

🔨 small kofi service for cardian

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published