Created detailed cache management documentation including:
- Cache key structure and formats
- Accessing Redis/Valkey CLI in Docker containers
- Inspecting cache contents with examples
- Flushing cache for specific websites (custom domains and pages domains)
- Common cache management tasks
- Docker exec examples for both redis-cli and valkey-cli
- Troubleshooting cache issues
- Best practices for production
- Quick reference card with common commands
Added link to Cache Management in Home page navigation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Create comprehensive Quick Start guide with Traefik and Docker setup
Split Quick Start section from Home page into dedicated comprehensive guide:
- Added detailed Docker Compose setup instructions
- Added standalone Traefik setup instructions
- Included architecture overview and prerequisites
- Added complete configuration examples with explanations
- Included troubleshooting section
- Added verification steps
- Linked to Traefik and Docker documentation
- Provided next steps and additional resources
Updated Home page:
- Added Quick Start link to Getting Started section
- Replaced inline setup with link to comprehensive guide
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Rebrand from Forgejo Pages Server to Bovine Pages Server
Updated all references throughout the wiki documentation to reflect
the new project name "Bovine Pages Server".
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Removed version-specific highlights section to keep the Home page
focused on general project information.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Convert Key Capabilities to paragraph format without icons
Changed the Key Capabilities section from bullet points with icons
to a flowing paragraph for better readability.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Expand Home page introduction with detailed project description
Updated the opening section to be more descriptive about what the project
does and its value proposition:
- Emphasizes GitHub Pages-style functionality for open source platforms
- Highlights seamless Traefik integration
- Explains git-native static hosting workflow
- Positions as bringing GitHub Pages to self-hosted Forgejo/Gitea
- Added "Key Capabilities" section with clear benefits
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Created comprehensive documentation for the new directory listings feature
that provides Apache-style file browsing for directories without index.html.
**Directory-Listings.md includes:**
- Overview and when listings are shown
- Features: visual design, functionality, performance
- Configuration instructions with examples
- Usage examples: documentation, file archive, mixed content
- Security considerations and best practices
- Technical details: how it works, API calls, caching
- Troubleshooting guide
- Comparison with Apache and manual index.html
- Real-world examples
- Future enhancement ideas
**Home.md updates:**
- Added link in User Documentation section
- Added to features list
- Includes folder icon emoji 📁
The directory listings feature allows per-repository opt-in file browsing
with a beautiful, modern, responsive design similar to Apache but better.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Created comprehensive documentation for the cache reaper script that
cleans up stale domain mappings from Redis.
**Cache-Reaper.md includes:**
- Overview and problem statement
- Installation and prerequisites
- Configuration options (CLI args and env vars)
- Usage examples with dry-run mode
- Cron scheduling examples
- Security considerations
- Troubleshooting guide
- Monitoring and maintenance recommendations
- Advanced usage and best practices
- Example production setup with systemd
Added new "Maintenance & Operations" section to Home.md with link
to the Cache Reaper documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Moved CUSTOM_DOMAINS.md from main repository to wiki for better
organization of user-facing documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>