Community discussions

MikroTik App

Search found 10 matches

by knedlyk
Mon Jan 24, 2022 12:22 pm
Forum: Scripting
Topic: Sending notifications using Nextcloud Talk
Replies: 1
Views: 4751

Re: Sending notifications using Nextcloud Talk

I didn't find a way how to change the script if I am using app passwords, when 2FA is enabled. Perhaps, some of you may have a clue?
by knedlyk
Fri Jan 21, 2022 4:31 am
Forum: General
Topic: hotspot login page
Replies: 7
Views: 5486

Re: hotspot login page

Hi! I have installed hotspot on my router. When a user is logging in successfully he/she catches interesting error: immediately after the login page the page with "Error 404. Not Found" appears and disappears and I am joining internet. If I fail to login successfully (wrong credentials) th...
by knedlyk
Sun Jan 02, 2022 2:10 pm
Forum: Scripting
Topic: Sending notifications using Nextcloud Talk
Replies: 1
Views: 4751

Sending notifications using Nextcloud Talk

Hi everybody! Wishing you a Happy New Year 🎆 In another https://forum.mikrotik.com/viewtopic.php?p=902022#p902022 I was looking for the solution to replace pushbullet which sends the system notifications from Mikrotik router and other devices with Nextcloud Talk. Let me add, Nextcloud Talk allows an...
by knedlyk
Sat Jan 01, 2022 2:53 pm
Forum: Scripting
Topic: POST Request with fetch
Replies: 83
Views: 141699

Re: POST Request with fetch

What I would like to improve is to use the anonymous posts in public conversations, however it brings additional pain: need to use 2 curls and analyse cookies. I have had a conversation with the Talk's devs, and they left not so easy to take ideas https://github.com/nextcloud/spreed/issues/6736. Yo...
by knedlyk
Tue Dec 28, 2021 3:34 am
Forum: Scripting
Topic: POST Request with fetch
Replies: 83
Views: 141699

Re: POST Request with fetch

You may need the "Authentication" line, but think that will get set automatically by RouterOS when you use user= password= (can't recall). And yeah perhaps escaping. But that the header line is issue I suspect. Many-many-many thanks for your so kind guidance. It works now! What I would li...
by knedlyk
Wed Dec 22, 2021 6:55 am
Forum: Scripting
Topic: POST Request with fetch
Replies: 83
Views: 141699

Re: POST Request with fetch

Hi! Please, help to convert this string into the fetch format: curl -d '{"token": "<roomid>", "message": "hi there @<username>"}' -H "Content-Type: application/json" -H "Accept: application/json" -H "OCS-APIRequest: true" -v -u &q...
by knedlyk
Mon Jul 20, 2020 8:32 pm
Forum: General
Topic: Unofficial IRC channel for Mikrotik users
Replies: 12
Views: 7530

Re: Unofficial IRC channel for Mikrotik users

Are any xmpp/jabber channels on MT?
by knedlyk
Mon Jul 20, 2020 8:25 pm
Forum: Beginner Basics
Topic: LTE backup plan [SOLVED]
Replies: 15
Views: 9610

Re: LTE backup plan [SOLVED]

Hi! I was arranging backup plan and was thinking how to inform users and admins about switching to the backup and vice versa. Finally in the netwatch I added sending emails and fetching messages using pushbullet, eg /tool fetch mode=https url="https://api.pushbullet.com/v2/pushes" http-met...
by knedlyk
Sat Jul 18, 2020 9:43 pm
Forum: Scripting
Topic: Telegram notification
Replies: 3
Views: 4001

Re: how to send Notifications via Pushover & Pushbullet

You may also use Pushbullet: /tool fetch mode=https url="https://api.pushbullet.com/v2/pushes " http-method=post http-data="type=note&body=some text" user="API-Token" On a specific device: /tool fetch mode=https url="https://api.pushbullet.com/v2/pushes" h...
by knedlyk
Sat Jul 18, 2020 4:21 pm
Forum: Scripting
Topic: how to send Notifications via Pushover & Pushbullet
Replies: 8
Views: 6611

Re: how to send Notifications via Pushover & Pushbullet

For Pushbulet sample, send Pushbulet message (not sms).. /tool fetch mode=https url="https://api.pushbullet.com/api/pushes" http-method=post http-data="device_iden=<DeviceID>&type=note&body=High priority message from MikroTik device&title=RouterOS Alert" user="<...