Logo
Explore Help
Register Sign In
cameleer/cameleer-saas
2
0
Fork 0
You've already forked cameleer-saas
Code Issues 24 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
df220bc5f3a236f27b26654e6705b04105230657
cameleer-saas/docker/saas-entrypoint.sh

8 lines
271 B
Bash
Raw Normal View History

feat: custom Logto sign-in UI with Cameleer branding Replace Logto's default sign-in page with a custom React SPA that matches the cameleer3-server login page using @cameleer/design-system. - New Vite+React app at ui/sign-in/ with Experience API integration - 4-step auth flow: init → verify password → identify → submit - Design-system components: Card, Input, Button, FormField, Alert - Same witty random subtitles as cameleer3-server LoginPage - Dockerfile: add sign-in-frontend build stage, copy dist to image - docker-compose: CUSTOM_UI_PATH on Logto, shared signinui volume - SaaS entrypoint copies sign-in dist to shared volume on startup - Add .gitattributes for LF line endings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 11:43:22 +02:00
#!/bin/sh
# Copy sign-in UI dist to shared volume for Logto's CUSTOM_UI_PATH
if [ -d /app/sign-in-dist ] && [ -d /data/sign-in-ui ]; then
cp -r /app/sign-in-dist/* /data/sign-in-ui/
echo "[saas] Copied sign-in UI to shared volume"
fi
exec java -jar /app/app.jar "$@"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 23ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API