[GH-ISSUE #530] [Feature Request] No Javascript Fallback #309

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

Originally created by @Charadon on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/530

Specific Demand

If there's no javascript functionality available, fallback to a non-js index view. This would allow you to access it via more minimal and/or terminal based web browsers such as links or lynx

Implement Suggestion

Probably have to do something with a <noscript> tag. Maybe have it add a cookie, that tells the server-side software it needs to provide a non-js index by converting the JSON to standard HTML. I'd help, but I can't program in rust =P

Originally created by @Charadon on GitHub (Jan 22, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/530 ## Specific Demand If there's no javascript functionality available, fallback to a non-js index view. This would allow you to access it via more minimal and/or terminal based web browsers such as `links` or `lynx` ## Implement Suggestion Probably have to do something with a `<noscript>` tag. Maybe have it add a cookie, that tells the server-side software it needs to provide a non-js index by converting the JSON to standard HTML. I'd help, but I can't program in rust =P
zhus closed this issue 2026-04-08 16:51:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#309