ui
ui copied to clipboard
ChartMuseum frontend UI
Logs: > ui_1 | 2019/04/05 04:22:01.082 [uploadChart.go:15] **UploadFile** ui_1 | 2019/04/05 04:22:01.082 [uploadChart.go:25] fileName:/tmp/redis-6.4.4.tgz ui_1 | 2019/04/05 04:22:01.082 [uploadChart.go:32] going into uploadChart() chartmuseum_1 | 2019-04-05T04:22:01.092Z DEBUG [5] Incoming request: /api/charts...
This PR provides simple/example helm chart for quick installation. Signed-off-by: tombokombo
fix the typo
Fixed an issue that could not be seen when the logo size was large.
Hi! I've added BASIC_AUTH_USERS to environment variables as readme.md says, but when I'm opening UI page user authentication doesn't occur. Steps: 1. Add env var in docker-compose file to chartmusemui...
This is related to CVE issue 2019-3462 which says below Incorrect sanitation of the 302 redirect field in HTTP transport method of apt versions 1.4.8 and earlier can lead to...
even using docker => -e BASIC_AUTH_USERS="[{"username":"admin", "password":"admin"}]" \ or docker-compose BASIC_AUTH_USERS : "[{"username":"admin", "password":"admin"}]" it does not workds
Hello, I wanted to make some contribution about the CSS but when i launched the project it crashed: ```bash あ→ docker-compose up Starting ui_chartmuseum_1 ... done Recreating ui_ui_1 ... done...
Hello,  When i click on the button to remove the version, nothing happens (UI side). Then, when i refresh, the interface refreshs and the version is deleted. If it...
There should be a helm chart for installing chartmuseumui with helm. I propose a helm chart that allows users to specify * ChartMuseum API endpoint * ChartMuseum Organization * Possible...