Commit inicial: BookStack con MariaDB 11, Traefik/NPM, sin standalone
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# === CONTRASEÑAS REQUERIDAS ===
|
||||
# Generar DB_PASSWORD con: openssl rand -base64 32
|
||||
DB_PASSWORD=''
|
||||
|
||||
# === CONFIGURACIÓN OPCIONAL ===
|
||||
# Base de datos (valores por defecto)
|
||||
DB_NAME=bookstack
|
||||
DB_USER=bookstack
|
||||
|
||||
# === SOLO PARA TRAEFIK ===
|
||||
# Dominio para certificado SSL (no necesario con NPM)
|
||||
DOMAIN_HOST=bookstack.example.com
|
||||
|
||||
# IMPORTANTE: Usa comillas simples si las contraseñas contienen caracteres especiales
|
||||
# Ejemplo: DB_PASSWORD='tu_password_con_$_especiales'
|
||||
Reference in New Issue
Block a user