this post was submitted on 04 Sep 2026
17 points (100.0% liked)

Opensource

6670 readers
127 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

I ( @alpin@lemmy.ml ) started writing a small piece of software some time ago to easily host files on a local server and share them with any device equipped with a web browser or an HTTP client (curl, wget, etc.). I've been using it myself at home and I keep slowly working on it in my free time to add features and fix the problems that I find.

It's very lightweight and fast, and it doesn't require anything special to compile, just a Unix-like system, a C compiler, and a few standard utilities (sorry Windows users). It's compiled into a single binary and that can be configured at compile time or with a config file.

For now it can only be used to download files from the hosting server, but I'm working on uploading, renaming, and deleting files.

Hopefully it can be useful to other people. Any (constructive) feedback is welcome!

Link with source code and instructions: https://codeberg.org/alpin/lanstash

OC by Developer @alpin@lemmy.ml

you are viewing a single comment's thread
view the rest of the comments
[–] the_riviera_kid@lemmy.world 2 points 1 day ago

I've never had an issue with smb being slow. I do have an issue on my linux machines where it wont show thumbnail previews which is pretty annoying but I've never been bothered by it enough to figure out why.