Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide "webfiles" API to do implicit FilePath search #156

Open
roman-khimov opened this issue Mar 12, 2024 · 0 comments
Open

Provide "webfiles" API to do implicit FilePath search #156

roman-khimov opened this issue Mar 12, 2024 · 0 comments
Labels
feature Completely new functionality I2 Regular impact S3 Minimally significant U3 Regular

Comments

@roman-khimov
Copy link
Member

Is your feature request related to a problem? Please describe.

I'm always frustrated when people have to do dances around our gateway to host some static content from it. Currently it's rewriting required to go from URL/somewhere/something.html to get_by_attribute/CID/FilePath/somewhere/something.html. Doable, sure, but something to think about for users and operators (even ourselves, it's easy to break something here).

Describe the solution you'd like

Implement new API that would basically do the same get_by_attribute trick, but internally. So that we'd get URLs like (similar to) https://http.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1388-1710261951/index.html served from the gateway directly (currently it works via rewrites).

Describe alternatives you've considered

Leaving as is with people suffering.

Additional context

Discord is a source of ideas if you're to read carefully.

@roman-khimov roman-khimov added U3 Regular S3 Minimally significant I2 Regular impact feature Completely new functionality labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Completely new functionality I2 Regular impact S3 Minimally significant U3 Regular
Projects
None yet
Development

No branches or pull requests

1 participant