Progress Update: NethBridge Client & Upcoming NethSecurity App! 🚀

We do not have a policy in place, so I think you could use them.
But let’s wait also for @alefattorini response.

2 Likes

Perfect, thanks for replying, okay I’ll wait

I have corrected the burger button to open the menu.

https://transfer.it/t/JvoE8V4lwbiC

1 Like

Brothers working on the Traffic Monitor module

3 Likes

Thanks! Not many have been putting in the very hard effort under very difficult circumstances like you do.

2 Likes

My brother, I appreciate your words. I enjoy working, finding solutions, and feeling useful. I’m going through many difficulties, and many people have helped me, and I’m deeply grateful for every bit of support. I fell in love with NethServer the moment I found it, and I do it with great care. It’s difficult for me to have a comfortable development session, but little by little, I’m getting there.

2 Likes

Little by little, the situation with electricity is anything but normal these days of tension with the US problem.

2 Likes

Greetings Brothers, for today I’m tired and with a headache because of the tiredness in my eyes. The monitor doesn’t help me much but it does the development for days, and sometimes I dedicate more time to it when my anxiety is activated

Added:
Monitoring → Real-Time Monitor → Traffic
Monitoring → Netify Informatics
Monitoring → Ping Latency Monitor

https://transfer.it/t/Yr1OpQ4lRJTL

Try it and let me know

I was documenting myself about 2FA I can only activate it from the web interface, not by api-cli, or curl, only openvpn. if I activate 2FA when using the app you will not have permission to access due to the use of 2FA, I can’t find if I enable 2FA to send the code along with the password (I’m investigating and thinking about how to do it)

In the next update login redirection when logging out, user module change password, 2FA waiting for documentation

If I deactivate 2FA

I delete the previous token by logging in again by api

I could try to create an api that asks me or validates the otp 2fa code after the

Or have one user with 2FA for web use and another user for the app; I’ll do the tests tomorrow.

1 Like

Good morning, I’ve been awake since 5 am that they have started to supply drinking water to our town and we have to wash clothes, supply water tanks for the days without water.

Test carried out by creating an administrator user in the local database, which we can also access from the application, but this is possible to use it with 2FA while the root would be used by IT only with our robust keys and arrangements in the firewall redirecting access ports.

I will develop the module for the logged in user, password changes. Logout redirection to login and close the app completely, disable close app with the device buttons by pressing back.

Add User Profile, Change Password

The close session button has been added to the menu and will be redirected to the login

When changing password for silent login and refresh new token.

It was programmed when starting the app to hide the top and bottom bars of the device to take advantage of the full size of the screen

Now the app if it comes out when pressing back is open is in the background.

Please check its functioning,

https://transfer.it/t/JZnbNIgVXZ4T

1 Like

Greetings Brothers Happy start of the week, in Venezuela a lot of tension about how the US will act, the power outages are not normal and it has already begun to affect the monitor. Every time you feel a downturn and my PC does not turn off, I must turn it off protecting it in case it damages it, I am working on the Mac that is much faster and I have no ups to avoid damage.

Little by little I will develop the models, test if the results are correct

https://transfer.it/t/vQPqxRhHDLYC

add Monitoring → Real-Time Monitor ->Wan Uplinks → Wan Uplinks Status

1 Like

I found a bug, well it happened to me, since I was going to create a vpn to develop the VPN monitoring module and canceled it, I did that on the web. But in the app it appeared as if it was active or created a vpn instance, but investigating part of the vpn configuration was created with missing data. That would generate a false positive and that record must be cleaned and then a new one should be generated.

Aggregate Real-Time Traffic Monitor Module

https://transfer.it/t/iT7fldgFHTib

I will be looking for a borrowed monitor and mine broke down, sometimes you can see half and then it normalizes, the electricity ups and downs broke it even more. Here the monitors are expensive, that’s why I used my TV that was years old but it was flat with HDMI until the blackout festival began in my town.

Try the app and tell me

2 Likes

Good morning, it has been added in System → Logs and Reboot and Shutdown

Image Makeover

Refreshing Dashboard and Logs screens (the other screens that require it will be updated)

In login soon use fingerprint as an additional security factor of the user and password

https://transfer.it/t/UH9zAc5jVTxJ

Currently my only monitor has been damaged, if you can buy me a coffee I can get one, I appreciate all the support

Https://ko-fi.com/josegjimenezs/tip

I have created an api for nethsecurity that I will implement in the app to send wake on lan to the local network stations but I wanted to know who wants to try it

API Wake On Lan

{
“Path”: “ns.wol”,
“Method”: “check-installed”,
“Payload”: {}
}

Return

{
“Code”: 200,
“Data”: {
“Installed”: false
},
“Message”: “ubus call action success”
}

To install

{
“Path”: “ns.wol”,
“Method”: “install-package”,
“Payload”: {}
}

Will return

{
“Code”: 200,
“Data”: {
“Message”: “Package etherwake installed.”,
“Result”: “success”
},
“Message”: “ubus call action success”
}

I’ve tried it and it works. @giacomo @alefattorini would it help you to wake up the PCs from a local network?

https://transfer.it/t/v3yUZJ53RDpK

I’m going to add the screen to the app if they approve it and if they incorporate it into nethsecurity, and I could do a verification from the app validating if the service is there, if it’s not it will show that the service is not in NethSecurity. for now I don’t know how the development of the screens in NethSecurity

1 Like