You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http/static_dir config value was deprecated in Mopidy 1.0 almost a year ago. We should remove it entirely because:
Properly packaged web clients are much easier to install for end users.
http/static_dir can only be used by a single client.
http/static_dir hides the list of other installed clients (that is, it is always available at http://.../mopidy/).
Our cookiecutter project makes is easy getting a properly packaged web client up and running, eliminating then need for http/static_dir as a development tool.
Tasks:
Change the config schema type to config_lib.Deprecated()
Remove default from mopidy/http/ext.conf
Remove static dir hosting support in Mopidy-HTTP (see _get_mopidy_request_handlers())
Update JS extension docs to not use http/static_dir in examples
The text was updated successfully, but these errors were encountered:
The
http/static_dir
config value was deprecated in Mopidy 1.0 almost a year ago. We should remove it entirely because:http/static_dir
can only be used by a single client.http/static_dir
hides the list of other installed clients (that is, it is always available athttp://.../mopidy/
).http/static_dir
as a development tool.Tasks:
config_lib.Deprecated()
mopidy/http/ext.conf
_get_mopidy_request_handlers()
)http/static_dir
in examplesThe text was updated successfully, but these errors were encountered: