프로젝트: Wiki.js Knowledge Base
원본 상대경로:docs/CHAT_HANDOFF.md
형식:MD
분류:문서
추출 방식:text
동기화:2026-06-29 09:50:49
docs/CHAT_HANDOFF.mdThe user wanted a reusable knowledge base Wiki for work done with AI agents across multiple environments. The preferred solution should be open source and deployable through Docker Compose.
The conversation compared Wiki.js and BookStack. Wiki.js was recommended because this project values Markdown/Git-friendly content that agents can read and update. BookStack was considered better for a people-first documentation library, but less ideal for agent workflows.
The user chose the recommendation. A Wiki.js + PostgreSQL Docker Compose project was created, then moved into:
C:\Users\saint\2026_personal_project\wiki-js-knowledge-base
The user later clarified the target infrastructure:
The project was updated for Synology deployment and CI/CD.
/volume1/docker/wiki-js-knowledge-base.docker-compose.yml.env.example.env.synology.exampledeploy/compose.synology.ymldeploy/compose.npm-network.example.ymldeploy/deploy-synology.sh.github/workflows/deploy-synology.ymldocs/SYNOLOGY_DEPLOYMENT.mdscripts/backup.*scripts/restore.*wiki-content/ templatesNPM_NETWORK is provided.Before making changes, inspect:
cd C:\Users\saint\2026_personal_project\wiki-js-knowledge-base
git status --short
rg --files -uu
Do not assume the NAS has already been deployed. The repository is initialized locally, but a remote may not be configured yet.
If asked to publish, confirm the target Git provider and remote URL, then commit and push. If asked to deploy, prefer the Synology guide and the deploy/deploy-synology.sh flow.