https://github.com/paoliniluis/metabase-subpath
Metabase running on a subpath rather than on the root path
https://github.com/paoliniluis/metabase-subpath
Last synced: 3 days ago
JSON representation
Metabase running on a subpath rather than on the root path
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-subpath
- Owner: paoliniluis
- Created: 2023-05-18T12:50:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T22:28:55.000Z (about 2 years ago)
- Last Synced: 2025-06-22T11:11:26.805Z (11 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metabase - Running Metabase on a Subpath
- awesome-metabase - Running Metabase on a Subpath
README
# Metabase embedded on a sub-path
## What is this
This is the SSO with JWT embedded demo but Metabase is being exposed in a sub-path (localhost:9090/metabase/) thanks to Nginx. This was done to test how Metabase and also the embedding works on this situation.
## How to run
Just
- clone this repo
- (set up your token if you want to test embedding)
- do a "docker compose up" on the root folderNavigate to localhost:8080, click on the link and see te magic happen
## Just testing the normal Metabase in the sub-path?
Then go to localhost:9090/metabase/ and enter with the credentials [email protected]/secretpass1 (instance gets auto-configured with the setup script at setup/metabase-setup.sh that runs as soon as Metabase is healthy)