Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
2022-06-08 17:26:56 +02:00
assets Improve margin around post 2022-06-08 17:26:56 +02:00
etc Spoof origin to allow websocket creation 2021-02-17 16:54:40 +01:00
js Improve emoji support: no commas 2021-04-26 17:40:07 +02:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
index.html Add emoji support 2021-02-17 21:58:06 +01:00
README.md Improve README 2021-09-15 14:37:55 +02:00
rundev.sh Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00

Feathermost

Before you can use Feathermost, the admin of your Mattermost servers must set up CORS appropriately. If this is not possible, you can use a CORS puncturing proxy, such as the mitmproxy setup provided for development (see below).

Development

Dependencies: none.

To run in development mode, execute rundev.sh. This will start a web server, and mitmproxy to avoid CORS problems. Dependencies for that: Bash, Python and mitmproxy.

Then open http://localhost:8000/ in your browser.