Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winlost/metabase-subpath
Setup for running Metabase on a subpath
https://github.com/winlost/metabase-subpath
Last synced: about 1 month ago
JSON representation
Setup for running Metabase on a subpath
- Host: GitHub
- URL: https://github.com/winlost/metabase-subpath
- Owner: WiNloSt
- License: mit
- Created: 2024-04-19T15:04:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:08:19.000Z (7 months ago)
- Last Synced: 2024-04-19T16:27:30.125Z (7 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metabase on a sub-path in local dev
This repo is a setup for testing Metabase deployed on a subpath e.g. when you visit metabase at https://example.com/metabase rather than https://metabase.example.com
## How to use
1. Run the reverse proxy server
```sh
docker compose up
```This assumes you run your local Metabase instance at localhost:3000 and the metabase will be deployed at http://localhost:4000/metabase/
2. Modify your Metabase site setting to http://localhost:4000/metabase/And voila!