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>
Document profile site directory listing limitation
Added Limitations section explaining that directory listings do not work
for profile site directories when accessed via pages domain URLs. This is
because single-path-segment URLs without file extensions are interpreted
as repository names, not as profile directories.
Includes:
- Clear explanation of why the limitation exists
- URL parsing logic explanation
- Workaround using regular repositories
- Note that custom domains work normally
🤖 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>