You are browsing as a guest. Sign up (or log in) to start making projects!

Leon36

@Leon36

Joined June 22nd, 2026

  • 27Devlogs
  • 5Projects
  • 3Ships
  • 30Votes
Why should you use Windows, when Linux exsits? Even MacOS is better than Windows.
Slack: leonst036
Open comments for this post

3h 59m 50s logged

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.

0
0
9
Open comments for this post

2h 25m 21s logged

Summary: Made some bugfixes

That’s pretty much all. I found some small thing I didn’t like and fixed them.

0
0
9
Open comments for this post

7h 24m 2s logged

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.

0
0
103
Open comments for this post

1h 36m 24s logged

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

0
0
6
Open comments for this post

6h 33m 37s logged

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

0
0
5
Open comments for this post

6h 7m 8s logged

Summaray: Refactored netgraph and settings app

Yeah, I refactored it. That’s it. I gues I put these applications as picture :-|

0
0
10
Open comments for this post

13h 55m 4s logged

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.

0
0
11
Ship

Skip this Project if you’re not on a linux

I made this Project called Monitorify, to monitor your Server (but you can also use it on your desktop Linux) . It uses a optional backround worker to collect metrics at every time. It’s features:

  • CPU ussage
  • Memory ussage
  • Procsess list
  • Disk ussage
  • Network ussage

You can configure your intervall, history timeline, and widget in the menu by pressing “m”.

  • 5 devlogs
  • 12h
  • 4.66x multiplier
  • 54 Stardust
Try project → See source code →
Open comments for this post

2h 57m 2s logged

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.

0
0
10
Open comments for this post

1h 49m 29s logged

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.

0
0
13
Open comments for this post

2h 1m 34s logged

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)

0
0
5
Open comments for this post

6h 15m 59s logged

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!

0
0
7
Open comments for this post

3h 10m 53s logged

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:

  • Custom Routes: Register your own custom backend routes.
  • Frontend: Build and design your own user interface.
  • Local Code: Execute custom code on the local server.

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

0
0
6
Open comments for this post

5h 26m 58s logged

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.

0
0
5
Open comments for this post

1h 56m 1s logged

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

0
0
13
Open comments for this post

1h 52m 53s logged

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

0
0
3
Loading more…

Followers

Loading…