Skip to content

solarssk/admitto

Repository files navigation

Admitto

Status: pre-MVP / early development — internal use only. Not ready for production use with real personal data until GDPR compliance is confirmed.

A self-hostable event access gateway: attendee import, QR tickets, wallet passes, M365 mail, and check-in scanning. See SECURITY.md before deploying with real data.

This repository contains only generic code and synthetic data (@example.com). No secrets, no real personal data are ever committed here.

Current milestone history is tracked in CHANGELOG.md.

Prerequisites

  • Node.js >=22.13.0 <23 (LTS 22 line)
  • Docker — required to run PostgreSQL locally

Setup

# 1. Start Postgres
docker compose -f infra/docker-compose.yml up -d db

# 2. Configure database connection (already matches Docker Compose defaults)
cp packages/db/.env.example packages/db/.env

# 3. Install dependencies
npm install

# 4. Migrate, seed, and create test databases
npm run db:migrate
npm run db:seed
npm run db:test-setup

# 5. Run tests
npm test

Packages

Package Description
packages/mailer Email sending — one interface, three transports (Graph, SMTP, Power Automate)
packages/db Database layer — Prisma schema + client (PostgreSQL)

Security & data

This tool processes personal data (name, email, attendance status).

  • See SECURITY.md for how to report vulnerabilities.
  • GDPR/data-minimisation guidance will be published in the project wiki.
  • Never commit .env files, real attendee lists, or any credentials.
  • Public /t/* and /q/* rate limiting and CSRF on mutating POSTs trust forwarded headers only when TRUST_PROXY=true behind a reverse proxy that overwrites or sanitizes X-Forwarded-* from clients.
  • When Redis is enabled for shared rate limiting, keep a memory cap and TTL-based eviction policy in deployment config so spoofed-IP floods cannot grow Redis without bound.

Licence

MIT

About

Self-hostable event access gateway for attendee import, QR tickets, wallet passes, Microsoft 365 mail delivery, and check-in.

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages