| @@ -28,7 +28,7 @@ If you use curl, you can get an access token like this: | |||||
| ``` | ``` | ||||
| curl -X POST --header 'Content-Type: application/json' -d '{ | curl -X POST --header 'Content-Type: application/json' -d '{ | ||||
| "identifier": { "type": "m.id.user", "user": "bot.go-neb"}, | |||||
| "identifier": { "type": "m.id.user", "user": "bot.go-neb" }, | |||||
| "password": "a strong password", | "password": "a strong password", | ||||
| "type": "m.login.password" | "type": "m.login.password" | ||||
| }' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login' | }' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login' | ||||
| @@ -198,8 +198,8 @@ matrix_bot_go_neb_services: | |||||
| # Each room will get the notification with the alert rendered with the given template | # Each room will get the notification with the alert rendered with the given template | ||||
| rooms: | rooms: | ||||
| "!someroomid:domain.tld": | "!someroomid:domain.tld": | ||||
| text_template: "{% raw %}{{range .Alerts -}} [{{ .Status }}] {{index .Labels \"alertname\"}}: {{index .Annotations \"description\"}} {{ end -}}{% endraw %}" | |||||
| html_template: "{% raw %}{{range .Alerts -}} {{ $severity := index .Labels \"severity\"}} {{ if eq .Status \"firing\"}} {{ if eq $severity \"critical\"}} <font color='red'><b>[FIRING - CRITICAL]</b></font> {{ else if eq $severity \"warning\"}} <font color='orange'><b>[FIRING - WARNING]</b></font> {{ else }} <b>[FIRING - {{ $severity }}]</b> {{ end }} {{ else }} <font color='green'><b>[RESOLVED]</b></font> {{ end }} {{ index .Labels \"alertname\"}} : {{ index .Annotations \"description\"}} <a href=\"{{ .GeneratorURL }}\">source</a><br/>{{end -}}{% endraw %}" | |||||
| text_template: "{% raw %}{{range .Alerts -}} [{{ .Status }}] {{index .Labels \"alertname\" }}: {{index .Annotations \"description\"}} {{ end -}}{% endraw %}" | |||||
| html_template: "{% raw %}{{range .Alerts -}} {{ $severity := index .Labels \"severity\" }} {{ if eq .Status \"firing\" }} {{ if eq $severity \"critical\"}} <font color='red'><b>[FIRING - CRITICAL]</b></font> {{ else if eq $severity \"warning\"}} <font color='orange'><b>[FIRING - WARNING]</b></font> {{ else }} <b>[FIRING - {{ $severity }}]</b> {{ end }} {{ else }} <font color='green'><b>[RESOLVED]</b></font> {{ end }} {{ index .Labels \"alertname\"}} : {{ index .Annotations \"description\"}} <a href=\"{{ .GeneratorURL }}\">source</a><br/>{{end -}}{% endraw %}" | |||||
| msg_type: "m.text" # Must be either `m.text` or `m.notice` | msg_type: "m.text" # Must be either `m.text` or `m.notice` | ||||
| ``` | ``` | ||||
| @@ -28,7 +28,7 @@ If you use curl, you can get an access token like this: | |||||
| ``` | ``` | ||||
| curl -X POST --header 'Content-Type: application/json' -d '{ | curl -X POST --header 'Content-Type: application/json' -d '{ | ||||
| "identifier": { "type": "m.id.user", "user": "bot.mjolnir"}, | |||||
| "identifier": { "type": "m.id.user", "user": "bot.mjolnir" }, | |||||
| "password": "PASSWORD_FOR_THE_BOT", | "password": "PASSWORD_FOR_THE_BOT", | ||||
| "type": "m.login.password" | "type": "m.login.password" | ||||
| }' 'https://matrix.DOMAIN/_matrix/client/r0/login' | }' 'https://matrix.DOMAIN/_matrix/client/r0/login' | ||||
| @@ -50,7 +50,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Facebook", "initial_device_display_name": "Mautrix-Facebook"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Facebook", "initial_device_display_name": "Mautrix-Facebook"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -33,7 +33,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-googlechat", "initial_device_display_name": "Mautrix-googlechat"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-googlechat", "initial_device_display_name": "Mautrix-googlechat"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -35,7 +35,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Hangouts", "initial_device_display_name": "Mautrix-Hangouts"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Hangouts", "initial_device_display_name": "Mautrix-Hangouts"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -77,7 +77,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Signal", "initial_device_display_name": "Mautrix-Signal"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Signal", "initial_device_display_name": "Mautrix-Signal"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -32,7 +32,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Telegram", "initial_device_display_name": "Mautrix-Telegram"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Telegram", "initial_device_display_name": "Mautrix-Telegram"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -48,7 +48,7 @@ When using this method, **each user** that wishes to enable Double Puppeting nee | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME"}, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Whatsapp", "initial_device_display_name": "Mautrix-Whatsapp"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "YOUR_MATRIX_USERNAME" }, "password": "YOUR_MATRIX_PASSWORD", "type": "m.login.password", "device_id": "Mautrix-Whatsapp", "initial_device_display_name": "Mautrix-Whatsapp"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -53,7 +53,7 @@ To get an access token for the Dimension user, you can follow one of two options | |||||
| ``` | ``` | ||||
| curl -X POST --header 'Content-Type: application/json' -d '{ | curl -X POST --header 'Content-Type: application/json' -d '{ | ||||
| "identifier": { "type": "m.id.user", "user": "YourDimensionUsername"}, | |||||
| "identifier": { "type": "m.id.user", "user": "YourDimensionUsername" }, | |||||
| "password": "YourDimensionPassword", | "password": "YourDimensionPassword", | ||||
| "type": "m.login.password" | "type": "m.login.password" | ||||
| }' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login' | }' 'https://matrix.YOURDOMAIN/_matrix/client/r0/login' | ||||
| @@ -40,7 +40,7 @@ To do this, you can execute a command like this: | |||||
| ``` | ``` | ||||
| curl \ | curl \ | ||||
| --data '{"identifier": {"type": "m.id.user", "user": "email2matrix"}, "password": "MATRIX_PASSWORD_FOR_THE_USER", "type": "m.login.password", "device_id": "Email2Matrix", "initial_device_display_name": "Email2Matrix"}' \ | |||||
| --data '{"identifier": {"type": "m.id.user", "user": "email2matrix" }, "password": "MATRIX_PASSWORD_FOR_THE_USER", "type": "m.login.password", "device_id": "Email2Matrix", "initial_device_display_name": "Email2Matrix"}' \ | |||||
| https://matrix.DOMAIN/_matrix/client/r0/login | https://matrix.DOMAIN/_matrix/client/r0/login | ||||
| ``` | ``` | ||||
| @@ -41,5 +41,5 @@ If you didn't make your account a server admin when you created it, you can use | |||||
| ### Example: | ### Example: | ||||
| To set @user:domain.com's password to `correct_horse_battery_staple` you could use this curl command: | To set @user:domain.com's password to `correct_horse_battery_staple` you could use this curl command: | ||||
| ``` | ``` | ||||
| curl -XPOST -d '{ "new_password": "correct_horse_battery_staple"}' "https://matrix.<domain>/_matrix/client/r0/admin/reset_password/@user:domain.com?access_token=MDA...this_is_my_access_token | |||||
| curl -XPOST -d '{ "new_password": "correct_horse_battery_staple" }' "https://matrix.<domain>/_matrix/client/r0/admin/reset_password/@user:domain.com?access_token=MDA...this_is_my_access_token | |||||
| ``` | ``` | ||||