Go to file
pavlov346346-source 5f6e00c49b
Merge pull request #21 from pavlov346346-source/fix/edge-function-hardening-v1774
Harden employee Edge Function boundary
2026-09-11 09:36:00 +03:00
.github/workflows Fix high-severity npm audit findings 2026-09-11 07:51:06 +03:00
docs docs: note app.caterium.ru as confirmed sole deploy target 2026-09-10 21:08:22 +03:00
ops Harden Supabase advisor findings 2026-09-11 07:45:08 +03:00
public Fix malformed style boundary and guard HTML integrity 2026-09-11 07:41:42 +03:00
supabase/functions fix: align edge validation with Caterium employee roles 2026-09-11 07:54:22 +03:00
tests test: guard exact Caterium employee roles 2026-09-11 07:54:37 +03:00
.gitignore Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
deploy-trigger.txt Create deploy-trigger.txt 2026-09-07 15:48:20 +03:00
GITHUB-CLOUDFLARE-SETUP.txt Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
package-lock.json Fix high-severity npm audit findings 2026-09-11 07:51:06 +03:00
package.json test: include employee edge hardening checks 2026-09-11 07:53:19 +03:00
PUSH-TO-GITHUB.bat Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
README.md Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
TIMEWEB-APP-PLATFORM.md Infra: production branch promotion for app.caterium.ru 2026-09-09 19:09:32 +03:00
UPDATE-FROM-REMOTE-AND-PUSH.bat Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
wrangler.jsonc Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00

Caterium

Caterium catering SaaS frontend with Supabase backend.

Production

Current Cloudflare Worker: ancient-sound-04ab

Cloudflare publishes only public/. SQL, Edge Functions, tests and documentation are not web-accessible.

Deploy checks

npm install
npm run check:deploy
npm run test:e2e

Cloudflare Git deployment

  • Build command: npm run check:deploy
  • Deploy command: npx wrangler deploy
  • Production branch: main
  • Root directory: /

Backend

Supabase Edge Functions are versioned under supabase/functions/. SQL migration/history files live under ops/sql/.