Elastic is heaaaaavy. You might want to check out Loki, I haven’t used it but I think it’d be easier to get started with than Victoria logs since it integrates tightly with grafana
Shadow
Infrastructure nerd, gamer, and Lemmy.ca maintainer
- 0 Posts
- 95 Comments
VL is really about aggregation, not displaying it. You’d probably just need to setup a grafana dashboard with filters for all your normal traffic
Shadow@lemmy.cato
Selfhosted@lemmy.world•How do you effectively backup your high capacity (20+ TB) local NAS?English
105·3 months agoI don’t. Of my 120tb, I only care about the 4tb of personal data and I push that to a cloud backup. The rest can just be downloaded again.
Shadow@lemmy.cato
Selfhosted@lemmy.world•Notice: failed container health check for example.orgEnglish
121·3 months agoWhy are you relying on example.com as a health check? To be really blunt about it, if you’re using it then you’ve misconfigured your stuff.
From their docs:
These web services are provided as best effort, but are not designed to support production applications. While incidental traffic for incorrectly configured applications is expected, please do not design applications that require the example domains to have operating HTTP service.
Shadow@lemmy.cato
Selfhosted@lemmy.world•Sharkord - an open-source self-hostable Discord alternative with voice, video, and real-time messaging.English
83·3 months agoBased on what? A quick peek and I didn’t see any of the stuff I expect from LLMs
Shadow@lemmy.cato
Selfhosted@lemmy.world•How many containers are you all running?English
4·4 months agoAt my house around 10-15. For lemmy.ca and our other sites, 35ish maybe. At work… hundreds.
Shadow@lemmy.cato
Free and Open Source Software@beehaw.org•How to encrypt an image (and other stuff) graphically on linux
11·4 months agoSo use gocryptfs and mount it to a folder.
Modern crypto is really fast though, your CPU has aes extensions that make the performance hit negligible. Doing the entire drive isn’t unreasonable.
Shadow@lemmy.cato
Free and Open Source Software@beehaw.org•How to encrypt an image (and other stuff) graphically on linux
6·4 months agoWhy mix displaying images with the encryption?
Just encrypt the entire drive / partition and then use whatever image program you want.
Shadow@lemmy.cato
Selfhosted@lemmy.world•nvidia devices not appearing on boot (proxmox)English
5·4 months agoCheck lsmod and see if the kernel modules are loaded. Nvidia smi is probably loading them for you on first run.
Edit your bootloader config and turn off quiet / splash so you actually get a useful boot log.
Imagine a disk shelf of 24 drives being connected by a pair of sas loops. You’d want the faster speeds then. It’s not about individual drives.
One is 6gb sas and the other is 12gb.
You probably won’t notice a difference
Shadow@lemmy.cato
Selfhosted@lemmy.world•Gatekeeper: The first open-source DDoS protection system. Has anyone tried mass hosting this as a group?English
26·6 months agoDoesn’t really make sense for self hosting. Filtering the traffic is pointless if the traffic just completely overwhelms your internet.
Also generally self hosters aren’t running bgp with their own asn.
You’ve made a virtual disk on the zfs. The vm will never see the zfs, that’s managed entirely by the host.
Yes you’ll want to make a normal partition inside that virtual disk.
With vms you can’t just access the host zfs, it’s always abstracted. If you use lxc containers on proxmox then you can bind the zfs into the container (google it for steps, it’s not in the Gui)
Shadow@lemmy.cato
Linux@lemmy.ml•Can kids under 10 be possibly taught coding, without even mentioning the word syntax to them ??
1·7 months agoAs someone who doesn’t have kids, nope.
Are you running it in docker? If so, did you bind the mount properly? Exec into sh in the container and manually test the folder.
If not docker, su to the immich user and test the same thing.
Shadow@lemmy.cato
Linux@lemmy.ml•Can kids under 10 be possibly taught coding, without even mentioning the word syntax to them ??
2·7 months agoI don’t remember a manual at all, I think I just learned how to code by messing with nibbles (snake) and gorillas. I remember my friends qbasic came with those two sample games when mine didn’t, so I had to copy them on floppy off his pc.
Like you have it running and added but it’s not scanning?
I can check my config later today if nobody else replies sooner.
https://docs.immich.app/features/libraries/
External libraries use import paths to determine which files to scan. Each library can have multiple import paths so that files from different locations can be added to the same library. Import paths are scanned recursively, and if a file is in multiple import paths, it will only be added once.
Have you double checked your folder permissions?
Yes. It’d be pretty silly of it not to.
I just gave it my giant lightroom library.

Yeah I use VL for lemmy.ca and it’s super quick and lightweight, but getting what you want into grafana can be difficult.