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

Initial plugin design #1

Closed
simonw opened this issue Jan 23, 2024 · 0 comments
Closed

Initial plugin design #1

simonw opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Contributor

simonw commented Jan 23, 2024

Lets you configure like this:

{
    "plugins": {
        "datasette-proxy-url": {
            "paths": [
                {"path": "/proxy", "backend": "http://example.com/"},
            ]
        }
    }
}

Now hits to /proxy will proxy content from that URL.

@simonw simonw added the enhancement New feature or request label Jan 23, 2024
@simonw simonw closed this as completed in b70941c Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant