this post was submitted on 20 Dec 2025
74 points (80.8% liked)

Selfhosted

60664 readers
665 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
74
test (github.com)
submitted 6 months ago* (last edited 5 months ago) by expyth0n@lemmy.world to c/selfhosted@lemmy.world
 

Permanently Deleted

you are viewing a single comment's thread
view the rest of the comments
[–] HybridSarcasm@lemmy.world -1 points 6 months ago (4 children)

Majority of the code is python and vue? And, what problem is this trying to solve? What does it do that other solutions don’t? I read through the repo docs and it’s just not clear. WTF does it mean “I don’t lose control” over storage on cloud storage?! If it’s on the cloud, you are not in control. May the downvotes rain down on this.

[–] expyth0n@lemmy.world 2 points 6 months ago

Good questions!

I just stick with Python, Go and Vue because I know them pretty well. I'd rather use a few tools I'm good at than try to use a bunch of different ones. It just makes my code tidier and easier for me to keep up with.

About the problem: the idea is to let you host your own stuff even if your computer isn't super powerful. You can use storage from other companies, but you don't have to trust them with your private data. Your files get encrypted on your computer before they even leave it. So, the storage company only ever sees scrambled data, never your actual stuff.

When I say not losing control, I'm talking about you being the only one who can read your data, not where the files are actually stored.

Oh, and yep, I do use AI tools, mainly Copilot. It helps me work faster on things like github actions, the install.sh script etc. I don't really see a reason to hide that.

Thanks a lot for taking a look, even if it's not totally up your alley!

load more comments (3 replies)