An open API service indexing awesome lists of open source software.

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

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)