Directory Listings
Ric Harvey edited this page 2025-12-03 15:15:17 +00:00

Page revisions

3 Commits

Author SHA1 Message Date
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
7cc14d4db1
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>
2025-12-03 12:30:07 +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