Jump to content
  • 24

Ночная тема (расширение браузера)


eralde

Question

Recommended Posts

  • 0

И еще одна проблема, с дополнением получаем возможность извлекать маршруты в формате json. но в этом смысла нет тк загрузить такой фаил на другой кинетик не возможно, получается проще из файла конфигурации выташить все роуты .

Link to comment
Share on other sites

  • 0
5 часов назад, KYTECHNGAMING сказал:

@eralde Hello master,
Can you place such buttons in the mesh page?
devicekeenrandomidi.io can work with https:// address. In fact, why isn't this feature included directly in the software?

https://prnt.sc/GUWROg3Nw8Bj

 

Buttons are Self-test, reboot, webcli .... etc. 

There is no way to execute a custom command on an extender from the controller. As far, as I know it is possible to reboot the extender, but that's it.

  • Thanks 1
Link to comment
Share on other sites

  • 0
13 minutes ago, eralde said:

There is no way to execute a custom command on an extender from the controller. As far, as I know it is possible to reboot the extender, but that's it.

Is it impossible to command because of the auth-token?
after verification; It will run as khfi3o3ı2rn2k3lr32iro32rn3klr32.io/a
 

Link to comment
Share on other sites

  • 0
14 часа назад, KYTECHNGAMING сказал:

Is it impossible to command because of the auth-token?
after verification; It will run as khfi3o3ı2rn2k3lr32iro32rn3klr32.io/a
 

Due to CORS it is not possible (without additional configuration on the server side) to just send HTTP queries to an extender (domain B) from the controller web UI (domain A). Although it is possible that the HTTP server in the Keenetic firmware can be configured to allow this, this can lead to security issues.

And there is no command in the controller firmware that allows to execute something on the extender outside of the browser (except "system reboot"). I don't know why the mesh feature was designed that way, but there are no plans to add something like this in the future.

RMM is a better fit for executing commands on multiple devices. I know, that the "whole mesh reboot" feature is already implemented there, and I'm sure they'll add more features in the future.

  • Thanks 3
Link to comment
Share on other sites

  • 0
5 minutes ago, eralde said:

Due to CORS it is not possible (without additional configuration on the server side) to just send HTTP queries to an extender (domain B) from the controller web UI (domain A). Although it is possible that the HTTP server in the Keenetic firmware can be configured to allow this, this can lead to security issues.

And there is no command in the controller firmware that allows to execute something on the extender (except "system reboot"). I don't know why the mesh feature was designed that way, but there are no plans to add something like this in the future.

RMM is a better fit for executing commands on multiple devices. I know, that the "whole mesh reboot" feature is already implemented there, and I'm sure they'll add more features in the future.

I understand very well.
Thank you for the information. @eralde 🙏👍

 

 

Few days ago, I got a warning for the first time in the mozilla browser. But I didn't look into the details. I didn't have time. Even though I turned off the plugins, it couldn't connect to the repeater.

https://prnt.sc/CMq9G7qO9u6W

Edited by KYTECHNGAMING
Link to comment
Share on other sites

  • 0
12 минуты назад, KYTECHNGAMING сказал:

Few days ago, I got a warning for the first time in the mozilla browser. But I didn't look into the details. I didn't have time. Even though I turned off the plugins, it couldn't connect to the repeater.

https://prnt.sc/CMq9G7qO9u6W

Well, there is a number of reasons for this; if this situation repeats itself you should contact our technical support. There is a way to enable verbose log for the "cloud" component, but I rarely need to do that, so I just don't remember, sorry :7_sweat_smile:
Technical support engineers are way more experienced in this sort of thing than I am.

  • Thanks 2
Link to comment
Share on other sites

  • 0

Версия 0.5.105 (2022-05-15):

  • исправлена работа страницы "Маршрутизация" в прошивках 2.16 (сообщил @PASPARTU)
  • добавлена возможность выбирать интерфейс для traceroute (предложил @PriSonerS61)*

* В качестве аргумента для traceroute передается IP-адрес выбранного интерфейса, поскольку аргумент, задающий интерфейс, до недавнего времени был сломан

 

0.5.105 (15 May 2022):

  • fixed "Routing" UI page for 2.16.x firmware (reported by @PASPARTU)
  • added ability to select interface for traceroute (suggested by @PriSonerS61)*
     

* The IP address of the selected interface is passed as an argument for traceroute, since the argument specifying the interface was, until recently, broken

  • Thanks 5
Link to comment
Share on other sites

  • 0

@eralde  А как происходит резолв на страницы "машрутизации" подозреваю не средствами самого кинетика? а через какой то внешний DNS?

Edited by PASPARTU
Link to comment
Share on other sites

  • 0
1 час назад, PASPARTU сказал:

@eralde  А как происходит резолв на страницы "машрутизации" подозреваю не средствами самого кинетика? а через какой то внешний DNS?

Через Cloudflare DNS + CORS proxy на базе Cloudflare worker.
https://github.com/Eralde/keenetic-dark-theme-extension/blob/06443aba4a6d7f719d38a75911695b0b40453558/app/scripts/uiExtension/routesToolbar/routes-tools.service.js#L261

  • Thanks 1
Link to comment
Share on other sites

  • 0
On 5/15/2022 at 12:06 PM, eralde said:

Well, there is a number of reasons for this; if this situation repeats itself you should contact our technical support. There is a way to enable verbose log for the "cloud" component, but I rarely need to do that, so I just don't remember, sorry :7_sweat_smile:
Technical support engineers are way more experienced in this sort of thing than I am.

 

Mozilla is detecting the Keenetic shortcut link as a pop-up. Interesting.
It works fine when I give pop-up permission to the domain.
It's not ad blocker or dark theme extensions blocking.

 

https://prnt.sc/Mf6-w_tUnsq3

https://prnt.sc/TbcZktH-XJd8

https://prnt.sc/EaLbGs0qlTzz

Edited by KYTECHNGAMING
Link to comment
Share on other sites

  • 0
В 22.05.2022 в 09:32, KYTECHNGAMING сказал:

Mozilla is detecting the Keenetic shortcut link as a pop-up. Interesting.
It works fine when I give pop-up permission to the domain.
It's not ad blocker or dark theme extensions blocking.

Safari also does that. As far, as I know it is because we do not have proper links (<a href="...">) in the page markup.
When you click on a link to the extender the web UI sends a request to generate a one time auth URL. The browser thinks that this is tricky (and possibly malicious), so it prevents opening of a new tab that follows the click.

It is completely unrelated to the extension :7_sweat_smile:

  • Thanks 2
Link to comment
Share on other sites

  • 0
В 09.06.2022 в 15:59, KYTECHNGAMING сказал:

I think there is a bug.
I tried using ports 1 and 4 for iptv vlan.
The usage details appear on the 8th port.

I don't know if it's a theme or a gui problem.

https://prnt.sc/Ag1_ZVaPJ9bR


Looks like an error in the extension.

Please provide remote access to your device so I can debug this (I don't have such a device at hand).

 

  • Thanks 1
Link to comment
Share on other sites

  • 0
6 minutes ago, eralde said:


Looks like an error in the extension.

Please provide remote access to your device so I can debug this (I don't have such a device at hand).

 

I changed the ports. This time, streaming appears on other ports. 👍

https://prnt.sc/eMEINEBt1R25
I am sending Keendns access via private message.

 

  • Thanks 1
Link to comment
Share on other sites

  • 0

@eraldeВерсия ОС 3.9 Alpha 2.

На странице "Список устройств", столбец "Приоритет трафика". Можно изменить цвет символов? Плохо читаются:

Скрытый текст

859197638__999(275).thumb.png.272ddeb1a1b68add8cfa23aacbe225c2.png

 

  • Thanks 1
Link to comment
Share on other sites

  • 0

На странице клиенты/wifi 391 пропал параметр rssi для данного клиента.

Две цифры 11 не актуальны и их можно убрать

Без имени-3.jpg

Link to comment
Share on other sites

  • 0
В 25.07.2022 в 18:06, Sorrel сказал:

Расписание перезагрузки постоянно серым горит, не дает исправить, хотя оно установлено.

3.8.3/3.9а3

Без имени-1.jpg

Это же не связано с "Ночной темой". Разместили бы в этой теме.

Link to comment
Share on other sites

  • 0

Проблема с расписание перезагрузки понятна, будет исправлено.

Изменилась секция самого интерфейса, куда я засунул это выпадющее меню. Теперь данные для него (выпадающего меню) не подгружаются, поэтому оно и не разблокируется.

  • Thanks 4
  • Upvote 1
Link to comment
Share on other sites

  • 0

@eralde  В версии 3.9 Alpha 4 произошли изменения  на странице "Интернет-фильтры" в закладке "Настройка DNS". В "темной теме"  не читаемо:

Скрытый текст

224032855__999(295).thumb.png.3859fed4677f30164446a65ab0984589.png

 

Link to comment
Share on other sites

  • 0

Версия 0.5.106 (2022-07-31):

  • "Список устройств" -- исправлен цвет попапа с настройками хоста при его закрытии (сообщил @KYTECHNGAMING)
  • "Список устройств" -- исправлен цвет текста в колоне "Приоритет трафика" (сообщил @AndreBA)
  • "Другие подключения" -- исправлен стиль секции "Предоставление IPv4 через IPv6" (сообщил @AndreBA)
  • "Монитор Wi-Fi" -- исправлен цвет подписей (сообщил @AndreBA)
  • "Общие настройки системы" -- исправлена работа выпадающего меню "Расписание перезагрузки" (сообщил @Sorrel)
  • "Интернет-фильтры" -- исправлен стиль вкладки "Настройки DNS" (сообщил @AndreBA)

 

0.5.106 (31 July 2022):

  • "Devices List" -- fixed color of popup with host settings when closing it (reported by @KYTECHNGAMING)

  • "Devices List" -- fixed the color of the text in the "Traffic priority" column (reported by @AndreBA)

  • "Other Connections" -- fixed the style of the "IPv4 over IPv6 provisioning" section (reported by @AndreBA)

  • "Wi-Fi Monitor" -- fixed the color of the captions (reported by @AndreBA)

  • "General System Settings" -- fixed the "Reboot Schedule" dropdown menu (reported by @Sorrel)

  • "Internet filter" -- fixed the style of the "DNS configuration" tab (reported by @AndreBA)

  • Thanks 5
  • Upvote 1
Link to comment
Share on other sites

  • 0

@eraldeНа прошивке версия 3.9 Alpha 6 в "ночной теме" (Версия 0.5.106), браузер Opera версия:89.0.4447.83.

Во вкладке "Общие настройки системы", раздел "Параметры системы" между рамками "дата" и "время", "время" и "часовой пояс" появились белые полосы:

Скрытый текст

1477670764__999(296).png.bafd9ec570a773a3f8f73d91c4feacab.png

Если нажать в поле "дата", то белая полоса пропадает между "дата" и "время":

Скрытый текст

1317350514__999(297).png.e5b64a948f3b77bbe534606720321e94.png

И также пропадает если нажать в рамке "время":

Скрытый текст

613296916__999(299).png.aa01395f12e465c3760e2b2377b598b3.png

Белые полосы появляются если перейди в другой раздел и вернутся обратно во вкладку "Общие настройки системы" . Кеш чистил, F5 нажимал...

На "Ретрансляторе" такая же картина:

Скрытый текст

122030643__2022-08-15_051837115.png.52d30f4eb2ab8138c510a707ceec1f44.png

 

 

Edited by AndreBA
Link to comment
Share on other sites

  • 0

@eraldeНа прошивке версия 3.9 Alpha 6 в "ночной теме" (Версия 0.5.106), браузер Opera версия:89.0.4447.83.

В разделе "Домашняя сеть", "Гостевая сеть", "Wireless ISP" при выборе номера канала Wi Fi (5Ггц, 2.4Ггц), появляется лишнее поле:

Скрытый текст

589625187__999(302).thumb.png.c1cef415aeff403b1cce5dd65f0c9fbd.png578450587__999(305).thumb.png.e071f3a3ceaf322f7ddde518f4777cd8.png331926624__999(303).thumb.png.d4fdc4c0fe8bf428a20d292277fcd417.png1262366489__999(304).thumb.png.ddac9d7f84232ac74d12bd0bfd39e4ad.png

 

Link to comment
Share on other sites

  • 0

Версия ОС 3.9 Alpha 7. Версия расширения 0.5.106.

Во всех разделах  и вкладках "заголовки" стали плохо читаемые. Также некоторые подписи изменился цвет шрифта.

Скрытый текст

885761734__999(307).png.20f04d6b22828ae5fdf4b33cdc7b955f.png659047055__999(306).png.6cd6199886cf105a7b1e0dcf74ebe6f9.png885761734__999(307).png.20f04d6b22828ae5fdf4b33cdc7b955f.png1307131538__999(308).thumb.png.5302d5a0b22106b262bee86da233338f.png220699035__999(309).png.272c81d84aaa359dc652bbb6447c5dd9.png

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...