Initial Ladill Frontdesk release with deploy pipeline.
Deploy Ladill Frontdesk / deploy (push) Failing after 35s
Test / test (push) Failing after 2m45s

Visitor management app with SSO, kiosk, badges, reports, and Gitea CI deploy to frontdesk.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 20:37:15 +00:00
co-authored by Cursor
commit 9e2d79936c
284 changed files with 29134 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
APP_NAME="Ladill Frontdesk"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://frontdesk.ladill.com
PLATFORM_URL=https://ladill.com
PLATFORM_DOMAIN=ladill.com
LOG_CHANNEL=stack
LOG_LEVEL=error
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ladill_frontdesk
DB_USERNAME=ladill_frontdesk
DB_PASSWORD=
SESSION_DRIVER=database
CACHE_STORE=database
QUEUE_CONNECTION=database
# --- Ladill SSO (Sign in with Ladill — auth.ladill.com OIDC client) ---
LADILL_SSO_CLIENT_ID=
LADILL_SSO_CLIENT_SECRET=
# --- Platform APIs this app consumes (per-consumer service keys) ---
BILLING_API_URL=https://ladill.com/api/billing
BILLING_API_KEY_FRONTDESK=
IDENTITY_API_URL=https://ladill.com/api
IDENTITY_API_KEY_FRONTDESK=
# Platform events webhook (user/org lifecycle from the monolith)
SERVICE_EVENTS_INBOUND_SECRET=
# --- Inbound service API keys (sibling Ladill apps calling Frontdesk) ---
FRONTDESK_API_KEY_POS=
FRONTDESK_API_KEY_CRM=
FRONTDESK_API_KEY_CARE=
FRONTDESK_API_KEY_LAB=
# Optional: platform DB read for SSO user resolution (same host as monolith)
# PLATFORM_DB_DATABASE=ladilldb
# PLATFORM_DB_USERNAME=
# PLATFORM_DB_PASSWORD=