this post was submitted on 13 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi guys! I was wondering:

What self hosted software are you missing? What would you which existed?

Background: I am a quite Senior Dev and have 6 months between gigs. Would be fun to start a side project to keep my skills sharp.

top 50 comments
sorted by: hot top controversial new old
[–] solarsparq@alien.top 2 points 10 months ago

It's been suggested before, but I'll echo it. We need a Portainer competitor with different goals. Fork Portainer & sail the seas. I think you'll find a lot of hidden support here from other developers. Portainer not acknowledging backup/recovery is a major gap IMO. Proxmox has Proxmox Backup Server, where is my Portainer Backup Server? Good luck!

[–] TheBlacksmith46@alien.top 1 points 10 months ago

A more simple version of https://drammer.com No need for barcode scanning, I think I would want it more like inventory management - bottles I own, what I paid, tasting notes

[–] Judman13@alien.top 1 points 10 months ago

Still looking for a full features replacement to aCar.

Hammond doesn't fit the bill as it doesn't actually do maintenance tracking and reminders, just fuel efficiency and expense tracking.

MATER popped up just recently and looks promising, but has a long way to go!

[–] CountZilch@alien.top 1 points 10 months ago (1 children)

Hey man. I have a few ideas. PM me if you haven't settled on a project and want to chat. Do you use Home Assistant at all?

[–] DerCommodoreX@alien.top 1 points 10 months ago (1 children)

Yes I do. Why not share them open?

Those who could "steal" your idea have plenty themselves, and those who can't steal them are not to worry about ;)

As for myself: I have plenty of ideas, but want to build something people need.

[–] CountZilch@alien.top 1 points 10 months ago

Lol. I'm not worried about people "stealing" open source project ideas. Go for it! Just I have a lot of half formed ones and it's not too clear what you are looking for.

One for example:

I use Bring! which is a great - and simple to use - grocery shopping list app. They refused to open the API though so no HA integration. I think creating an open version of that that works with the new HA list integration would be awesome. You can set up automations to say scan empty bottles from the fridge, and alert you when you go near the grocery store.

Happy to write a design spec or such and do testing but I'm not much of a coder.

I was going to get my kid to make the generic icons, but maybe more like Material theme. Wondering if AI can generate them quickly.

https://web.getbring.com

[–] jws_shadotak@sh.itjust.works 1 points 10 months ago

Hi could you make a AI that does menial tasks on those beer money websites to make me money and also does my taxes for me and can do really good stock trading? Also I told my family they could have this for Christmas so please have this ready soon thanks

[–] waeking@alien.top 1 points 10 months ago (2 children)

A gift registry for multiple users. Would be great for Xmas

[–] tedstr1ker@alien.top 1 points 10 months ago (1 children)

You might want to have a look at MonicaHQ.

[–] waeking@alien.top 1 points 10 months ago

Monicahq is a personal CRM. You can share some info publicly. Unless I missed that feature. I have yet to find an open source gift registry.

[–] XxNerdAtHeartxX@alien.top 1 points 10 months ago

It has a completely ungoogleable name for english-speaking people, but poenskelisten is that

[–] shahmeers@alien.top 1 points 10 months ago

I want a web UI version of https://github.com/jesseduffield/lazydocker

ie I want a Docker container that lets you manage other containers running on the same host. I've looked into Portainer and other tools but they're all too big and catered towards container deployment (which I think is dumb, my container deployments are configured with version controlled files).

One of Lazydocker's best features is the ability to exec into a container with the press of a button. I'd love to be able to do that via a web UI instead of sshing into my host and then exec'ing into my container.

[–] BeardedGingerWonder@feddit.uk 1 points 10 months ago

Good multiuser Google photos-esque webui that can work with my existing photo collection.

[–] alearmas1@alien.top 1 points 10 months ago (4 children)

A good SamsungNotes-like self hosted web app with Android/ios clients and pen support would be GREAT

[–] CptCatman@alien.top 1 points 10 months ago

I have been looking for something like that as well for years

[–] Ouroboros13373001@alien.top 1 points 10 months ago

An extension to Nextcloud Notes would sufficate. You already have an app and a good architecture to extend.

[–] fuken33@alien.top 1 points 10 months ago

Can't you use obsidian for that ?

[–] UnkwnNam3@alien.top 1 points 10 months ago (1 children)

I'm using rNote, doesn't have a web interface but works great for me

load more comments (1 replies)
[–] kataflokc@alien.top 1 points 10 months ago (1 children)

After all of the hype about various GPT’s, I still can not find the one thing I’ve been looking for from the start:

A completely local and private LLM on M-series Mac that can ingest and learn from all of my sent mail (from Mac mail) along with any documents I manually add and answer new emails or write other documents in my voice/as me

[–] Cazzah@alien.top 1 points 10 months ago (1 children)

That's because LLMs don't do that.

The companies that offer those services basically do some tricks behind the curtain.

Like let's say you want an LLM to learn your corporate docs. LLMs can't do that because they need millions of text from across the internet just to learn to speak English.. You can't feed your 1000 docs and 10,000 emails in and point to it and say "Forget the billion documents you injested and pay attention to this.... but also retain the ability to speak English"

What they actually implement is a standard text search engine, that returns matching paragraphs from the relevant documents, prompts to LLM with something like "This paragraph may contain an answer to user question X. If it does, please paraphrase it.

[–] kataflokc@alien.top 1 points 10 months ago (1 children)

Yes, that’s exactly what I want it to do

Most of my 60-70 email replies per day are answered in almost the exact same way

I want it to read an email and then, using paragraphs or sentences from my previous emails, automatically generate a response

There are already companies out there who are generating what they term small language models - basically hybrid models of say gpt 3.5 plus a large volume of corporate data - but they are all cloud based

Others offer plugins to help answer your emails

I’d like a combination of the same to run locally

[–] Cazzah@alien.top 1 points 10 months ago

There are already companies out there who are generating what they term small language models - basically hybrid models of say gpt 3.5 plus a large volume of corporate data - but they are all cloud based

I think you will find most of these are not small language models, but are instead the thing I said above - a llm like gpt + a search engine. Even small language models require millions of texts and only perform very specialised tasks.

[–] OnionEclipse@alien.top 1 points 10 months ago

OBDII web ui that can interface with bluetooth or wifi elm327. I don't need apps on my phone taking up battery tracking my whole trip. All I need is a quick update when I'm within wifi or bluetooth range to give all the important data of my choosing in one quick burst. If there is a observer page I can have home assistant scrape from it. Torque is just not ideal for my use, I am currently one of the few users of it in home assistant but will not be using it any more just because it's kind of a pain in the butt.

[–] Majestic-Contract-42@alien.top 1 points 10 months ago

Self Hosted version of

https://www.filejuggler.com/

With WebUI.

Can connect to your local, self hosted or cloud storage and manipulate files.

Yes there is a few options for automation, but they all require scripting your automation, and while that's fine for a lot of people, for others that will always be a dead end.

[–] usrdef@alien.top 1 points 10 months ago

Honestly, what I'm missing is I wish Keybase would release their server source code.

Zoom has ran that software into the ground and buried keybase in a pile of sh*t. It would be like 10 Christmases in one if someone reversed the client to create an open-source server solution or Zoom released the server code for keybase.

I love Keybase. Absolutely love that program. I HATE the company who owns it.

[–] thomasdarko@alien.top 1 points 10 months ago (1 children)

I’m going to go on a rant here but:
DIGTAL SIGNAGE

[–] jippen@alien.top 1 points 10 months ago

VLC can do a lot of digital signage tasks on its own. I built out a raspberry pi for a startup that would just plug into a TV and run whatever videos were on the device, or slideshow through pics if no vids were there.

Add a touch of rsync or similar, and you're pretty much set for everything I can think of for digital signage.

[–] Alfagun74@alien.top 1 points 10 months ago

You can help and contribute on https://gamevau.lt, any help would be appreciated

[–] Perpetual_Nuisance@alien.top 1 points 10 months ago

Create a "universal" installer of sorts that can install many different OS'es and apps on them.

[–] skylandr@alien.top 1 points 10 months ago

What I would love right now is a self hosted alternative to https://mentimeter.com or something similar that you can create quizzes and the students can interact with them just like mentimeter.

[–] qwerko@alien.top 1 points 10 months ago

Please!!! I’ve been waiting for someone to work on this project to delete watched/unwatched media on my Plex server

https://www.reddit.com/r/Softwarr/s/IVToUI4cmA

[–] jdub-951@alien.top 1 points 10 months ago (1 children)

Honestly one that seems relevant in light of the last two weeks is a web gui / front end for a Linux based firewall similar to what pfsense/opnsense are for BSD. Yes, there's openwrt, but that's not what I'm going for.

It's kind of shocking that something like this doesn't exist (even in component pieces) for a Debian based distro.

[–] NekoLuka@alien.top 1 points 10 months ago (1 children)

I'm planning on starting something like that soon since I also wanna build my own router/firewall from scratch and couldn't be bothered to remember everything about iptables

[–] jdub-951@alien.top 1 points 10 months ago

Honestly firewall-config does a pretty decent job with the firewalling part of things, if you don't need anything too complicated. It's not web based, but can be run over ssh without too much of an install footprint.

I think the way to go here would actually be to integrate some plugins with cockpit-project, which already has some of what you'd need.

[–] InfaSyn@alien.top 1 points 10 months ago

Couple of tools ive wanted

  1. Proper car service history tracking thing that allows you to create a vehicle, then log services/repairs/consumables with dates, prices, locations, maybe even upload the invoices etc. Bonus points if it can generate a PDF service report for when its time to sell the car. Could also integrate chosen service intervals etc so you can view what milages things are next due. I did see hammond but it feels more operational cost logging focused (eg fuel expenses)

  1. A computer bench marking system where you can create a configuration, add a benchmark type, then record the benchmark results. This could then make pretty graphs etc to compare different configurations/benchmarks
[–] fuken33@alien.top 1 points 10 months ago (1 children)

A better GUI for portainer that support app stores and stuff like that. Something like a self hosted app store based on docker compose, easy to install, easy to maintain and configure. And with reverse proxy support for containers and app. Good UI/UX is hard to find here. Closest I found is runtipi.io but still misses some details and options for running apps.

I myself am trying to build something like but having a hard time coming up with a sufficiently good design and UX (for my standards)

[–] kosticv@alien.top 1 points 10 months ago

How about this idea:

You have a interface for youtube or local media library (if you use youtubedl) and you can create playlists of videos, and THEN you can watch them and, while watching, add timestamped comments / notes etc (think about comments on soundcloud, only for you only). It would be ideal for self-learning platform - you download some courses for offline watching and you can then create timestamped notes etc per video. Later you can revisits this videos and go trough your own timestamps and reiterate and learn something in your own words and thoughts.

[–] Borega@alien.top 1 points 10 months ago

a selfhosted version of Padlet. As a Highschoolteacher i would love this!

[–] Neldonado@alien.top 1 points 10 months ago (1 children)

One note alternative. Writing, drawing, file dropping. Cross platform and real time syncing.

[–] CountZilch@alien.top 1 points 10 months ago

AnyType is moving in this direction. A self hosted brain would be good though.

[–] ButCaptainThatsMYRum@alien.top 1 points 10 months ago

Garden manager. Put in your zone, pull information from web (not sure where but fields like light level, germination/fruiting times), link to a calendar and add custom scheduled items (monthly fertilizer, watering schedule maybe even based in local " of precipitation (if you've had 5" of rain, apply that to "outside group" but not "inside group" of plants, pull links to About information for wikipedia or other pages, maybe even highlights of cooking or medicinal uses.

[–] SatanicNotMessianic@lemmy.ml 1 points 10 months ago* (last edited 10 months ago)

Think about reaching out to some charitable organizations - especially small ones like local pet reduces, food banks, social services, and so on - and volunteer your time.

They might be less interesting projects like updating a website or adding registration services, or you might do something interesting with data analysis, but it might have a huge impact for that organization and for the community.

You may also be able to deduct your donated time as a donation in kind for tax purposes, but talk to an accountant to get the details on how you’ll have to work that out.

[–] daninthetoilet@alien.top 1 points 10 months ago (1 children)

Built in requester for jellyfin

[–] mrorbitman@alien.top 1 points 10 months ago (1 children)
load more comments (1 replies)
[–] Gaming4LifeDE@alien.top 1 points 10 months ago (1 children)

Does a missing feature in existing Foss count?

[–] DerCommodoreX@alien.top 1 points 10 months ago

Meh ... not really. ... I don't want to read hours of docs/architecture first, before I write code.

[–] Reddit481@alien.top 1 points 10 months ago

A proper alternative to Quicken that truly supports importing existing Quicken data file and supports manual data entry. Nothing fancy such as downloading data from banks etc.

load more comments
view more: next ›