Skip to content

takuoka/metabase-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

Proxy Server to access metabase API.

(Combinient to avoid CORS Limitation and VPN related problem.)

Usage

Create secrets.json

{
    "metabaseUrl": "https://your-metabase.com"
}

Start server

yarn start

Test

curl -X POST  -H "Content-Type: application/json"  -d '{"username": "[email protected]", "password": "xxxxxxxxxxx"}'   localhost:3000/metabase-proxy/api/session

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published