Caution
All code modifications in this fork were made using Claude Code (AI).
I am not a developer and cannot verify the safety or correctness of any AI-generated code changes. Use at your own risk.
Before using this fork:
- Review the CHANGES.md file for a complete diff of all modifications
- Modified code sections are marked with comments containing
This section was modified by Claude CodeorThis file was created by Claude Code - Search the codebase for
Claude Codeto find all AI-modified sections
You are responsible for auditing the code before deploying to production.
This is a modified version of Wiki.js with additional features including:
- Page submission review workflow - Pages can be submitted for review before publishing
- Built-in video embeds - YouTube, Vimeo, Dailymotion, Screencast, and MP4/WebM/OGG support
- Custom favicon from logo - Site logo automatically used as favicon
- Apprise notifications - Get notified via Discord, Slack, Telegram, email, and 80+ services when comments are posted or pages are submitted for review
Pull the pre-built image from GitHub Container Registry:
docker pull ghcr.io/serversathome/wikijs-claudecode:latestCreate a docker-compose.yml file:
services:
db:
image: postgres:15-alpine
container_name: wikijs-db
environment:
POSTGRES_DB: wiki
POSTGRES_PASSWORD: wikijsrocks
POSTGRES_USER: wikijs
volumes:
- ./db-data:/var/lib/postgresql/data
restart: unless-stopped
wiki:
image: ghcr.io/serversathome/wikijs-claudecode:latest
container_name: wikijs
depends_on:
- db
environment:
DB_TYPE: postgres
DB_HOST: db
DB_PORT: 5432
DB_USER: wikijs
DB_PASS: wikijsrocks
DB_NAME: wiki
ports:
- "3000:3000"
restart: unless-stoppedThen run:
docker compose up -dAccess the wiki at http://localhost:3000
- YouTube embeds: Disable "Referrer Policy" in Admin > Security for YouTube videos to work
- Video embeds are automatic: Just paste a video URL on its own line in the editor
- Apprise notifications: Configure in Admin > Notifications with your Apprise URLs (e.g.,
discord://webhook_id/webhook_token)
- Official Website
- Documentation
- Requirements
- Installation
- Demo
- Changelog
- Feature Requests
- Chat with us on Discord
- Translations (We need your help!)
- E2E Testing Results
- Special Thanks
- Contribute
Follow our Twitter feed to learn about upcoming updates and new releases!
Wiki.js is an open source project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a sponsor, becoming a patron, donating to our OpenCollective, via Paypal or via Ethereum (0xe1d55c19ae86f6bcbfb17e7f06ace96bdbb22cb5).
Support this project by becoming a sponsor. Your name will show up in the Contribute page of all Wiki.js installations as well as here with a link to your website! [Become a sponsor]
|
|
Alexander Casassovici (@alexksso) |
Broxen (@broxen) |
Dacon (@xDacon) |
Maxime Pierre (@DonNabla) |
|
|
|
Jay Daley (@JayDaley) |
Oleksii (@idokka) |
|
|
Shane Kearney (@shanekearney) |
|
|
|
Support this project by becoming a sponsor. Your logo will show up in the Contribute page of all Wiki.js installations as well as here with a link to your website! [Become a sponsor]
Thank you to all our patrons! 🙏 [Become a patron]
Thank you to all our backers! 🙏 [Become a backer]
This project exists thanks to all the people who contribute. [Contribute].
Browserstack for providing access to their great cross-browser testing tools.
Cloudflare for providing their great CDN, SSL and advanced networking services.
DigitalOcean for providing hosting of the Wiki.js documentation site and APIs.
Icons8 for providing access to their beautiful icon sets.
Localazy for providing access to their great localization service.
Lokalise for providing access to their great localization tool.
MacStadium for providing access to their Mac hardware in the cloud.
Netlify for providing hosting for our website.
ngrok for providing access to their great HTTP tunneling services.
Porkbun for providing domain registration services.








