Awoo-Installer icon indicating copy to clipboard operation
Awoo-Installer copied to clipboard

[Feature Request] NSP installation through HTTP Directory Listing

Open tantoinet opened this issue 5 years ago • 4 comments

Awoo is amazingly stable, I really like it! Is it possible to build an HTTP directory listing parser so we can share NSP through any web server?

tantoinet avatar Feb 11 '20 19:02 tantoinet

Files can be installed from a URL by pressing Y on the Internet Install page. As for directory listings, I've had this feature brought up previously and it really wouldn't be hard to do.

Huntereb avatar Feb 11 '20 20:02 Huntereb

It would be great if we can use a apache/nginx docker container instead of the current usb and exe network solutions. A bookmark function to save ip addresses /hostnames would be extremely handy if this feature gets implemented.

wooota avatar Sep 23 '20 10:09 wooota

I've recently implemented previously entered URLs being saved to the config file. This feature is still something I want to do, but I'm not sure when I'll get to it.

Huntereb avatar Sep 23 '20 17:09 Huntereb

Hacked together an implementation that parses Tinfoil style JSON and Nginx autoindex HTML from a saved URL. It just displays everything as a giant list of files, so not ideal for large libraries, but is good enough as a basic alternative to Tinfoil, which was the objective.

https://github.com/TheLogicMaster/Awoo-Installer/commit/ab69180a3e8369ca21ec4df8e0a3d7ce1f62c510

TheLogicMaster avatar Jan 23 '22 07:01 TheLogicMaster