fix folder permission for rootles, this should also fix arm64 builds
This commit is contained in:
20
.env.example
20
.env.example
@@ -25,7 +25,19 @@ ADMIN_PASSWORD=Your-Secure-P@ssw0rd-Here!
|
||||
# APPLICATION CONFIGURATION
|
||||
# =============================================================================
|
||||
|
||||
# Public base URL for the application
|
||||
# Public base URL for the application (IMPORTANT!)
|
||||
# This is the URL where users access your Caddy Proxy Manager interface.
|
||||
#
|
||||
# ** REQUIRED FOR OAUTH: If using OAuth2/OIDC authentication, this MUST match
|
||||
# the redirect URI configured in your OAuth provider exactly.
|
||||
# The redirect URI will be: {BASE_URL}/api/auth/callback/oauth2
|
||||
#
|
||||
# Examples:
|
||||
# - Local development: http://localhost:3000
|
||||
# - Production with domain: https://caddy-manager.example.com
|
||||
# - Production with IP: http://192.168.1.100:3000
|
||||
#
|
||||
# IMPORTANT: Do not include a trailing slash
|
||||
BASE_URL=http://localhost:3000
|
||||
|
||||
# =============================================================================
|
||||
@@ -70,7 +82,11 @@ OAUTH_ALLOW_AUTO_LINKING=false # Auto-link OAuth to accounts without pas
|
||||
# OAUTH_CLIENT_ID=your-client-id
|
||||
# OAUTH_CLIENT_SECRET=your-client-secret
|
||||
# OAUTH_ISSUER=https://auth.example.com/application/o/caddy-proxy/
|
||||
# Redirect URI: {BASE_URL}/api/auth/callback/oauth2
|
||||
#
|
||||
# IMPORTANT: Configure the redirect URI in your OAuth provider:
|
||||
# Redirect URI = {BASE_URL}/api/auth/callback/oauth2
|
||||
# Example: http://localhost:3000/api/auth/callback/oauth2
|
||||
# or: https://caddy-manager.example.com/api/auth/callback/oauth2
|
||||
|
||||
# =============================================================================
|
||||
# OPTIONAL: ADVANCED CONFIGURATION
|
||||
|
||||
Reference in New Issue
Block a user