Ideally yea. Rpm package with various architectures. 90% of other software is able to do it. I only use docker for immich and this would remove a dependency for me.
- 0 Posts
- 18 Comments
cevn@lemmy.worldto
Selfhosted@lemmy.world•Best "bang for your buck" NUC/Pi setup for Jellyfin/HomeAssistant/PiHole?English
1·10 months agoFedora works for both of those
If the ip a command is being run from same place immich is run and the ip starts with 192 or 10 that is probably what you are looking for. If it doesnt work after plugging that in and you are on same network. Likely a firewall issue. When on the same network port forwarded doesnt really apply
cevn@lemmy.worldto
Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English
2·1 year agoSure, that is why I said usually. The fact that 2 people replied with the same OpenStreetMap data set is kinda proving my point.
Also, do you need the entire US road system in memory if you are going somewhere 10 minutes away? Seems inefficient, but I am not an expert here. I guess it is one giant graph, if you slice it up, suddenly there are a bunch of loose ends that break the navigation.
cevn@lemmy.worldto
Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English
1·1 year agoWow, yea I think you win that contest lol.
cevn@lemmy.worldto
Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English
2·1 year agoYea, that makes sense. You could sort it in chunks, but it would probably be slower. If you are regularly doing that and can afford the ram go for it. Otherwise maybe extract the bits that need to be sorted and zip them back up later.
cevn@lemmy.worldto
Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English
171·1 year agoNeeding that much RAM is usually a red flag that the algo is not optimized.
cevn@lemmy.worldto
Selfhosted@lemmy.world•Do you actually audit open source projects you download?English
132·1 year agoOf course I do bro, who doesnt have 6 thousand years of spare time every time they run dnf update to go check on 1 million lines of code changed? Amateurs around here…
cevn@lemmy.worldto
Selfhosted@lemmy.world•Fully self-hosted password manager optionsEnglish
1·1 year agoI was grandfathered to a lifetime sub so I sort of let it slide for a few years. But they really have 0 advantages over OSS. Another company turned to garbage.
cevn@lemmy.worldto
Selfhosted@lemmy.world•Fully self-hosted password manager optionsEnglish
6·1 year agoSwitched from 1password to vaultwarden, no looking back.
cevn@lemmy.worldto
homeassistant@lemmy.world•How is it going with “Home Assistant Voice Preview Edition”?English
1·2 years agoI think hosting it somewhere other than the HA device may help with speed at least. I will have to try that to hopefully juice it up. No idea whether accuracy will improve.
cevn@lemmy.worldto
homeassistant@lemmy.world•How is it going with “Home Assistant Voice Preview Edition”?English
2·2 years agoI use Siri for this kinda thing and it is 100% accurate for setting lights and timers. Sometimes I just want to talk instead of pressing phone buttons or switches, it can save me from getting out of bed. Definitely not a necessity though.
cevn@lemmy.worldto
homeassistant@lemmy.world•How is it going with “Home Assistant Voice Preview Edition”?English
2·2 years agoYeah… if it works it can be useful but sadly this is not quite there for whatever reason, underpowered HA hardware or insufficient training maybe. Like if the hardware sucks it should just take a while and then work but the fact that it doesn’t makes it very useless, and no I dont want to connect to their cloud service thats the whole point of HA is to stay local…
cevn@lemmy.worldto
homeassistant@lemmy.world•How is it going with “Home Assistant Voice Preview Edition”?English
18·2 years agoI have it. If i say Basement lights off, it takes 15 seconds and 70% of the time says Sorry I couldn’t understand. My kid thinks it is very funny tho.
cevn@lemmy.worldto
Selfhosted@lemmy.world•SpacebarChat - a selfhosted, Discord-compatible communication platformEnglish
3·2 years agoWhen I tried it seemed to work but I was by myself so not a very good test. Screen sharing was not working tho and their approach to self hosting (don’t do it or use our 200 docker containers) turned me off.
cevn@lemmy.worldto
Selfhosted@lemmy.world•SpacebarChat - a selfhosted, Discord-compatible communication platformEnglish
9·2 years agoRevolt offers voice chat and this doesn’t.


I run jellyfin, plex, mattermost, peertube, minecraft, all under one host. Never had anything conflict and just upgrade the rpms. Some of them use the same postgres database. Thats how I prefer to do things. I will use docker if absolutely forced, I know how, understand its easier to deploy etc. but I would rather it be the choice of the user instead of the software. Or if not rpm let me get in the source and run it.