Home
Ric Harvey edited this page 2025-12-04 19:24:52 +00:00

Page revisions

13 Commits

Author SHA1 Message Date
25f78785b7
Add URL redirects to features list 2025-12-04 19:24:52 +00:00
07343be603
Add Custom Domain Redirects link to User Documentation 2025-12-04 17:19:27 +00:00
a55fe6d2bf
Add comprehensive Cache Management wiki page
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>
2025-12-03 21:33:26 +00:00
9b6ee60d54
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>
2025-12-03 15:19:39 +00:00
ef92869e5a
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>
2025-12-03 15:15:17 +00:00
decf656761
Remove What's New in v0.0.6 section
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>
2025-12-03 15:10:24 +00:00
5e21d382b8
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>
2025-12-03 15:08:34 +00:00
e383006254
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>
2025-12-03 15:03:24 +00:00
3322f45654
Add Directory Listings documentation to wiki
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>
2025-12-02 23:54:25 +00:00
caee97adb0
Add Cache Reaper documentation to wiki
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>
2025-12-01 21:40:43 +00:00
cfa175fab8
Add Custom Domains documentation to wiki
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>
2025-12-01 21:10:03 +00:00
2ea64b2b09
Add implementation documentation from main repo 2025-12-01 20:58:50 +00:00
e78d2aff04
Add wiki documentation - Home and Password Protection pages 2025-12-01 20:56:08 +00:00