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

Support serving non-root manifest #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

goldenstein64
Copy link

@goldenstein64 goldenstein64 commented Jul 15, 2024

This PR adds support for pulling non-root manifest files from /m/:manifest/manifest.

Fixes #59. Also fixes #141.

I should add that I'm very inexperienced in using Lapis and web dev in general, so I would like confirmation that I'm not breaking the API, creating a bad performance path, adding code in the wrong file, etc.

I'm afraid this could complicate mirrors or other things because all invalid non-root manifest URLs, even if said manifest is fake, redirect to /*. If this causes difficulties, I'm happy to change/remove it.

@goldenstein64 goldenstein64 changed the title Serve non root manifest Support serving non-root manifest Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-root manifest URL not working? Custom manifests do not have machine-readable /manifest files
1 participant