dxos-deprecated / dashboard

DxOS Dashboard
MIT License
0 stars 1 forks source link

Dynamic config for dashboard. #37

Closed richburdon closed 4 years ago

richburdon commented 4 years ago

Dynamically reads config from an endpoint serving /.well-known/dxos.

The global config object is constructed via:

See: https://github.com/dxos/dashboard/pull/37/files#diff-b41fc8125a92c8d65eb23dfae608d95c https://github.com/dxos/dashboard/pull/37/files#diff-f7bf2b665273dfa66ffa4ad7c0a52bb9

NOTE: on XBOX /.well-known/dxos should probably be served from apache (JSON version of the global YML config file).

ISSUES