- Remove posthog-js and posthog-node dependencies - Delete PostHogProvider component and lib/posthog.ts - Remove PostHog configuration from environment files - Remove PostHog rewrites from next.config.mjs - Update all npm subdependencies to latest minor versions - Update @types/react and @types/react-dom overrides to 19.2.9 and 19.2.3
18 lines
525 B
Docker
18 lines
525 B
Docker
# Docker Environment Configuration
|
|
# Copy this file to .env and modify the values as needed
|
|
|
|
# Host configuration
|
|
HOST_PORT=3000
|
|
PORT=3000
|
|
|
|
# Navidrome Server Configuration (OPTIONAL)
|
|
# If not provided, the app will prompt you to configure these settings
|
|
# NAVIDROME_URL=http://localhost:4533
|
|
# NAVIDROME_USERNAME=your_username
|
|
# NAVIDROME_PASSWORD=your_password
|
|
|
|
# Example for external Navidrome server:
|
|
# NAVIDROME_URL=https://your-navidrome-server.com
|
|
# NAVIDROME_USERNAME=your_username
|
|
# NAVIDROME_PASSWORD=your_password
|