The paintshop job with the letters is awesome.
- 1 Post
- 16 Comments
Cpo@lemm.eeto Selfhosted@lemmy.world•Heads-Up for anyone running Tailscale via docker-compose (Breaking Change)English3·7 months agoThank you for your sacrifice. It will not be forgotten.
Cpo@lemm.eeto PC Gaming@lemmy.ca•Humble Bundle's revoked all those Indiana Jones keys it gave away for free (even if it was already in your Steam library)English2·7 months agoIt just a slow and energy hungry way of keeping records. It is indeed not the silver bullet some people make it.
Cpo@lemm.eeto [MIGRATED TO DIFFERENT INSTANCE CHECK PIN POST] Internet is Beautiful@lemm.ee•Draw.Audio - Draw something, then listen to it.2·8 months agoActually quite relaxing to create patterns on this! Great tip!
Don’t let the door hit you on the way out.
Amazing way to approach it!
Just a wee bit afraid there would be just porn left after applying the “subscribe to me” rule 😉
Cpo@lemm.eeto Selfhosted@lemmy.world•Does Caddy or Traefik get me anything I don't already have?English121·8 months agoI was an avid nginx user but having caddy handle the ssl certificate creation and renewal is amazing.
I probably am outdated on nginx (maybe it supports it?) but caddy is what I use from here on out.
Have been customer with hetzner for more than 10 years and they are awesome. First physical server (HDD swaps in 10 minutes!) Now on their cloud environment. It just runs and is cost effective!
You can even use terraform to describe your resources and have them created automatically, or use the API from any programming language.
Cpo@lemm.eeto Fediverse@lemmy.world•Lemmy active users down, comments steady and posts upEnglish7·2 years agoD’aww you guys…
Group hug!
Cpo@lemm.eeto Selfhosted@lemmy.world•Does "Selfhosted" mean you actually have a server at home?English1·2 years agoI don’t know about the history of selfhosted, I use a vps at hetzner which serves as playground and I use a mini desktop (hp elitedesk) as my home automation lab.
This community is an inspiration on spotting new techniques and software to discover!
May I comments you both for the openness, politeness and helpfulness displayed here?
Thanks!
I also found the response informative, and thanks for making lemmy/fediverse happen!
For reference: smart meters like Kamstrup are in use all over the EU. Example of a p1 dongle is the “smart meter gateway” which can be read from home assistant via the DSMR integration or directly from mqtt.
This would give you the counters for exactly how much you have pulled from and pushed into the grid.
Can confirm this will integrate nicely into the energy dashboard.
And biggest tip: when you have configured everything, it will take up to 2 hours before any data is visible from the energy dashboard. This screwed me over quite a bit, needless to say :-)
Look up your inverter brand and pray there is an integration for it. Also: try to make your electrical meter smart to be able to tell the difference between pulling from grid and delivering to grid. If you already have a smart meter, see if it exposes some interface (like P1 with the DSMR protocol for example) to easily integrate the meter into home assistant.
I have done all this with a goodwe inverter and a kamstrup meter P1 port using a DSMR dongle.
If you need any pointers, dm me.
Cpo@lemm.eeto Fediverse@lemmy.world•When you notice Lemmy is quieter than usual, then have a look at the Lemmy.world statusEnglish1·2 years agoGreat alternative! Thanks!
Cpo@lemm.eeto Fediverse@lemmy.world•When you notice Lemmy is quieter than usual, then have a look at the Lemmy.world statusEnglish16·2 years agoExactly for that reason I have created a second account on lemm.ee.
There is even a nice Python script to propagate your subscriptions and block lists to one or more other accounts.
Find it here: https://github.com/wescode/lemmy_migrate
Without supported loadbalancer Kubernetes is no fun / not doable in my opinion.
For Hetzner for example, there are some recipes to be found to use an LB and also volumes.
I’ve stepped back to docker compose with a traefik proxy which takes labels from the containers to decide where to route what.
Highly recommended!