feat: Initial project setup with Wiki.js and management scripts

- Add Docker Compose setup for Wiki.js and PostgreSQL.
- Include setup and backup scripts for easy management.
- Create command-line scripts to create and edit wiki pages via the GraphQL API.
- Add comprehensive README and .gitignore.
This commit is contained in:
Aodhan Collins
2025-09-08 02:22:20 +01:00
parent a2adb89d93
commit d7b0f6fee0
6 changed files with 329 additions and 140 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Environment variables
.env
# Python
venv/
__pycache__/
*.pyc
# Backups
backups/
# Schema file
introspectionSchema.json
# IDE / OS specific
.vscode/
.idea/
.DS_Store