📚 Wiki-Go Demo
Change the default admin password.
Login
Username
Password
Keep me logged in (30 days)
Login
Create New Document
Document Type
Markdown: Traditional text documents<br>Kanban: Visual task boards<br>Links: Organized link collections
Document Title
The title of your document (will be displayed as H1)
Document Slug
URL-friendly name (no spaces, use dashes)
Document Path
Path where to create document (optional, use forward slashes to create subdirectories)
Create<br>Cancel
Move/Rename Document
Current Path
Current location of the document
New Path
New path for the document (including the slug)
This only changes the document's path. It does not modify the document's title (H1 heading).
Move/Rename<br>Cancel
Delete Document
Are you sure you want to delete this document? This action cannot be undone.
Warning: If this is a folder, all contents including subfolders and documents will be deleted.
Yes, Delete<br>No, Cancel
Message
Message content goes here.
OK
Confirm Action
Are you sure?
Yes<br>No
Attachments
Upload<br>Files
Select file
Allowed file types: jpg, jpeg, png, gif, svg, webp, txt, log, csv, sfd, zip, pdf, docx, xlsx, pptx, mp4 (Max: 1MB)<br>File type checking is disabled. All file types are allowed.
Upload
Document Files
Loading attached files...
Select Unreferenced<br>Delete Selected
Document History
Previous Versions
Loading versions...
Preview
Select a version to preview
Wiki Settings
General<br>Security<br>Content<br>Users<br>Access<br>Import<br>Backup<br>Profile
Wiki Title
Owner
Copyright Notice
Timezone
Select Region...
Select Timezone...
Interface Language
العربية
Čeština
Dansk
Deutsch
English
Español
پارسی
Suomi
Français
עברית
हिन्दी
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Русский
Svenska
Türkçe
简体中文
繁體中文
Language for the user interface
Save<br>Cancel
Enable Login Ban (brute-force protection)
Max Failures Before Ban
Window (seconds)
Initial Ban (seconds)
Max Ban (seconds)
Save<br>Cancel
Document Versions
Number of versions to keep per document. Set to 0 to disable versioning.
Max File Upload Size
Maximum allowed file size for uploads in MB.
Private wiki (requires login to view)
Disable comments system-wide
Disable File Upload Checking
Enable link embedding from clipboard
Hide attachments section in documents
Use full width for content on Desktop (disable 900px limit)
Always open child elements in sidebar
Save<br>Cancel
User Management
Add New User
Username
Password
Leave empty to keep current password
User Role
Administrator<br>Editor<br>Viewer
Access Groups
Users with these groups can access restricted sections.
Add User<br>Clear
Define path-based access rules for sections of your wiki, then assign users to groups in the Users tab. Rules are evaluated in order. First match wins.
Active Rules
Add New Rule
Import markdown files from a ZIP archive. Files will be processed and stored in the appropriate document structure. Directory structure in the ZIP (category/subcategory) will be preserved in the wiki.
Select ZIP Archive
Upload a ZIP file containing markdown (.md) files to import.
0%
Import Results
Import<br>Cancel
Create and manage backups of your wiki data. Backups include all documents, images, and configuration files.
Create Backup
0%
Available Backups
Loading backups...
Current Password
New Password
Confirm Password
Save<br>Cancel
Add/Edit Access Rule
Select Folder
Selected: /
Match Type
This document only
This document and all sub documents
Direct children only
Access Level
Public (Everyone can view)
Private (Any authenticated user)
Restricted (Users)
Access Groups
Description
Save Rule<br>Cancel
Add Column
Column Name
Create<br>Cancel
Add Link
URL
The web address of the link (required)
Fetch Link Details
Title
Display title for the link (auto-filled from URL if empty)
Description
Optional description shown below the title
Category
Select existing category
Group this link under a category section
Add Link<br>Cancel
📚 Wiki-Go Demo
Get Started
Public
wikigo.leomoon.com
Copyright 2026 © All rights reserved.
New
Edit
Settings
Login
Logout
Save
Cancel
History
Attachments
Welcome to LeoMoon Wiki-Go ¶
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.
No database. No bloat. Zero maintenance. Just Markdown.
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 and restart LeoMoon Wiki-Go. 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 :...