feathermost/README.md

16 lines
559 B
Markdown
Raw Permalink Normal View History

2020-03-29 00:46:48 +01:00
# ![](./assets/feathermost.svg) Feathermost
2020-03-26 21:29:50 +01:00
2021-09-15 14:37:55 +02:00
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`.
2020-03-26 16:06:42 +01:00
This will start a web server, and mitmproxy to avoid CORS problems.
Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/).
2020-03-24 22:51:49 +01:00
2020-03-26 16:06:42 +01:00
Then open http://localhost:8000/ in your browser.