Commit inicial: BookStack con MariaDB 11, Traefik/NPM, sin standalone

This commit is contained in:
2025-12-04 15:36:36 +01:00
commit 10b8e750cb
5 changed files with 629 additions and 0 deletions

15
.env.example Normal file
View 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'