platypush/platypush/backend/http/app/routes
Fabio Manganiello f9b0bc905e
Migrated websocket service.
The websocket service is no longer provided by a different service,
controlled by a different thread running on another port.

Instead, it's now exposed directly over Flask routes, using
WSGI+eventlet+simple_websocket.

Also, the SSL context options have been removed from `backend.http`, for
sake of simplicity. If you want to enable SSL, you can serve Platypush
through a reverse proxy like nginx.
2023-05-07 12:08:28 +02:00
..
plugins Added `tts.mimic3` integration. 2022-09-30 10:51:17 +02:00
__init__.py Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
auth.py Removed two unrequired `return` statements 2022-11-21 13:04:48 +01:00
dashboard.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
execute.py Web panel improvements. 2022-10-07 02:24:29 +02:00
hook.py Make sure that a webhook function never returns a null response 2022-09-04 00:52:41 +02:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py Major LINT fixes 2021-04-05 00:58:44 +02:00
logout.py Fixed LGTM warnings 2022-06-10 20:56:40 +02:00
plugin.py Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
register.py Major LINT fixes 2021-04-05 00:58:44 +02:00
resources.py Web panel improvements. 2022-10-07 02:24:29 +02:00
websocket.py Migrated websocket service. 2023-05-07 12:08:28 +02:00