Welcome to LeoMoon Wiki-Go ¶
🧪 This is a public demo site.
You can log in and try all features using the credentials below:
- Username:
admin
- Password:
demo123
♻️ Note: The demo resets every hour, and all data (pages, users, uploads, etc.) will be wiped automatically.
LeoMoon Wiki-Go is a modern, feature-rich, databaseless flat-file wiki platform built with Go. It provides a clean, intuitive interface for creating and managing knowledge bases, documentation, and collaborative content without requiring any external database.
Important Configuration Note with Non-SSL Setups ¶
If you're running LeoMoon Wiki-Go without SSL/HTTPS and experiencing login issues, you need to set allow_insecure_cookies: true
in your config.yaml
file. This is because:
- By default, LeoMoon Wiki-Go sets the "Secure" flag on cookies for security
- Browsers reject "Secure" cookies on non-HTTPS connections
- This prevents login from working properly on HTTP-only setups
Security Note: Only use this setting in development or in trusted internal networks. For public-facing wikis, always use HTTPS.