commit 42d5dbb85100641672af7f5fcc40924672f9160c parent 22831534f220ff1e2cb49eb195eaae25e63805c4 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 18 Feb 2022 23:43:11 +0100 Add hosted instance Diffstat:
| M | README.md | | | 10 | +++++++--- |
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -10,7 +10,6 @@ Using this currently is extremely dangerous! 1. Follow https://create-react-app.dev/docs/using-https-in-development for your os 2. Run `npm start` - ## How to build Run `npm run build`. @@ -19,4 +18,9 @@ Run `npm run build`. Something like this (room_id and https are required) -`/addwidget https://localhost:3000?room_id=$matrix_room_id` -\ No newline at end of file +`/addwidget https://localhost:3000?room_id=$matrix_room_id` + +## Hosted instance + +A hosted widget is at https://moderation_widget.nordgedanken.dev/ you can add it via +`/addwidget https://moderation_widget.nordgedanken.dev?room_id=$matrix_room_id` +\ No newline at end of file