Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
Midgard 41276481a6
Support new multiple_channels_viewed event
2023-11-08 14:40:28 +01:00
assets Break long messages 2022-06-11 18:16:49 +02:00
etc Move update_emoji.py to etc/ 2022-06-18 22:09:34 +02:00
js Support new multiple_channels_viewed event 2023-11-08 14:40:28 +01:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
README.md Improve README 2021-09-15 14:37:55 +02:00
index.html Add channel store 2022-06-17 23:04:16 +02:00
rundev.sh Add help text for rundev.sh 2022-06-08 23:27:31 +02:00

README.md

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.