Add TuxiNet branding and document templates

This commit is contained in:
Thomas
2025-10-28 13:56:54 +01:00
parent f956a735ca
commit 3755435890
48 changed files with 1762 additions and 1 deletions

36
.env.example Normal file
View File

@@ -0,0 +1,36 @@
APP_NAME="TuxiNet Portal"
APP_ENV=local
APP_DEBUG=true
APP_URL=https://portal.tuxinet.dk
APP_TIMEZONE=UTC
APP_LOCALE=en
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=cms_portal
DB_USERNAME=root
DB_PASSWORD=
MAIL_DRIVER=smtp
MAIL_HOST=localhost
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_TIMEOUT=30
MAIL_SENDMAIL_PATH="/usr/sbin/sendmail -bs"
MAIL_FROM_ADDRESS=no-reply@portal.tuxinet.dk
MAIL_FROM_NAME="TuxiNet Portal"
MAX_UPLOAD_MB=20
ALLOWED_MIME="image/png,image/jpeg,image/gif,image/webp,application/pdf,application/zip"
ENABLE_2FA=false
SESSION_LIFETIME=120
RATE_LIMIT_ATTEMPTS=5
RATE_LIMIT_DECAY=60
BRAND_COMPANY="TuxiNet.dk"
BRAND_DOMAIN=portal.tuxinet.dk
BRAND_LOGO_PATH="/assets/branding/tuxinet-logo.svg"
BRAND_EMAIL_SIGNATURE="TuxiNet.dk • portal.tuxinet.dk"