Compare commits

2 Commits

15 changed files with 28 additions and 0 deletions

View File

@ -72,6 +72,9 @@ function injectBrandStyles() {
/* Hide Fleetbase-branded user menu links */
.support-user-nav-item,.docs-user-nav-item{display:none!important}
a[href*="discord.gg"]{display:none!important}
/* Hide "Launch app" link in Storefront sidebar (points to GitHub) */
a.next-nav-item:has([data-icon="rocket"]){display:none!important}
`;
document.head.appendChild(style);
}

View File

@ -0,0 +1,25 @@
# Docker Compose Override Example
# Copy this file to docker-compose.override.yml and customize for your environment
version: "3.8"
services:
application:
environment:
CONSOLE_HOST: http://localhost:4200
# Add your environment-specific variables here
MAIL_MAILER: smtp # or ses, mailgun, postmark, sendgrid
OSRM_HOST: https://router.project-osrm.org
# IPINFO_API_KEY: your_api_key
# GOOGLE_MAPS_API_KEY: your_api_key
# GOOGLE_MAPS_LOCALE: us
# TWILIO_SID: your_twilio_sid
# TWILIO_TOKEN: your_twilio_token
# TWILIO_FROM: your_twilio_phone
socket:
environment:
# DEVELOPMENT: Allow localhost connections (HTTP, HTTPS, and WebSocket protocols)
SOCKETCLUSTER_OPTIONS: '{"origins":"http://localhost:*,https://localhost:*,ws://localhost:*,wss://localhost:*"}'
# PRODUCTION: Replace with your actual domain(s) - include all protocols
# SOCKETCLUSTER_OPTIONS: '{"origins":"https://yourdomain.com:*,wss://yourdomain.com:*,https://app.yourdomain.com:*,wss://app.yourdomain.com:*"}'

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB