Files
canine/README.md
T
2024-10-23 10:29:55 -07:00

1.0 KiB

TODO

  • Onboarding flow (connect github)
  • we should have a feature to continuously poll stuff and figure out if they are still alive
  • Healthchecks and whatnot
  • Write the manifesto
  • allow public network access flag is not currently doing anything

Potential add ons:

  • Add a TODO board based on code, on each code push

Setup

  • node 18
  • brew install helm
  • bundle install
  • cloudflared tunnel for development testing with github
  • set up .env file
  • run docker locally
  • TODO: beef up readme
APP_HOST=canine.example.com
OMNIAUTH_GITHUB_WEBHOOK_SECRET=1234567890
OMNIAUTH_GITHUB_PUBLIC_KEY=1234567890
OMNIAUTH_GITHUB_PRIVATE_KEY=1234567890

Running

To run your application, you'll use the bin/dev command:

bin/dev