Welcome to TylerWiki
TylerWiki is a sovereign, Rust-based knowledge management and wiki platform designed for enterprise deployment.
⚠️ Status: Development / Placeholder Site
✅ DNS Configured
Domain tylerwiki.com is pointing to production server with valid SSL certificate.
✅ Infrastructure Ready
Nginx reverse proxy configured, PostgreSQL database available, deployment directory created.
🚧 Application Pending
Full Rust application exists in source code but requires fixes before deployment (84 compile errors).
📋 Next Steps
Fix compilation errors in tylerwiki Rust codebase, build release binary, deploy to /opt/tylerwiki/
Planned Features
- Markdown-based wiki pages with git version control
- PostgreSQL-backed page storage and search
- Full-text search with Tantivy
- Web-based editing interface
- ERP system integration
- Role-based access control
- Collaborative editing
Technical Stack
- Backend: Rust (Axum web framework)
- Database: PostgreSQL
- Search: Tantivy full-text search
- Version Control: Git integration
- Templates: Tera (from Zola)
- Server: FreeBSD 14 + Nginx