-
Notifications
You must be signed in to change notification settings - Fork 76
README
This directory contains all the prepared wiki documentation for DockMon.
✅ Home.md - Wiki homepage with navigation ✅ _Sidebar.md - Navigation sidebar ✅ Quick-Start.md - 5-minute quick start guide ✅ Installation.md - Platform-specific installation guides ✅ First-Time-Setup.md - Initial configuration walkthrough ✅ Notifications.md - Notification channel setup (Discord, Slack, Telegram, Pushover) ✅ Remote-Docker-Setup.md - Remote Docker monitoring with mTLS ✅ Security-Guide.md - Comprehensive security documentation ✅ Troubleshooting.md - Common issues and solutions ✅ FAQ.md - Frequently asked questions
- Go to: https://github.com/darthnorse/dockmon/wiki
- Click "Create the first page" button
-
Title:
Home - Content: Type anything (e.g., "Initial page")
- Click "Save Page"
This creates the wiki repository on GitHub.
cd wiki-content
./upload-wiki.shThe script will:
- Clone the wiki repository
- Copy all markdown files
- Commit and push to GitHub
- Clean up temporary files
Visit https://github.com/darthnorse/dockmon/wiki to see your beautiful new documentation!
If the script doesn't work, you can upload manually:
# Clone the wiki repository
git clone https://github.com/darthnorse/dockmon.wiki.git
cd dockmon.wiki
# Copy all content
cp /path/to/wiki-content/*.md .
# Commit and push
git add .
git commit -m "Update wiki documentation"
git push origin master- Go to https://github.com/darthnorse/dockmon/wiki
- Click any page
- Click "Edit" button
- Make changes
- Save
# Clone
git clone https://github.com/darthnorse/dockmon.wiki.git
cd dockmon.wiki
# Make changes
vim Home.md
# Commit and push
git add .
git commit -m "Update documentation"
git push origin masterHome.md # Wiki homepage
_Sidebar.md # Navigation (auto-appears on all pages)
Getting Started:
├── Quick-Start.md
├── Installation.md
└── First-Time-Setup.md
Configuration:
├── Notifications.md
└── (more to be added)
Advanced:
├── Remote-Docker-Setup.md
├── Security-Guide.md
└── (more to be added)
Help:
├── Troubleshooting.md
└── FAQ.md
These pages are referenced but not yet created:
User Guide:
- Dashboard.md - Dashboard overview
- Managing-Hosts.md - Host management guide
- Container-Operations.md - Container management
- Auto-Restart.md - Auto-restart configuration
- Alert-Rules.md - Alert rule configuration
- Blackout-Windows.md - Quiet hours setup
- Settings.md - Global settings
Advanced:
- mTLS-Configuration.md - Manual mTLS setup
- Platform-Guides.md - Platform-specific guides
Development:
- Development-Setup.md - Local development
- Architecture.md - System architecture
- Contributing.md - Contribution guidelines
- Testing.md - Running tests
Other:
- Configuration.md - General configuration reference
All documentation is part of DockMon and licensed under MIT License.
Getting Started
User Guide
- Dashboard
- Managing Hosts
- Container Operations
- Container Tagging
- Bulk Operations
- Stacks
- Auto-Restart
- Event Viewer
- Container Logs
Configuration
- Alert Rules
- Notifications
- Blackout Windows
- Automatic Updates
- Private Registry Credentials
- Health Checks
- Settings
Remote Monitoring
Access Control
Advanced
Development
Help