Hoping to get a piece of that fish
- 0 Posts
- 22 Comments
Starfighter@discuss.tchncs.deto Selfhosted@lemmy.world•NixOS and/or TrueNAS - What are your experiences?English13·2 months agoHow well NixOS fits your purpose really depends on what you want to do with the OS. If you’re just going run a bunch of docker containers, you could manage them via Nix but its a little cumbersome.
Where NixOS really shines for small servers are the so called NixOS Options. They allow you to install tons of services on bare metal but manage all the configuration for you. E.g. open the correct firewalls ports, run a dedicated DB or cache, etc. and all those simply require you to enable them with an
= true;
.Smaller projects might not have a NixOS Option available and some options are more and/or easier configurable than others, but if you’re running just a few common services you could feasibly manage your whole server with just one native config file and no docker shenanigans.
I’d recommend checking what’s available under the link above. If you wanna go the container route instead, you have the option of just using docker non-declaratively as on every other distro (but then you lose some of the benefits NixOS gives you), or you can declaratively have NixOS manage all the docker containers. There are a few ways to do and manage this so some further research will be required.
Starfighter@discuss.tchncs.deto Selfhosted@lemmy.world•From Docker with Ansible to k3s: I don't get it...English3·3 months agoThen helmfile might be worth checking out
Starfighter@discuss.tchncs.deto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish39·4 months agoYou dont need to manually handle the WG config files. This isn’t really an issue when it’s just you and your two devices, but once you start supporting more people, like non-technical family members, this gets really annoying really quickly.
Tailscale (and headscale) just require you to log in, which even those family members can manage and then does the rest for you. They also support SSO in which case you wouldn’t even have to create new accounts.
Starfighter@discuss.tchncs.deto Selfhosted@lemmy.world•What AI services are you selfhosting? Or, have tested and passed onEnglish5·7 months agoThere are some experimental models made specifically for use with Home Assistant, for example home-llm.
Even though they are tiny 1-3B I’ve found them to work much better than even 14B general purpose models. Obviously they suck for general purpose questions just by their size alone.
That being said they’re still LLMs. I like to keep the “prefer handling commands locally” option turned on and only use the LLM as a fallback.
I’ve had this exact same gripe and can thankfully report that running EarlyOOM has fixed this for me.
Starfighter@discuss.tchncs.deto Selfhosted@lemmy.world•Vaultwarden has such a steep learning curveEnglish3·1 year agoWhy not set up backups for the Proxmox VM and be done with it?
Also makes it easy to add offsite backups via the Proxmox Backup Server in the future.
Starfighter@discuss.tchncs.deto Free and Open Source Software@beehaw.org•Anyone been having problems with your Lemmy client? Eternity is kinda broken since an update9·1 year agoThis person had the same issue and they’ve just logged out and in again
* $400 / yr
You can use their online web-editor (similar to OverLeaf for LaTeX) or download the open-source engine and run it locally (there are extensions available for many text editors).
Compared to LaTeX I find it much more comfortable to work with. It comes with sane, modern defaults and doesn’t need any plugins just to generate a (localized) bibliography or include links.
Since Typst is very young compared to LaTeX I’m sure that there are numerous docs / workflows that can’t be reproduced at the moment but if you don’t need some special feature I’d recommend giving it a shot.
Starfighter@discuss.tchncs.deto Free and Open Source Software@beehaw.org•StromAmpel: An application using an AZ-Delivery ESP8266MOD 12-F to display the current electricity mix for Germany in a traffic light kind of way1·2 years agoNot a monetary one, no.
* (there might exist some business power tariffs that coincidentally benefit from this but nothing you’d use at home)
The development of Piper is being driven by the Home Assistant Project. That probably makes it one of the larger OSS TTS projects. Hope may not be lost yet ;)
Seeing these little IT gems all over Lemmy always makes me smirk :)
I started out with WireGuard. As you said its a little finicky to get the config to work but after that it was great.
As long as it was just my devices this was fine and simple but as soon as you expand this service to family members or friends (including not-so-technical people) it gets too annoying to manually deal with the configs.
And that’s where Tailscale / Headscale comes in to save the day because now your workload as the admin is reduced to pointing their apps to the right server and having them enter their username and password.
I suspect that if you were to cut the screen at the rounded edges, the sensor island and the onscreen nav buttons you’ll be left with a 16:9 screen.
In other words its a 16:9 screen with some margin for curves and controls.
Starfighter@discuss.tchncs.deto Android@lemmy.world•Any Lemmy clients that allows you to disable ALL image previewsEnglish7·2 years agoInfinity for Lemmy has a data saving mode that allows you to disable previews of images and videos selectively.
Getting the configs to work with my personal devices was already a little finicky but doing that for not-so-technical family members was starting to be a bit too much work for me.
I’m hoping that Headscale will cut that down to pointing their app at the server and having them enter their username and password.
Was running Wireguard and am now in the process of changing over to Tailscale (Headscale).
It uses Wireguard for the actual connections but manages all the wireguard configs for you.
Starfighter@discuss.tchncs.detoUnixporn@lemmy.ml•are there moving backgrounds in linux?4·2 years agoAs in video wallpapers? Sure. KDE Plasma for one lets you install a bunch of wallpaper plugins ranging from video playback to live computed shaders and everything in between.
Not just on the web. I’ve previously used it to embed a short clip in a presentation.
The nice thing is that it doesn’t do a massive screencap but only captures the text. This way the replay will be freshly rendered at native resolution.