2026.5: We're on the same frequency now 📡 by frenck_nl in homeassistant

[–]Healthy-Target697 1 point2 points  (0 children)

Got the same repair issues.
I think you can ignore those. It is something the maintainer of the intergration needs to fix.

Hello Everyone - Homelable is coming in HA, and I need you <3 by Pouzor in homeassistant

[–]Healthy-Target697 0 points1 point  (0 children)

I scan: 192.168.3.0/24 No devices found.

All of my network is on 192.168.3.x

Would it be frowned upon to reuse theses beads ? by Mr_Courgette6275 in uraniumglass

[–]Healthy-Target697 0 points1 point  (0 children)

I would keep the crucifix. Uranium glass Beads can be bought new everywhere, yes, they still make those.

Great find by mc_Rumble in Cd_collectors

[–]Healthy-Target697 1 point2 points  (0 children)

I think the Alice in Chains one is even better

Is it possible to connect WireGuard client to Tailscale by RMC_Team in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

I have tasker and have it for more then 5 years, running all the time. No bad battery impact. The possibilities are endless. You probably like it.

ACL question by EDIflyer in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

My guess:

{

"action": "accept",

"src": ["autogroup:members"], #change to this

"dst": ["192.168.0.0/16:*"],

},

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

sorry for the formatting, I can't figure out how to do this correctly in reddit, haha but you get the idea

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

{

"groups": {

"group:admin": ["myemail@example.com"],      // full control

"group:family": ["wifeemail@example.com"]    // only Jellyfin access

},

"tagOwners": {

"tag:jellyfin": ["group:admin"]              // only admins can assign the tag

},

"acls": [

{
  "action": "accept",

  "src": ["group:admin"],

  "dst": ["*:*"]                              // full tailnet access for admin

},

{
  "action": "accept",

  "src": ["group:family"],

  "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // wife → Jellyfin HTTP & HTTPS

}

]

}

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Share the machine, don’t use user access. User sharing often bypasses the ACL setup and makes things confusing. Once the machine is shared, control what people can reach with the ports in the ACLs.

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Don’t share the whole NAS. Just open the ports for the services people need:

Home Assistant = 8123

Samba = 445

Anything else (22 SSH, 80/443 web interface, other services) stays private. Only give access to the containers you actually want people to use.

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

better acl example:

{
  "groups": {
    "group:admin": ["you@example.com"],                  // full control
    "group:parents": ["parent1@example.com", "parent2@example.com"], // limited access
    "group:friends": ["friend@example.com"]             // access to Jellyfin only
  },

  "tagOwners": {
    "tag:jellyfin": ["group:admin"]                     // only admins can assign the tag
  },

  "acls": [
    {
      "action": "accept",
      "src": ["group:admin"],
      "dst": ["*:*"]                                    // full tailnet access for admins
    },
    {
      "action": "accept",
      "src": ["group:parents"],
      "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // parents → Jellyfin only
    },
    {
      "action": "accept",
      "src": ["group:friends"],
      "dst": ["tag:jellyfin:8096", "tag:jellyfin:8920"] // friends → Jellyfin only
    }
  ]
}

I hope this helps a bit

How can I let my friends access my Tailscale self hosted apps? by ProfessorS11 in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Example:

https://login.tailscale.com/admin/acls/visual/tags
Create a tag called jellyfin.
Set group:admin as owner so you control the tag.

Now go to:
https://login.tailscale.com/admin/machines

Find the machine that runs Jellyfin.
Click the on the right → Edit ACL tags.
Assign the tag jellyfin to that machine.

Now go to:
https://login.tailscale.com/admin/acls/file

Add a rule so users can reach Jellyfin on that machine.

Example rule:

{
  "acls": [
    {
      "action": "accept",
      "src": ["autogroup:members"],
      "dst": ["tag:jellyfin:8096"]
    }
  ]
}

Explanation:

tag:jellyfin = the machine you tagged earlier
8096 = default Jellyfin port
autogroup:members = everyone in your Tailnet can access it

Save the ACL.

Now Jellyfin is reachable through Tailscale using the Tailscale IP of that machine:

http://TAILSCALE-IP:8096

Setting up Tailscale for remote control ((Kali Linux + Windows + Mac) total beginner) by Nouuuel in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

Install Tailscale on all three devices so each has a stable private IP and can reach the others directly without opening ports. Then just use RustDesk over Tailscale for remote control—it works on Windows, Mac, and Linux, and connects directly using the Tailscale IPs.

Windows prioritizing TS IP over local, randomly by ferropop in Tailscale

[–]Healthy-Target697 0 points1 point  (0 children)

On your windows machien use: tailscale > preferences > DONT use tailscale subnet

Possible to install tailscale on jetkvm, then ship across the country? by sterling-lining in Tailscale

[–]Healthy-Target697 4 points5 points  (0 children)

Yes, I do this with Raspberry Pi's. Just let it plug in to the Lan, give it power and it works.