Lazy Web | Lazy Artix installer companion site (files.catbox.moe)
from Matty_r@programming.dev to programming@programming.dev on 11 Apr 07:59
https://programming.dev/post/48635034

cross-posted from: programming.dev/post/48635032

Hey all, Not long ago I shared my Artix Linux installer. I wanted to take it a little bit further (And learn some more Rust along the way), and make a companion site to make setting up the script settings even easier when wanting to run the installer - so here it is. Introducing the Lazy Web

This was developed using Rust, with Actix for the backend and egui + wasm for the frontend.

I had a few considerations when developing this, I wanted the encryption to occur clientside in the frontend in order to ensure your encryption password never makes it to the server. But also I wanted the decryption process to occur when the script downloads the settings. I also wanted the identifier that you use to connect and download the settings to be short and unique.

The website and the script are both still a work in progress, and i’m open to suggestions/feedback.

#programming

threaded - newest

lazynooblet@lazysoci.al on 11 Apr 08:57 collapse

Very lazy