I’m currently on book 5 of the Dungeon Crawler Carl series, I started book one In January.
its_me_gb
- 0 Posts
- 19 Comments
The other option is to support Home Assistant development, pay for Home Assistant Cloud and let them handle remote access for you 😁
its_me_gb@feddit.ukto
homeassistant@lemmy.world•The VoIP in progress binary sensor ...English
4·2 years agoJust clicking submit will automatically add the entity and resolve the issue. I’ve just done it myself.
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•Digital gatehouse for remote maintenanceEnglish
13·2 years agoWhy not use Tailscale on each device?
No need to expose any ports, no need for a bastion, no need for any complicated method of retrieving their public IP address, can use ACLs to restrict their access to other devices on the tailnet (if they’re tech-savvy enough to go looking at the tailnet in the first place).
Essentially, as long as they have internet and Tailscale is running, you’ll be able to connect to their device without exposing anything over the internet.
its_me_gb@feddit.ukto
Linux@lemmy.ml•Can't figure out how to get Plank working on Wayland
3·2 years agoI’m afraid that I’ve never used either Guake or Yakuake so I don’t know either of their feature sets 😁
its_me_gb@feddit.ukto
Linux@lemmy.ml•Can't figure out how to get Plank working on Wayland
8·2 years agoYou could try Yakuake instead of Guake in KDE?
I use Prometheus, Grafana and the proxmox exporter.
Important to note that I run this on a separate machine, not on the proxmox server itself!
Looks like it’s encrypted with ansible-vault
Have you read this? https://tailscale.com/kb/1185/kubernetes
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•What's Your Preferred Server Monitoring Method?English
3·2 years agoUse the Contrib version of the collector, it has many more receivers, processors and exporters
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•What's Your Preferred Server Monitoring Method?English
12·2 years agoNode exporter on hosts, OpenTelemetry collector to scrape metrics and collect logs, shipping them to Prometheus and Loki, visualising with Grafana.
Day job is for an observability platform where we heavily encourage the use of (and also contribute) to the OpenTelemetry collector project, hence my use of it.
That is what it means, If the movie in your library is not on one of your lists it will be removed from radarr and the file will be deleted from disk.
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•How do you monitor your servers / VPS:es?English
1·3 years agoI haven’t, but it looks like I’ve got another exporter to install and dashboard to create 😁
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•How do you monitor your servers / VPS:es?English
5·3 years agoNot a whole lot to be honest. But I work with OpenTelemetry everyday for my day job, so it was a little exercise for me.
Though, OTEL does have some advantages in that It is a vendor agnostic collection tool. allowing you to use multiple different collection methods and switch out your backend easily if you wish.
its_me_gb@feddit.ukto
Selfhosted@lemmy.world•How do you monitor your servers / VPS:es?English
5·3 years agoPrometheus for metrics
Loki for logs
Grafana for dashboards.
I use node exporter for host metrics (Proxmox/VMs/SFFs/RaspPis/Router) and a number of other *exporters:
- exportarr
- plex-exporter
- unifi-exporter
- bitcoin node exporter
I use the OpenTelemetry collector to collect some of the above metrics, rather than Prometheus itself, as well as docker logs and other log files before shipping them to Prometheus/Loki.
Oh, I also scrape metrics from my Traefik containers using OTEL as well.
its_me_gb@feddit.ukto
Asklemmy@lemmy.ml•As badly described as possible, what is your favorite video game?
5·3 years agoCyberPunk 2077?
This is fixed in the latest version, 0.0.35
This has already been patched and will.be fixed in the next release.

I have pretty much this exact setup.
That being said, all of the configs are stored in a private git repo that isn’t exposed to the internet, so I’m afraid I can share it all with you.
Like others, I don’t use a UI for Flux, just a combination of VSCode, Vim, kubectl, k9s and the flux cli.
Kubernetes is not for the faint hearted and is a massive step up/learning curve from Docker. I definitely wouldn’t recommend it for everyone, I’m ‘lucky’ that I also work with it most of the time in my day job.
I can share my immich helm release later, but I’d suggest looking into bjw-s-app template and having a look at https://kubesearch.dev/