Spyke

Posts

privacy·PrivacybyDust0741

In store surveillance

Anyone know any specific about this device? I cannot find a manufacturer or anything.

Its about 0.5m wide, and maybe half that thick.

There are wifi AP's also, and a few cameras in the store. But there are more of these dishes than cameras and AP's combined.

I know stores do bluetooth tracking through stores, but this device is way to big for that. Also wifi makes little sense given the AP's elsewhere. High powered RFID for monitoring pieces of merchandise maybe?

View original on lemmy.world
graphene_os·GrapheneOSbyDust0741

HDMI/DisplayPort suppory

What is the state of HDMI/DP support?

Can I simply plug a USBC to DP cord into any TV/monitor and get a screen mirror or similar?

I'd love to use this to replace casting, so would I be able to plug in and put Jellyfin onto a TV?

I'm currently on a Pixel 6, so no hardware support for it, but I plan on upgrading eventually.

View original on lemmy.world
selfhosted·SelfhostedbyDust0741

Separate Docker stacks using gluetun networking

I would like to run Gluetun in its own compose.yaml file, and run qbittorrent in its own compose.yaml file. I want to use the vpn connection Gluetun makes for qbittorrent.

Does anyone have examples of this working? I've been messing with the containers, and different docker networks can I cannot get it working.

(my test has been running docker exec -it qbittorrent curl -s https://ifconfig.me/)

View original on lemmy.world
selfhosted·SelfhostedbyDust0741

SMS Forwarding

cross-posted from: https://lemmy.world/post/35008728

I have a pixel 6, so I have ~1 year of security updates left.

I would like my next phone to use a data-only sim card/esim.

Now I still need my current number, and am okay with paying for it in addition to a data-only plan. What I would like is to leave the pixel 6 at home 24/7, and have a way of forwarding notifications to the new phone.

I am self-hosting many things, including ntfy, so if the phone could send an SMS to ntfy that would be amazing.


Are there any apps that do this? It doesn't have to just forward SMS, but all notifications would also work.

Should I even bother? Just leave it at home and check the SMS whenever I can? (Benefit of forcing people to use Signal)

View original on lemmy.world
privacy·PrivacybyDust0741

SMS Forwarding

I have a pixel 6, so I have ~1 year of security updates left.

I would like my next phone to use a data-only sim card/esim.

Now I still need my current number, and am okay with paying for it in addition to a data-only plan. What I would like is to leave the pixel 6 at home 24/7, and have a way of forwarding notifications to the new phone.

I am self-hosting many things, including ntfy, so if the phone could send an SMS to ntfy that would be amazing.


Are there any apps that do this? It doesn't have to just forward SMS, but all notifications would also work.

Should I even bother? Just leave it at home and check the SMS whenever I can? (Benefit of forcing people to use Signal)

View original on lemmy.world
selfhosted·SelfhostedbyDust0741

Multi zone and domain setup question.

I have an expanding homelab that is now including a family members home. I have homeA.com, and they have homeB.com. I manage both, and connect to theirs over Tailscale. Both servers run pihole and traefik. What I want, is to be able to connect to homeB.com from homeA.com. I have a DNS entry in homeA pihole for homeB.com=100.x.x.x (Tailscale ip). So, any device on Tailscale and homeA pihole can access homeB.com.

What I would like, is to make it so only the two servers need Tailscale. So on my laptop, without Tailscale, from homeA, can access homeB.com through the servers Tailscale connection. Is this possible?

View original on lemmy.world
privacy·PrivacybyDust0741

Saily/SIM thoughts

Has anyone tried Saily? (https://saily.com/) It claims to be an app to easily setup international eSIMs.

I am curious about its setup process and the information they collect. Can you sign up without the app? How about the app on a separate user profile (android)? Do they require ID to signup (or similar)?

It is a part of NordVPN, which gives some confidence that it is not a scam, however Nord doesn't have a good reputation for privacy, but neither do SIM's in general.

Is it worth bothering with anything like Saily for travel, or does the tried and true pre-paid SIM's?

View original on lemmy.world
selfhosted·SelfhostedbyDust0741

Reverse proxy configuration

I am currently using NPM as my reverse proxy. It runs on a Raspberry Pi which also does pihole. I have a separate server for other non internet critical systems.

So local IP address mappings point a subdomain to the pi's IP, then nginx points to the correct device and port.

I am wondering if Traefik works the same way. Can I run Traefik on the Pi, then point my other sever at it? (I believe Caddy doesn't allow this)

View original on lemmy.world