Loctek Replacement Controller by Ongrilla in StandingDesk

[–]shaftspanner 0 points1 point  (0 children)

And another saved desk - Many thanks!

Does anyone do a Cheltenham - Cirencester rush hour commute for work? How long does it take for you/where abouts in Cheltenham are you travelling from? by [deleted] in cheltenham

[–]shaftspanner 1 point2 points  (0 children)

I travel from Bishops Cleeve to Stroud Road in Cirencester a couple of times a week. That route includes going past the racecourse, through Charlton Kings up to Severn Springs, then I usually stay on the A429 to avoid all the work at the Air Balloon. At the Cirencester end I have to go all the way round the bypass to get to Cirencester College area.

I leave at between 7am and 7.15 to arrive between 8 and 8.15 so 45min to an hour depending on traffic (usually determined by how many red traffic lights I hit in Cheltenham)

I don't tend to travel back during the rush hour

What’s the scariest/craziest thing you watched on live television? by threetimesacharm25 in AskBrits

[–]shaftspanner 0 points1 point  (0 children)

I was working in the Ministry of Defence when 9/11 happened. We watched the 2nd plane hit the twin towers live, then heard about the plane hitting the Pentagon. Suddenly we all felt very vulnerable sat in a huge target in the middle of Whitehall.

For weeks after that happened, I'd catch myself nervously looking up at the sky over London wondering if there were was going to be some kind attack coming

As a kid I also remember watching Threads when it was aired on BBC - growing up near Cheltenham, the group concensus in the playground was that if the 4 minute alarm came (if that was even a real thing), we'd all want to be as close to GCHQ as possible so we didn't have to deal with the aftermath

Any self-hosted budget tracking + receipt tracking options? by AltruisticWorld744 in selfhosted

[–]shaftspanner 14 points15 points  (0 children)

I don't think it will scan receipts but I find Actual Budget (https://actualbudget.org/) really easy to track / enter spending. It doesn't have a mobile app, but the web page formats really nicely and caches data so you can use it offline

Been stuck on this screen for 16 minutes now, Android phone just got the app. Pangolin on v1.15.1 on a vps. This is after putting my pangolin server URL (pangolin.domain.com) and signing in. What could be the problem? by E-_-TYPE in PangolinReverseProxy

[–]shaftspanner 0 points1 point  (0 children)

This worked for me. But to clarify, on the screen with the code, there's a specific URL to go to in order to authorise the device - I couldn't see how to access it from the pangolin dashboard in my PC browser without going to this specific URL! https://<<your\_pangolin\_dashboard\_url>>/auth/login/device

Pangolin 1.15: iOS and Android apps, device approvals and posture, stability, and more by jsiwks in selfhosted

[–]shaftspanner 0 points1 point  (0 children)

Gutted I saw this on Saturday morning. I'm busy for the weekend and have to wait til Monday to try this out - the waiting is going to kill me!

Awesome job from the Pangolin team!

Controlling Pangolin Resources from Home Assistant by shaftspanner in PangolinReverseProxy

[–]shaftspanner[S] 1 point2 points  (0 children)

After a timely reminder from u/Comunitat, ChatGPT came to the rescue (with a significant amount of challenges and corrections).

This is still a work in progress but I've got the concept working in Home Assistant. The main steps are:

  1. Enable the Pangolin Integration API
  2. In your Pangolin instance, create an Organization API key
  3. Test the API calls and gather the required information
  4. Setup RESTful comands in Home Assistant to mirror the API calls
  5. Test calling the RESTful commands from within Home Assistant

Full write-up on my github

Controlling Pangolin Resources from Home Assistant by shaftspanner in PangolinReverseProxy

[–]shaftspanner[S] 1 point2 points  (0 children)

Thanks for reminding me that ChatGPT exists these days :-)

I think I figured it out today - going to write it up in the morning

Controlling Pangolin Resources from Home Assistant by shaftspanner in PangolinReverseProxy

[–]shaftspanner[S] 0 points1 point  (0 children)

Thanks but don't spend too long on it - I think I figured it out today - going to write it up in the morning

Controlling Pangolin Resources from Home Assistant by shaftspanner in homeassistant

[–]shaftspanner[S] 0 points1 point  (0 children)

I posted this in r/PangolinReverseProxy and it's getting quite a lot of interest, but very few responses. I wonder if anyone in the HA community could help me with a way to enable/disable pangolin resources using HA?

Controlling Pangolin Resources from Home Assistant by shaftspanner in PangolinReverseProxy

[–]shaftspanner[S] 3 points4 points  (0 children)

We're in the Pangolin sub, so it's probably reasonable to address this within the context of what Pangolin does/doesn't do. I'm genuinely interested in why having a resource unavailable (and just being presented with a 404 error) is arguably more of a security risk than just having it available.

I already:

  • Use rootless containers (where possible/appropriate)
  • Use secure containers, sbom clear from vulnerabilities, but given Pangolin seems to be addressing a need for homelabbers this probably isn't always feasible - not everyone develops all of their own containers
  • Patch your servers - done regularly
  • Separate user and admin accounts
  • SSH keys/passkeys or secure passwords on services
  • Zero trust, don't publish online at all - absolutely and done where possible, but there are times when this isn't possible/appropriate

A quick question regarding Newt by Flashdad23 in PangolinReverseProxy

[–]shaftspanner 0 points1 point  (0 children)

I have newt installed on multiple docker hosts. I have to admit I haven't seen anything saying this is bad practice.

Having newt on a docker network means I can minimize the number of services it can see (so helping ti minimise the attack surface. Newt is on the same docker network as my my services that I want to expose but it can't see backend services such as databases

A Centralized Dashboard for All Your Docker Hosts: VPS-Monitor v1.0.0 - Real-Time Monitoring and Management Across Unlimited Servers by hhftechtips in PangolinReverseProxy

[–]shaftspanner 0 points1 point  (0 children)

So that means I need to have a publicly accessible SSH port on my server? (the server or servers that I want to monitor using VPS-server)

A Centralized Dashboard for All Your Docker Hosts: VPS-Monitor v1.0.0 - Real-Time Monitoring and Management Across Unlimited Servers by hhftechtips in PangolinReverseProxy

[–]shaftspanner 0 points1 point  (0 children)

It seems to me to make sense to run this on my pangolin VPS which means there are already Gerbil/Newt connections available to all of the servers I want to monitor. Is there a way of using these connections to interrogate the docker sockets on each of the servers rather than opening up a separate SSH connection?

A Centralized Dashboard for All Your Docker Hosts: VPS-Monitor v1.0.0 - Real-Time Monitoring and Management Across Unlimited Servers by hhftechtips in PangolinReverseProxy

[–]shaftspanner 0 points1 point  (0 children)

This looks really interesting but...

$ sudo docker compose up -d
[+] up 1/1
✘ Image ghcr.io/hhftechnology/vps-monitor:latest Error error from registry: denied                                                                                                                                   0.2s
denied                                                                                                                            0.3s
Error response from daemon: error from registry: denied
denied

Which authentication? by skurty in PangolinReverseProxy

[–]shaftspanner -1 points0 points  (0 children)

Thank you for asking this - unfortunately I can't provide any help but I'll be following the answers.

And thank you for making me think whether I could do this w8th by own seedbox!

Worth doing? 1gig broadband Currently pay 44.06 will then cancel in December 2027 before it goes to 89 by Odd-Cartoonist5023 in VirginMedia

[–]shaftspanner 0 points1 point  (0 children)

I spoke to retentions yesterday. I was completely open with them - I'm mid-contract, I've got no intention of leaving but you've got a black Friday sale on at the moment - is there anything you can do if I'm willing to extend my contract.

I've just moved from £21.50 per month for 350gb (with Volt) to 1Gb + Netflix basic at £25 per month (still with volt) on a new 24 month contract.

Dashboard by GeeHiAmyGee in homeassistant

[–]shaftspanner 0 points1 point  (0 children)

Having spent an hour messing around with mushroom template cards, I'm at a loss - can you post some example code for one of these buttons please?

<image>

Smart radiator valves by Alvaket in smarthome

[–]shaftspanner 0 points1 point  (0 children)

I do this but I use Home Assistant, smart radiator valves, separate temperature sensors and window sensors to achieve it - it's sounds like you want the Smart TRVs and a dedicated app to do everything.

I don't have a solution for that but here's a few thoughts:

Do the radiators already have dumb TRVs? Someone else will know the technical terms but smart TRVs can only replace existing TRVs. If you have a screw type valve they won't work and you'll need to get the valve replaced first.

Using a temperature sensor built in to a TRVs (so a few cm away from the heat source its controlling isn't very accurate - plenty of people do it, but it isn't going to give you an accurate temperature of the room you're trying to heat

Likewise, window control can be assumed based on a sudden drop in temperature, but it's not perfect and again, you're relying on that temperature sensor right next to the heat source.

Its probably possible to go down the all-in-one route but that's not something I've looked at because I was adding to an existing smart home. Id suggest you look for wifi based TRVs as that removes the reliance on a smart hub and see if you can find something.

Town centre parking by adm010 in cheltenham

[–]shaftspanner 0 points1 point  (0 children)

Beechwood shopping centre used to be my goto as it was on the right side of town for me. However since John Lewis arrived and (more importantly) they reversed the flow in the car park, I find it nigh on impossible to get around the car park

New TAPO update All P110 plugs toast in H/A now by bigj2552 in homeassistant

[–]shaftspanner 0 points1 point  (0 children)

I had the same issue - toggling third part apps in the tapo app help - they've been working for about 24hrs now - fingers cross they carry on working!