Summary: Added Remote connection
I added a feature to connect to your server remotly. For ts I’m using paramiko to simply create an ssh connection to the target server, installing monitorify on it and streaming the tui back.
Summary: Added Remote connection
I added a feature to connect to your server remotly. For ts I’m using paramiko to simply create an ssh connection to the target server, installing monitorify on it and streaming the tui back.
Summary: Made some bugfixes
That’s pretty much all. I found some small thing I didn’t like and fixed them.
Summaray: Wrote initial code and some features
I started making this App called HyprConnect, it’s like the windows smartphone link, but for Linux.
I made those two screens below for the android app (that’s the debug mode usualy u don’t see the send clipboard / send test noftification button), and this simple GUI for linux.
I’m using rust on the linux side. The Smartphone is communicating with the PC using a WebSocket.
Summary: Created UI’s for Wake Me Up
I made those screens you can see in the pictures. Right now it’s only the ui and fetching of connected health devices over the android health api
Summary: Made NetConnect a programm for Linux to bring you Network to you everywhere (without VPN)
I made this using Go and a virtual network device wich act like a spit tunnel vpn, to extract all request from you subnet e.g. 192.168.1.0/24 sends it over a WebSocket to the NetLink relay server and to its target server.
I’m not fully done with this, but right now it’s working. Maybe I’ll do a version for windows soon.
How you can install it is defined in the NetConnect Repo
ONLY FOR LINUX
Summaray: Refactored netgraph and settings app
Yeah, I refactored it. That’s it. I gues I put these applications as picture :-|
Summary: Refactored NetStore, gave the NetStore it’s own Repo and started making a Minecraft Server Manager.
I just refactored the I gues 1200 line longe NetStore app, and I have so much to refactor left.
I started the Minecraft Server Manager before the refactoring but it wasn’t in my usual hackatime project, it was in a new one, and my stupid ass thought it was just a technical mistake that the time wasn’t tracked.
Summary: Published project on PyPI
Summary: Added Disk Ussage Widget and added a backround worker
I made this new widget where you can see the I/O and storage ussage.
The backround worker is ready, the only thing I have to do now is to make a installer for it.
Summary: Moved all build-in apps into the NetStore
That’s pretty much all…
Summary: Made a traffic monitor for the NetStore
This Devlog isn’t gona be that long, I just made a smal traffic monitor. And some small improvements.
Summary: Secured NetStore and published it.
I secured the NetStore so far that I can release it on the main branch. Right now it isn’t in the demo, so you can test it only when you install it by yourself (wich is very easy with the new install script)
Summary: Added a Docker Manager and done some fixes with the NetStore
In my last devlog I made the NetStore, and this is the first application by myself. It’s used to manage your dockers from everywhere (What a wonder, the docker manager can manage docker). It isn’t perfect right now, so it’s not an alternative to something like Portainer or Coolify, but for simple tasks, it’s good enough.
Primarily I made this application to add features to the NetStore (I added a lot, only for this application) and of course I found some bugs.
The NetStore itself isn’t secured yet (Right now I only added Deno), but I’m working on it!
Summary: Added NetStore to create custom applications
I added an application that allows you to create your own custom applications. I will use this Store to build additional apps myself for niche use cases (e.g., Docker management or local server containers) that will be fetched directly from GitHub.
Key features:
IMPORTANT: DO NOT USE NETSTORE IN PRODUCTION OR DEPLOYMENT ENVIRONMENTS. IT IS CURRENTLY NOT SECURE.
If you choose to use it anyway, you do so at your own risk. It’s on the dev Branch. I’d recommend to use it only in your local Network
Summary: I added a new widget and made some Bug fixes
It was very hard making this processes widget, because there so many processes on a system. If I render every process in the List at once and this on every refresh, it wouldn’t run smoothly. So I render only about 100 at once. I had the same issue with reading the PID list, I solved this using a Cache updating every 2.5 seconds, in an extra Thread.
I also added a Menu to select wich widgets you want so see. And adjusting the Intervall of updates.
I improved the widget layout and colors.
I used btop as inspiration for the doted lines.
I fixed some Bugs in the frontend and made some improvements in the backend.
Simple Widget to monitor your system
Right now it looks very simple, but it works!
I’ll add more settings like adjusting the intervall
It’s made in python with the framework textual
I just refactored the Project
I optimized the structure of the local server and the relay.
In the frontend, apps will load just when opening them wich is very good for the performance