https://github.com/maximemoreillon/chartmuseum-gui
A SvelteKit GUI for ChartMuseum
https://github.com/maximemoreillon/chartmuseum-gui
chartmuseum helm svelte sveltekit
Last synced: 12 months ago
JSON representation
A SvelteKit GUI for ChartMuseum
- Host: GitHub
- URL: https://github.com/maximemoreillon/chartmuseum-gui
- Owner: maximemoreillon
- License: mit
- Created: 2023-03-12T09:25:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T10:30:00.000Z (about 2 years ago)
- Last Synced: 2025-07-01T15:09:41.709Z (12 months ago)
- Topics: chartmuseum, helm, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 612 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChartMuseum GUI
A simple SvelteKit GUI for [ChartMuseum](https://chartmuseum.com/)
## Usage
This application is meant to be run as a Docker container:
```
docker run \
-p 3000:3000 \
-e PUBLIC_CHARTMUSEUM_URL= \
moreillon/chartmuseum-gui
```
For docker-compose, please see the sample file in this repository.
Note: when using behind a reverse-proxy, use the PATH_BASE environment variable set the URL base (e.g. /gui)