[PR #384] [CLOSED] feat: add index page format #594

Closed
opened 2026-04-08 16:53:35 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/384
Author: @Aysnine
Created: 5/13/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 08f1769 feat: add index page format

📊 Changes

4 files changed (+65 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
📝 src/server.rs (+46 -0)
📝 tests/config.rs (+5 -0)
📝 tests/http.rs (+13 -0)

📄 Description

Server render index page. Better for SEO or crawler maybe:

image

My use case: https://github.com/ImranR98/Obtainium

"HTML" (Fallback): Any other URL that returns an HTML page with links to APK files

I just want serve some apk files.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/384 **Author:** [@Aysnine](https://github.com/Aysnine) **Created:** 5/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`08f1769`](https://github.com/sigoden/dufs/commit/08f1769419f2c0d15a0de50cd97bf20e86fc4fac) feat: add index page format ### 📊 Changes **4 files changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `src/server.rs` (+46 -0) 📝 `tests/config.rs` (+5 -0) 📝 `tests/http.rs` (+13 -0) </details> ### 📄 Description Server render index page. Better for SEO or crawler maybe: <img width="436" alt="image" src="https://github.com/sigoden/dufs/assets/10137653/364958d8-3029-4f75-9bb0-f658d3af0a49"> My use case: https://github.com/ImranR98/Obtainium > "HTML" (Fallback): Any other URL that returns an HTML page with links to APK files I just want serve some apk files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:35 +03:00
zhus closed this issue 2026-04-08 16:53:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#594