Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
Midgard 6b812e849e
Fix logout
2020-03-26 17:46:22 +01:00
etc Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
.gitignore Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
README.md Add remote URL in README and change default 2020-03-26 16:47:56 +01:00
ajax.js Remove CORS avoidance: CORS is now okay 2020-03-26 16:35:59 +01:00
index.html Rename xhr.js to ajax.js 2020-03-26 16:34:51 +01:00
main.js Fix logout 2020-03-26 17:46:22 +01:00
rundev.sh Add remote URL in README and change default 2020-03-26 16:47:56 +01:00

README.md

To run in development mode, change MATTERMOST_REMOTE in rundev.sh to a server where you have an account, then 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.