Initial commit

This commit is contained in:
Aodhan Collins
2025-09-08 01:03:45 +01:00
commit a2adb89d93
5 changed files with 340 additions and 0 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
# Database Configuration
# Generate a secure password for your database
# You can use: openssl rand -base64 32
DB_PASSWORD=your_secure_database_password_here
# Wiki.js Configuration
# The domain where your wiki will be accessible
# For local development, use localhost:3000
# For production, use your actual domain
WIKI_URL=http://localhost:3000
# Optional: Set timezone (default is UTC)
TZ=Europe/London