docs: Add 1 and update 13 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 49s

This commit is contained in:
j
2025-12-18 21:55:59 +13:00
parent b28e56eaba
commit d932a96731
14 changed files with 139 additions and 123 deletions

View File

@@ -8,6 +8,6 @@ REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false
# Image settings
# Image settings (used by docker-compose.yml)
IMAGE_REGISTRY="lscr.io"
IMAGE_REPO="linuxserver/wikijs"

View File

@@ -1,5 +1,4 @@
# Service settings specific to this server
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
CONTAINER_NAME=wikijs
IMAGE_TAG="latest"
@@ -17,5 +16,7 @@ PUID=1000
PGID=1000
TZ="Pacific/Auckland"
# Database configuration (sqlite requires no external database)
DB_TYPE="sqlite"
# PostgreSQL database settings
DB_NAME="wikijs"
DB_USER="wikijs"
DB_PASS="changeme"