summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mgr/dashboard: API docs UI does not work with Angular dev serverVolker Theile2021-11-181-0/+5
| | | | | | | | To get the API docs UI working with the Angular dev server, the '/docs' URL segment must be added to proxy.conf.json[.sample]. Fixes: https://tracker.ceph.com/issues/53317 Signed-off-by: Volker Theile <vtheile@suse.com>
* mgr/dashboard: Listen on port 7000 by default and not 8080Wido den Hollander2018-06-051-2/+2
| | | | | | | | | | | | Port 8080 is a common alternative HTTP port used for web traffic. The dashboard however uses SSL (which can not be turned off) and for that purpose we should either use 8443. Historically the dashboard would run on port 7000 so to keep this backwards compatibility the dashboard should bind again on TCP 7000. Signed-off-by: Wido den Hollander <wido@42on.com>
* mgr/dashboard: Add UiApiController decoratorRicardo Marques2018-05-291-0/+5
| | | | | | Should be used for UI specific requests. Signed-off-by: Ricardo Marques <rimarques@suse.com>
* mgr/dashboard: Use HTTPS in dev proxy configurationVolker Theile2018-05-071-1/+1
| | | | | | | - After SSL support has been added to Ceph Dashboard via PR #21627, the developer HTTP proxy sample config must be adapted. - Adapt HACKING.rst to use HTTPS. Signed-off-by: Volker Theile <vtheile@suse.com>
* mgr/dashboard: renamed dashboard_v2 to dashboardRicardo Dias2018-03-161-0/+7
Signed-off-by: Ricardo Dias <rdias@suse.com>