Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e8745e1ae | ||
|
|
002d9809dc |
@@ -72,6 +72,9 @@ function injectBrandStyles() {
|
|||||||
/* Hide Fleetbase-branded user menu links */
|
/* Hide Fleetbase-branded user menu links */
|
||||||
.support-user-nav-item,.docs-user-nav-item{display:none!important}
|
.support-user-nav-item,.docs-user-nav-item{display:none!important}
|
||||||
a[href*="discord.gg"]{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);
|
document.head.appendChild(style);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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:*"}'
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |