create to-do's in vikunja - Lemmy.World
Hi, What I’m trying to do is that if someone sends a message on my telegram with
the text: “/todo (name-of-task) (due-date) (due-time)” (example: /todo empty the
dishwasher 16-08-2025 14:00) to get that in node-red and put that in vikunja via
an http-request (or if you think there’s something better, please advise) I’m
getting problems in the form of “message not found” and/or “malformed token”
(that last one is a bit longer but you get the point) The token works with a
curl command, so I guess it’s ok. I tried adding the headers to each http
request in my flow and also tried leaving the headers empty and putting them in
the function. Same result. Can you help me out? code located at:
https://pastebin.com/suT710Yn [https://pastebin.com/suT710Yn]
Pangolin - Lemmy.World
So, I’m trying to get pangolin up and running. What I have: Ubuntu server
running in proxmox, docker running on that Ubuntu, dynamic IP, duckdns in docker
to counter that, domain name What I did: installed pangolin with the
installation script, said yes to crowdsec because it looked like the safest
option (over time) even if I don’t know what it is/does, set a CNAME from
pangolin.mydomain.com [http://pangolin.mydomain.com] to my.duckdns.org
[http://my.duckdns.org], set a port forward for ports 80 and 443 on TCP and for
port 51520 on UDP What is happening: well, fairly, not much. If I test it from
outside the network, I get a connection refused. If I test it locally (in
portainer click on the 443 or 80 port) I get page not found What I want: I want
it to just work without a hastle and hope one of you can help me out here, cause
I’m starting to lose my mind
Sorry to not tell that, the plan is indeed for doing this in node red. I only want an example to put me on the right track and thought maybe someone else had something similar.
Notification system - Lemmy.World
Does anyone know if there are examples like this. I want to get a notification
system in HA. It needs to be able to send the right notification at the right
time on the right device. For example, when the dishwasher is done, it sends a
spoken notification to the nest hub in the kitchen, that is if the TV is on. If
the TV is not on, but the computer is, it needs to send that notification to the
computer room. At night it needs to hold the notifications and send them to the
phone of the person that is the first to wake up. When we are not at home, we
all get the notification on our phone. Also, when the dishwasher is emptied and
the other person ticks the notification f.e.), and there’s still a notification
on a phone, it needs to disappear. This is only one example, there are more
things that can have a notification (another one could be a home greeting
message), but it needs to be a system.
A/MX records tutorial - Lemmy.world
Hi Currently I’m running a few servers at my home and I own a domain. I’d like
to access those servers from outside my network (right now that happens through
a VPN) but I don’t know anything about A records and MX records and as I
understand, that’s what’s needed to do this. So would there be a tutorial that
explains this like I’m 5 years old?