2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-14 23:58:56 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00
2026-05-15 00:15:40 +01:00

Toothless' Bot Home

React + Vite + Tailwind link home running on port 3020.

Local

npm install
npm run build
npm run serve

Open http://localhost:3020.

PM2

npm run build
pm2 start ecosystem.config.cjs

The app name is linkweb. The GitHub webhook receiver is:

POST /webhook/github

Set WEBHOOK_SECRET in ecosystem.config.cjs if you want GitHub x-hub-signature-256 verification:

env: {
  NODE_ENV: 'production',
  PORT: '3020',
  PM2_APP_NAME: 'linkweb',
  WEBHOOK_PATH: '/webhook/github',
  WEBHOOK_SECRET: 'your-secret',
}
S
Description
Toothless Bot Home - Landing page for the bot ecosystem
Readme 69 KiB
Languages
JavaScript 71.8%
CSS 20.5%
HTML 7.7%